/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
70 строк
2 KB
Huáng Jùnliàng
refactor(eslint): remove compat layers for ESLint < 9 (#17944)
24 апр 2026, 14:48
Не верифицирован
24 апр 2026, 14:48
508caa2
Код
Авторство
О чём код?
.npmrc .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.js .DS_Store **/node_modules !**/test/fixtures/**/node_modules /packages/*/LICENSE !/packages/babel-helpers/LICENSE !/packages/babel-parser/LICENSE !/packages/babel-plugin-transform-object-assign/LICENSE !/packages/babel-plugin-transform-regenerator/LICENSE *.log *.cache /.eslintcache coverage dist /packages/babel-compat-data/build /packages/babel-runtime/helpers/*.js !/packages/babel-runtime/helpers/dispose.js !/packages/babel-runtime/helpers/toArray.js !/packages/babel-runtime/helpers/iterableToArray.js !/packages/babel-runtime/helpers/possibleConstructorReturn.js !/packages/babel-runtime/helpers/temporalRef.js !/packages/babel-runtime/helpers/typeof.js /packages/babel-runtime/helpers/esm/*.js !/packages/babel-runtime/helpers/esm/toArray.js !/packages/babel-runtime/helpers/esm/iterableToArray.js !/packages/babel-runtime/helpers/esm/possibleConstructorReturn.js !/packages/babel-runtime/helpers/esm/temporalRef.js /packages/babel-runtime-corejs3/helpers/*.js /packages/babel-runtime-corejs3/core-js/**/*.js /packages/babel-runtime-corejs3/core-js-stable/**/*.js /packages/babel-register/test/.index.babel /packages/*/lib /babel.sublime-workspace packages/babel-standalone/babel.js packages/babel-standalone/babel.js.map packages/babel-standalone/babel.min.js packages/babel-standalone/babel.min.js.map /codemods/*/lib /packages/babel-parser/build # directory for third-party parser tests /build .idea/ /.changelog /eslint/*/lib /eslint/*/LICENSE !/eslint/babel-eslint-plugin/LICENSE /.vscode/** !/.vscode/settings.example.json # local directory for VSCode Extension - https://marketplace.visualstudio.com/items?itemName=xyz.local-history /.history /dts /test/runtime-integration/*/output.js /test/runtime-integration/*/absolute-output.js *.tsbuildinfo