From b2b00fef165de7846956fdde86e5b9f43264863a Mon Sep 17 00:00:00 2001 From: tsctx <91457664+tsctx@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:52:53 +0900 Subject: [PATCH] add use strict --- lib/core/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/constants.js b/lib/core/constants.js index 0f827cc4ae0..6ec770dd533 100644 --- a/lib/core/constants.js +++ b/lib/core/constants.js @@ -1,3 +1,5 @@ +'use strict' + /** @type {Record} */ const headerNameLowerCasedRecord = {}