Changeset 0c6b92a for imaps-frontend/node_modules/eslint/lib/source-code
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.