Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/eslint/lib/source-code/source-code.js

    rd565449 r0c6b92a  
    935935         */
    936936        const configGlobals = Object.assign(
    937             {},
     937            Object.create(null), // https://github.com/eslint/eslint/issues/18363
    938938            getGlobalsForEcmaVersion(languageOptions.ecmaVersion),
    939939            languageOptions.sourceType === "commonjs" ? globals.commonjs : void 0,
Note: See TracChangeset for help on using the changeset viewer.