@@ -117,6 +117,19 @@ describe("snapshots", () => {
117117 "ignoreWarnings": undefined,
118118 "infrastructureLogging": Object {},
119119 "loader": Object {
120+ "environment": Object {
121+ "arrowFunction": true,
122+ "bigIntLiteral": undefined,
123+ "const": true,
124+ "destructuring": true,
125+ "dynamicImport": undefined,
126+ "dynamicImportInWorker": undefined,
127+ "forOf": true,
128+ "globalThis": undefined,
129+ "module": undefined,
130+ "optionalChaining": true,
131+ "templateLiteral": true,
132+ },
120133 "target": "web",
121134 },
122135 "mode": "none",
@@ -331,8 +344,12 @@ describe("snapshots", () => {
331344 "const": true,
332345 "destructuring": true,
333346 "dynamicImport": undefined,
347+ "dynamicImportInWorker": undefined,
334348 "forOf": true,
349+ "globalThis": undefined,
335350 "module": undefined,
351+ "optionalChaining": true,
352+ "templateLiteral": true,
336353 },
337354 "filename": "[name].js",
338355 "globalObject": "self",
@@ -885,11 +902,21 @@ describe("snapshots", () => {
885902 - "externalsType": "var",
886903 + "externalsType": "module",
887904 @@ ... @@
905+ - "dynamicImport": undefined,
906+ - "dynamicImportInWorker": undefined,
907+ + "dynamicImport": true,
908+ + "dynamicImportInWorker": true,
909+ @@ ... @@
910+ - "module": undefined,
911+ + "module": true,
912+ @@ ... @@
888913 - "chunkFilename": "[name].js",
889914 + "chunkFilename": "[name].mjs",
890915 @@ ... @@
891916 - "dynamicImport": undefined,
917+ - "dynamicImportInWorker": undefined,
892918 + "dynamicImport": true,
919+ + "dynamicImportInWorker": true,
893920 @@ ... @@
894921 - "module": undefined,
895922 + "module": true,
@@ -1991,6 +2018,29 @@ describe("snapshots", () => {
19912018 - "context": "<cwd>",
19922019 + "context": "<cwd>/test/fixtures/browserslist",
19932020 @@ ... @@
2021+ - "arrowFunction": true,
2022+ - "bigIntLiteral": undefined,
2023+ - "const": true,
2024+ - "destructuring": true,
2025+ - "dynamicImport": undefined,
2026+ - "dynamicImportInWorker": undefined,
2027+ - "forOf": true,
2028+ - "globalThis": undefined,
2029+ - "module": undefined,
2030+ - "optionalChaining": true,
2031+ - "templateLiteral": true,
2032+ + "arrowFunction": false,
2033+ + "bigIntLiteral": false,
2034+ + "const": false,
2035+ + "destructuring": false,
2036+ + "dynamicImport": false,
2037+ + "dynamicImportInWorker": false,
2038+ + "forOf": false,
2039+ + "globalThis": false,
2040+ + "module": false,
2041+ + "optionalChaining": false,
2042+ + "templateLiteral": false,
2043+ @@ ... @@
19942044 - "chunkLoadingGlobal": "webpackChunkwebpack",
19952045 + "chunkLoadingGlobal": "webpackChunkbrowserslist_test",
19962046 @@ ... @@
@@ -2002,15 +2052,23 @@ describe("snapshots", () => {
20022052 - "const": true,
20032053 - "destructuring": true,
20042054 - "dynamicImport": undefined,
2055+ - "dynamicImportInWorker": undefined,
20052056 - "forOf": true,
2057+ - "globalThis": undefined,
20062058 - "module": undefined,
2059+ - "optionalChaining": true,
2060+ - "templateLiteral": true,
20072061 + "arrowFunction": false,
20082062 + "bigIntLiteral": false,
20092063 + "const": false,
20102064 + "destructuring": false,
20112065 + "dynamicImport": false,
2066+ + "dynamicImportInWorker": false,
20122067 + "forOf": false,
2068+ + "globalThis": false,
20132069 + "module": false,
2070+ + "optionalChaining": false,
2071+ + "templateLiteral": false,
20142072 @@ ... @@
20152073 - "hotUpdateGlobal": "webpackHotUpdatewebpack",
20162074 + "hotUpdateGlobal": "webpackHotUpdatebrowserslist_test",
0 commit comments