Changeset 0c6b92a for imaps-frontend/node_modules/eslint/lib/source-code
- Timestamp:
- 12/12/24 17:06:06 (4 months ago)
- Branches:
- main
- Children:
- 79a0317
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint/lib/source-code/source-code.js
rd565449 r0c6b92a 935 935 */ 936 936 const configGlobals = Object.assign( 937 {},937 Object.create(null), // https://github.com/eslint/eslint/issues/18363 938 938 getGlobalsForEcmaVersion(languageOptions.ecmaVersion), 939 939 languageOptions.sourceType === "commonjs" ? globals.commonjs : void 0,
Note:
See TracChangeset
for help on using the changeset viewer.