prettier / prettier-regression-testing

Automates the prettier/prettier regression checks with GitHub Actions.
11 stars 9 forks source link

15909 & 15993 #435

Open fisker opened 6 months ago

fisker commented 6 months ago

Run #15909

github-actions[bot] commented 6 months ago

[Error]

Error: ENOENT: no such file or directory, open '/home/runner/work/prettier-regression-testing/prettier-regression-testing/repos/babel/.eslintignore'
fisker commented 6 months ago

Run #15909

github-actions[bot] commented 6 months ago

[Error]

Error: Command failed with exit code 2: /home/runner/work/prettier-regression-testing/prettier-regression-testing/prettier/bin/prettier.js --write "./{packages,codemods,eslint}/**/*.{js,ts}"
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/2/input.js: SyntaxError: Unexpected token (1:1)
[error] > 1 | )a()
[error]     | ^
[error]   2 |
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/3/input.js: SyntaxError: Unexpected token (1:1)
[error] > 1 | =x
[error]     | ^
[error]   2 |
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/4/input.js: SyntaxError: Unexpected token (2:1)
[error]   1 | var
[error] > 2 |
[error]     | ^
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/5/input.js: SyntaxError: Missing semicolon. (1:6)
[error] > 1 | weird error
[error]     |      ^
[error]   2 |
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/6/input.js: SyntaxError: Unexpected token (2:3)
[error]   1 | asdf
[error] > 2 |   }
[error]     |   ^
[error]   3 |
[error] packages/babel-parser/test/expressions/is-expression-babel-parser/fail/7/input.js: SyntaxError: Unexpected token (1:10)
[error] > 1 | function (a = "default") {"use strict";}
[error]     |          ^
[error]   2 |
codemods/babel-plugin-codemod-object-assign-to-object-spread/src/index.ts 2129ms (unchanged)
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/multiple-objects/input.js 99ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/multiple-objects/output.js 3ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/multiple/input.js 6ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/multiple/output.js 7ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/single-non-object/input.js 2ms (unchanged)
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/single-non-object/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/single/input.js 2ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/fixtures/object-assign-to-object-spread/single/output.js 2ms
codemods/babel-plugin-codemod-object-assign-to-object-spread/test/index.js 4ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/src/index.ts 23ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-null-binding/input.js 5ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-null-binding/output.js 3ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-array-pattern-binding/input.js 3ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-array-pattern-binding/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-binding/input.js 4ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-binding/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-object-pattern-binding/input.js 3ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-unused-object-pattern-binding/output.js 2ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-array-pattern-binding/input.js 3ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-array-pattern-binding/output.js 14ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-binding-variable/input.js 3ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-binding-variable/output.js 2ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-binding/input.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-binding/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-object-pattern-binding/input.js 2ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-block-used-object-pattern-binding/output.js 3ms
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-finally-unused-binding/input.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-finally-unused-binding/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-finally-used-binding/input.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/fixtures/codemod-optional-catch-binding/try-catch-finally-used-binding/output.js 2ms (unchanged)
codemods/babel-plugin-codemod-optional-catch-binding/test/index.js 2ms (unchanged)
eslint/babel-eslint-config-internal/index.js 11ms (unchanged)
eslint/babel-eslint-parser/test/index.js 518ms (unchanged)
eslint/babel-eslint-plugin-development-internal/test/rules/report-error-message-formtat.js 13ms (unchanged)
eslint/babel-eslint-plugin-development/test/rules/no-deprecated-clone.js 36ms (unchanged)
eslint/babel-eslint-plugin-development/test/rules/no-undefined-identifier.js 17ms (unchanged)
eslint/babel-eslint-plugin-development/test/rules/plugin-name.js 11ms (unchanged)
eslint/babel-eslint-plugin/test/rules/new-cap.js 44ms (unchanged)
eslint/babel-eslint-plugin/test/rules/no-invalid-this.js 72ms (unchanged)
eslint/babel-eslint-plugin/test/rules/no-undef.js 5ms (unchanged)
eslint/babel-eslint-plugin/test/rules/no-unused-expressions.js 4ms (unchanged)
eslint/babel-eslint-plugin/test/rules/object-curly-spacing.js 2ms (unchanged)
eslint/babel-eslint-plugin/test/rules/semi.js 22ms (unchanged)
eslint/babel-eslint-shared-fixtures/config/babel.config.decorators-legacy.js 14ms (unchanged)
eslint/babel-eslint-shared-fixtures/config/babel.config.js 2ms (unchanged)
eslint/babel-eslint-shared-fixtures/utils/RuleTester.js 3ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/duplicated-babel-parser/.eslintrc.js 2ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/duplicated-babel-parser/a.js 2ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/duplicated-babel-parser/babel.config.js 2ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/eslint-plugin-import/a.js 1ms
eslint/babel-eslint-tests/test/fixtures/eslint-plugin-import/b.js 1ms
eslint/babel-eslint-tests/test/fixtures/eslint-plugin-import/c.js 8ms
eslint/babel-eslint-tests/test/fixtures/mjs-config-file-babel-7/.eslintrc.js 3ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/mjs-config-file-babel-7/a.js 3ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/mjs-config-file/.eslintrc.js 3ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/mjs-config-file/a.js 2ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/parser-override/plugin.js 3ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/rules/strict/function-with.js 37ms
eslint/babel-eslint-tests/test/fixtures/rules/strict/function-without.js 1ms
eslint/babel-eslint-tests/test/fixtures/rules/strict/global-with-function-with.js 16ms
eslint/babel-eslint-tests/test/fixtures/rules/strict/global-with-function-without.js 2ms
eslint/babel-eslint-tests/test/fixtures/rules/strict/global-with.js 2ms (unchanged)
eslint/babel-eslint-tests/test/fixtures/rules/strict/none.js 1ms (unchanged)
eslint/babel-eslint-tests/test/helpers/verifyAndAssertMessages.js 15ms (unchanged)
eslint/babel-eslint-tests/test/integration/config-files.js 13ms (unchanged)
eslint/babel-eslint-tests/test/integration/duplicated-babel-parser.js 51ms (unchanged)
eslint/babel-eslint-tests/test/integration/eslint-plugin-import.js 5ms (unchanged)
eslint/babel-eslint-tests/test/integration/eslint/config.js 13ms (unchanged)
eslint/babel-eslint-tests/test/integration/eslint/rules/strict.js 109ms (unchanged)
eslint/babel-eslint-tests/test/integration/eslint/verify.js 604ms (unchanged)
eslint/babel-eslint-tests/test/integration/parser-override.js 35ms (unchanged)
packages/babel-cli/bin/babel-external-helpers.js 52ms (unchanged)
packages/babel-cli/bin/babel.js 2ms (unchanged)
packages/babel-cli/index.js 2ms (unchanged)
packages/babel-cli/src/babel-external-helpers.ts 16ms (unchanged)
packages/babel-cli/src/babel/dir.ts 345ms (unchanged)
packages/babel-cli/src/babel/file.ts 145ms (unchanged)
packages/babel-cli/src/babel/index.ts 19ms (unchanged)
packages/babel-cli/src/babel/options.ts 199ms (unchanged)
packages/babel-cli/src/babel/util.ts 145ms (unchanged)
packages/babel-cli/src/babel/watcher.ts 128ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/in-files/src/foo/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/in-files/src/foo/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/out-files/lib/foo/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/out-files/lib/foo/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore in babelrc/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/in-files/src/foo/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/in-files/src/foo/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/out-files/lib/foo/.foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/out-files/lib/foo/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/in-files/src/foo/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/in-files/src/foo/bar.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/out-files/lib/foo/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/out-files/lib/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/in-files/src/.foo.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/in-files/src/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/in-files/src/foo/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/out-files/lib/.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/out-files/lib/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/out-files/lib/foo/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with babelignore/in-files/src/foo/bar.js 5ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with babelignore/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with babelignore/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore in babelrc/in-files/src/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore in babelrc/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore in babelrc/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore/in-files/src/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with ignore/out-files/lib/index.js 1ms
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with only/in-files/src/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with only/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files --no-copy-ignored with only/out-files/lib/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelignore/in-files/src/foo/bar.js 8ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelignore/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelignore/out-files/lib/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelignore/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelrc/in-files/src/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelrc/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelrc/out-files/lib/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore in babelrc/out-files/lib/index.js 3ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore/in-files/src/foo/bar.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore/out-files/lib/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with ignore/out-files/lib/index.js 5ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with only/in-files/src/foo/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with only/in-files/src/index.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with only/out-files/lib/foo/bar.js 10ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files with only/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files/in-files/src/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files/in-files/src/foo/foo.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files/out-files/lib/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--copy-files/out-files/lib/foo/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore complete/in-files/src/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore complete/in-files/src/foobar/foo.js 6ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore complete/out-files/lib/foobar/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/a.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/a.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/b.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/baz/b.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/baz/c.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/out-files/lib/a.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/out-files/lib/b.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/out-files/lib/baz/c.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore glob/out-files/lib/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore/in-files/src/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore/in-files/src/foo/foo.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/--ignore/out-files/lib/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--minified/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--minified/out-files/script2.js 1ms
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/a.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/a.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/b.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/baz/b.foo.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/baz/c.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/out-files/lib/a.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only glob/out-files/lib/baz/b.foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only/in-files/src/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only/in-files/src/foo/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/--only/out-files/lib/bar/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --copy-files/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --copy-files/out-files/lib/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --keep-file-extension/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --keep-file-extension/out-files/lib/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --out-file/in-files/src/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --out-file/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/in-files/package1/src/bar/bar1.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/in-files/package1/src/foo1.js 10ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/in-files/package2/src/bar/bar2.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/in-files/package2/src/foo2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/out-files/package1/lib/bar/bar1.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/out-files/package1/lib/foo1.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/out-files/package2/lib/bar/bar2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --relative/out-files/package2/lib/foo2.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps inline/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps inline/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps inline/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps inline/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps/in-files/src/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps/out-files/lib/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --verbose/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --verbose/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --verbose/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --verbose/out-files/lib/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch --verbose with external dependencies/executor.js 68ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch --verbose with external dependencies/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch --verbose with external dependencies/in-files/src/main.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch --verbose with external dependencies/out-files/lib/index.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch --verbose with external dependencies/out-files/lib/main.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/executor.js 6ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/in-files/module1/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/in-files/module1/src/main.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/in-files/module2/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/in-files/module2/src/main.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/out-files/module1/lib/index.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/out-files/module1/lib/main.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/out-files/module2/lib/index.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch multiple dir/out-files/module2/lib/main.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch with external dependencies/executor.js 42ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch with external dependencies/in-files/src/index.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch with external dependencies/in-files/src/main.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch with external dependencies/out-files/lib/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir --watch with external dependencies/out-files/lib/main.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-dir/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir/out-files/lib/bar/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-dir/out-files/lib/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-file --extensions/out-files/test.js 2ms
packages/babel-cli/test/fixtures/babel/dir --out-file/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --out-file/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --out-file/out-files/test.js 2ms
packages/babel-cli/test/fixtures/babel/dir --skip-initial-build no --watch/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --skip-initial-build no --watch/in-files/src/foo.js 32ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir --watch no --out-dir no --out-file/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir --watch no --out-dir no --out-file/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-false/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-false/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-false/out-files/lib/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-false/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-inline/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-inline/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-inline/out-files/lib/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-inline/out-files/lib/foo.js 11ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-true/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-true/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-true/out-files/lib/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/dir-sourcemap-config-true/out-files/lib/foo.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-both/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-false/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-false/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-false/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-false/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-false/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-false/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-false/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-false/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-true/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-true/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-true/out-files/lib/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline-cli-true/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline/in-files/src/bar/bar.js 1ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-inline/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-true/in-files/src/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-true/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-true/out-files/lib/bar/bar.js 2ms
packages/babel-cli/test/fixtures/babel/dir-sourcemap-config-true/out-files/lib/foo.js 2ms
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with ignored file/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/in-files/src/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files-windows/out-files/test.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files/in-files/src/bar.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with multiple files/out-files/test.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR with only file/in-files/src/index.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/in-files/src/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/out-files/lib/bar.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR-windows/out-files/lib/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR/in-files/my-config.js 13ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR/in-files/my-extended.js 5ms (unchanged)
packages/babel-cli/test/fixtures/babel/env - SHOW_CONFIG_FOR/in-files/src/index.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/error - SHOW_CONFIG_FOR is a folder-windows/in-files/src/bar.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/error - SHOW_CONFIG_FOR is a folder-windows/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/error - SHOW_CONFIG_FOR is a folder/in-files/src/bar.js 0ms (unchanged)
packages/babel-cli/test/fixtures/babel/error - SHOW_CONFIG_FOR is a folder/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/error incorrect options after args/in-files/script.js 5ms (unchanged)
packages/babel-cli/test/fixtures/babel/error incorrect options before args/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --no-comments/in-files/script.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --no-comments/out-files/script2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-dir --relative/in-files/src/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-dir --relative/out-files/lib/foo.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-dir/in-files/src/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-dir/out-files/lib/foo.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-file --source-maps inline/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-file --source-maps inline/out-files/script2.js 2ms
packages/babel-cli/test/fixtures/babel/filename --out-file deep/in-files/script.js 3ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-file deep/out-files/folder/nested/script.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-file/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --out-file/out-files/script2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename --watch no filenames/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename babelrc no comments/in-files/script.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename babelrc no comments/out-files/script2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename default comments/in-files/script.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename default comments/out-files/script2.js 2ms
packages/babel-cli/test/fixtures/babel/filename-sourcemap --out-file --source-maps inline/in-files/script.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filename-sourcemap --out-file --source-maps inline/out-files/script2.js 2ms
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps inline/in-files/script.js 1ms
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps inline/in-files/script2.js 2ms (unchanged)
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps inline/out-files/script3.js 2ms
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps/in-files/script.js 2ms
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps/in-files/script2.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filenames --out-file --source-maps/out-files/script3.js 2ms
packages/babel-cli/test/fixtures/babel/filenames --out-file/in-files/script.js 1ms
packages/babel-cli/test/fixtures/babel/filenames --out-file/in-files/script2.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filenames --out-file/out-files/script3.js 2ms
packages/babel-cli/test/fixtures/babel/filenames-sourcemap-config-both/in-files/script.js 1ms
packages/babel-cli/test/fixtures/babel/filenames-sourcemap-config-both/in-files/script2.js 1ms (unchanged)
packages/babel-cli/test/fixtures/babel/filenames-sourcemap-config-both/out-files/script3.js 10ms
packages/babel-cli/test/fixtures/babel/stdin --out-file --source-maps/out-files/test.js 1ms
packages/babel-cli/test/fixtures/babel/stdin --out-file/out-files/script.js 1ms (unchanged)
packages/babel-cli/test/index.js 156ms (unchanged)
packages/babel-code-frame/src/index.ts 203ms (unchanged)
packages/babel-code-frame/test/index.js 336ms (unchanged)
packages/babel-compat-data/corejs2-built-ins.js 2ms (unchanged)
packages/babel-compat-data/corejs3-shipped-proposals.js 2ms (unchanged)
packages/babel-compat-data/native-modules.js 2ms (unchanged)
packages/babel-compat-data/overlapping-plugins.js 2ms (unchanged)
packages/babel-compat-data/plugin-bugfixes.js 1ms (unchanged)
packages/babel-compat-data/plugins.js 1ms (unchanged)
packages/babel-compat-data/scripts/build-bugfixes-targets.js 9ms (unchanged)
packages/babel-compat-data/scripts/build-corejs3-proposals.js 7ms (unchanged)
packages/babel-compat-data/scripts/build-data.js 6ms (unchanged)
packages/babel-compat-data/scripts/build-modules-support.js 29ms (unchanged)
packages/babel-compat-data/scripts/chromium-to-electron.js 4ms (unchanged)
packages/babel-compat-data/scripts/data/corejs2-built-in-features.js 48ms (unchanged)
packages/babel-compat-data/scripts/data/legacy-plugin-aliases.js 3ms (unchanged)
packages/babel-compat-data/scripts/data/plugin-bugfixes.js 5ms (unchanged)
packages/babel-compat-data/scripts/data/plugin-features.js 36ms (unchanged)
packages/babel-compat-data/scripts/utils-build-data.js 93ms (unchanged)
packages/babel-core/src/config/cache-contexts.ts 20ms (unchanged)
packages/babel-core/src/config/caching.ts 319ms (unchanged)
packages/babel-core/src/config/config-chain.ts 468ms (unchanged)
packages/babel-core/src/config/config-descriptors.ts 275ms (unchanged)
packages/babel-core/src/config/files/configuration.ts 178ms (unchanged)
packages/babel-core/src/config/files/index-browser.ts 20ms (unchanged)
packages/babel-core/src/config/files/index.ts 4ms (unchanged)
packages/babel-core/src/config/files/module-types.ts 57ms (unchanged)
packages/babel-core/src/config/files/package.ts 31ms (unchanged)
packages/babel-core/src/config/files/plugins.ts 115ms (unchanged)
packages/babel-core/src/config/files/types.ts 54ms (unchanged)
packages/babel-core/src/config/files/utils.ts 19ms (unchanged)
packages/babel-core/src/config/full.ts 232ms (unchanged)
packages/babel-core/src/config/helpers/config-api.ts 85ms (unchanged)
packages/babel-core/src/config/helpers/deep-array.ts 8ms (unchanged)
packages/babel-core/src/config/helpers/environment.ts 4ms (unchanged)
packages/babel-core/src/config/index.ts 64ms (unchanged)
packages/babel-core/src/config/item.ts 27ms (unchanged)
packages/babel-core/src/config/partial.ts 73ms (unchanged)
packages/babel-core/src/config/pattern-to-regex.ts 40ms (unchanged)
packages/babel-core/src/config/plugin.ts 24ms (unchanged)
packages/babel-core/src/config/printer.ts 91ms (unchanged)
packages/babel-core/src/config/resolve-targets-browser.ts 32ms (unchanged)
packages/babel-core/src/config/resolve-targets.ts 42ms (unchanged)
packages/babel-core/src/config/util.ts 7ms (unchanged)
packages/babel-core/src/config/validation/option-assertions.ts 311ms (unchanged)
packages/babel-core/src/config/validation/options.ts 229ms (unchanged)
packages/babel-core/src/config/validation/plugins.ts 150ms (unchanged)
packages/babel-core/src/config/validation/removed.ts 35ms (unchanged)
packages/babel-core/src/errors/config-error.ts 4ms (unchanged)
packages/babel-core/src/errors/rewrite-stack-trace.ts 72ms (unchanged)
packages/babel-core/src/gensync-utils/async.ts 85ms (unchanged)
packages/babel-core/src/gensync-utils/fs.ts 23ms (unchanged)
packages/babel-core/src/gensync-utils/functional.ts 27ms (unchanged)
packages/babel-core/src/index.ts 22ms (unchanged)
packages/babel-core/src/parse.ts 18ms (unchanged)
packages/babel-core/src/parser/index.ts 10ms (unchanged)
packages/babel-core/src/parser/util/missing-plugin-helper.ts 90ms (unchanged)
packages/babel-core/src/tools/build-external-helpers.ts 69ms (unchanged)
packages/babel-core/src/transform-ast.ts 24ms (unchanged)
packages/babel-core/src/transform-file-browser.ts 20ms (unchanged)
packages/babel-core/src/transform-file.ts 49ms (unchanged)
packages/babel-core/src/transform.ts 10ms (unchanged)
packages/babel-core/src/transformation/block-hoist-plugin.ts 28ms (unchanged)
packages/babel-core/src/transformation/file/file.ts 208ms (unchanged)
packages/babel-core/src/transformation/file/generate.ts 68ms (unchanged)
packages/babel-core/src/transformation/file/merge-map.ts 6ms (unchanged)
packages/babel-core/src/transformation/index.ts 130ms (unchanged)
packages/babel-core/src/transformation/normalize-file.ts 174ms (unchanged)
packages/babel-core/src/transformation/normalize-opts.ts 26ms (unchanged)
packages/babel-core/src/transformation/plugin-pass.ts 13ms (unchanged)
packages/babel-core/src/transformation/util/clone-deep.ts 50ms (unchanged)
packages/babel-core/test/api.js 353ms (unchanged)
packages/babel-core/test/assumptions.js 83ms (unchanged)
packages/babel-core/test/async.js 254ms (unchanged)
packages/babel-core/test/caching-api.js 514ms (unchanged)
packages/babel-core/test/config-chain.js 727ms (unchanged)
packages/babel-core/test/config-loading.js 331ms (unchanged)
packages/babel-core/test/config-ts.js 42ms (unchanged)
packages/babel-core/test/errors-stacks.js 69ms (unchanged)
packages/babel-core/test/esm-cjs-integration.js 24ms (unchanged)
packages/babel-core/test/evaluation.js 55ms (unchanged)
packages/babel-core/test/external-dependencies.js 199ms (unchanged)
packages/babel-core/test/fixtures/api/file.js 1ms (unchanged)
packages/babel-core/test/fixtures/api/parsing-errors/only-syntax/file.js 4ms
packages/babel-core/test/fixtures/api/parsing-errors/syntax-and-transform/file.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/config-cache/babel.config.js 3ms
packages/babel-core/test/fixtures/async/config-cache/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/config-file-async-function/babel.config.js 2ms
packages/babel-core/test/fixtures/async/config-file-async-function/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/config-file-mjs-cache/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/config-file-promise/babel.config.js 9ms
packages/babel-core/test/fixtures/async/config-file-promise/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-inherits/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-inherits/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-inherits/plugin2.js 3ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-mjs-native/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-mjs/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-post/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-post/plugin.js 4ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-pre/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/plugin-pre/plugin.js 3ms (unchanged)
packages/babel-core/test/fixtures/async/plugin/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/plugin/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/preset-mjs-named-exports-native/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/preset-mjs-named-exports/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/preset-mjs-native/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/preset-mjs/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/preset-plugin-promise/babel.config.js 1ms (unchanged)
packages/babel-core/test/fixtures/async/preset-plugin-promise/plugin.js 3ms (unchanged)
packages/babel-core/test/fixtures/async/preset-plugin-promise/preset.js 7ms (unchanged)
packages/babel-core/test/fixtures/async/preset/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/preset/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/async/preset/preset.js 2ms (unchanged)
packages/babel-core/test/fixtures/config-loading/.babelrc.js 2ms
packages/babel-core/test/fixtures/config-loading/plugin1.js 2ms
packages/babel-core/test/fixtures/config-loading/plugin2.js 2ms
packages/babel-core/test/fixtures/config-loading/plugin3.js 1ms
packages/babel-core/test/fixtures/config-loading/plugin4.js 1ms
packages/babel-core/test/fixtures/config-loading/plugin5.js 1ms
packages/babel-core/test/fixtures/config-loading/plugin6.js 2ms
packages/babel-core/test/fixtures/config-loading/preset1.js 2ms
packages/babel-core/test/fixtures/config-loading/preset2.js 2ms
packages/babel-core/test/fixtures/config-loading/preset3.js 2ms
packages/babel-core/test/fixtures/config-loading/preset4.js 2ms
packages/babel-core/test/fixtures/config-loading/preset5.js 2ms
packages/babel-core/test/fixtures/config/complex-plugin-config/config-identity/babelrc-js/.babelrc.js 2ms
packages/babel-core/test/fixtures/config/complex-plugin-config/config-identity/babelrc-js/plugin.js 2ms
packages/babel-core/test/fixtures/config/complex-plugin-config/config-identity/babelrc/plugin.js 1ms
packages/babel-core/test/fixtures/config/complex-plugin-config/config-identity/pkg/plugin.js 1ms
packages/babel-core/test/fixtures/config/complex-plugin-config/eight.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/eighteen.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/eleven.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/fifteen.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/five.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/four.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/fourteen.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/nine.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/nineteen.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/one.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/plugin.js 3ms
packages/babel-core/test/fixtures/config/complex-plugin-config/seven.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/seventeen.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/six.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/sixteen.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/ten.js 10ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/thirteen.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/three.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/twelve.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/twenty.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/twentyone.js 2ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/twentytwo.js 1ms (unchanged)
packages/babel-core/test/fixtures/config/complex-plugin-config/two.js 8ms (unchanged)
packages/babel-core/test/fixtures/config/config-files-templates/.babelrc.js 2ms
packages/babel-core/test/fixtures/config/config-files-templates/babel.config.js 1ms
packages/babel-core/test/fixtures/config/config-files/babelrc-js-error/.babelrc.js 1ms
packages/babel-core/test/fixtures/errors/error-config-file-more-frames/babel.config.js 1ms
packages/babel-core/test/fixtures/errors/error-config-file/babel.config.js 1ms
packages/babel-core/test/fixtures/errors/error-config-function-more-frames/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/errors/error-config-function/babel.config.js 2ms
packages/babel-core/test/fixtures/errors/use-exclude-in-preset/babel.config.js 2ms (unchanged)
packages/babel-core/test/fixtures/errors/use-exclude-in-preset/my-preset.js 1ms (unchanged)
packages/babel-core/test/fixtures/errors/use-exclude/babel.config.js 2ms
packages/babel-core/test/fixtures/option-manager/babel-plugin-foo/index.js 2ms (unchanged)
packages/babel-core/test/fixtures/option-manager/babel-preset-bar/index.js 1ms (unchanged)
packages/babel-core/test/fixtures/option-manager/not-a-preset.js 2ms
packages/babel-core/test/fixtures/option-manager/presets/es2015_default_function.js 3ms (unchanged)
packages/babel-core/test/fixtures/option-manager/presets/es2015_default_object.js 3ms (unchanged)
packages/babel-core/test/fixtures/option-manager/presets/es2015_invalid.js 4ms
packages/babel-core/test/fixtures/option-manager/presets/es2015_named.js 7ms (unchanged)
packages/babel-core/test/fixtures/option-manager/presets/es5_function.js 2ms (unchanged)
packages/babel-core/test/fixtures/option-manager/presets/es5_invalid.js 1ms
packages/babel-core/test/fixtures/option-manager/presets/es5_object.js 1ms (unchanged)
packages/babel-core/test/fixtures/plugins/override/generator-override/plugin.js 3ms (unchanged)
packages/babel-core/test/fixtures/plugins/override/parser-override/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/plugins/targets/plugin/plugin.js 3ms (unchanged)
packages/babel-core/test/fixtures/plugins/targets/preset/preset.js 3ms (unchanged)
packages/babel-core/test/fixtures/resolution/relative-paths/dir/plugin.js 1ms
packages/babel-core/test/fixtures/resolution/relative-paths/dir/preset.js 2ms
packages/babel-core/test/fixtures/transformation/source-maps/add-multi-line-comments/plugin.js 2ms (unchanged)
packages/babel-core/test/fixtures/transformation/source-maps/input-source-map-multiple-output-sources-complete-replace/plugin.js 20ms
packages/babel-core/test/fixtures/transformation/source-maps/input-source-map-multiple-output-sources/plugin.js 17ms
packages/babel-core/test/fixtures/transformation/source-maps/input-source-map-sources-complete-replace/plugin.js 4ms
packages/babel-core/test/helpers/esm.js 7ms (unchanged)
packages/babel-core/test/merge-map.js 4ms (unchanged)
packages/babel-core/test/option-manager.js 182ms (unchanged)
packages/babel-core/test/parse.js 15ms (unchanged)
packages/babel-core/test/path.js 52ms (unchanged)
packages/babel-core/test/plugins.js 2ms (unchanged)
packages/babel-core/test/resolution.js 210ms (unchanged)
packages/babel-core/test/targets.js 59ms (unchanged)
packages/babel-core/test/transformation.js 2ms (unchanged)
packages/babel-generator/scripts/generate-typescript-tests.js 8ms (unchanged)
packages/babel-generator/src/buffer.ts 195ms (unchanged)
packages/babel-generator/src/generators/base.ts 37ms (unchanged)
packages/babel-generator/src/generators/classes.ts 92ms (unchanged)
packages/babel-generator/src/generators/expressions.ts 299ms (unchanged)
packages/babel-generator/src/generators/flow.ts 408ms (unchanged)
packages/babel-generator/src/generators/index.ts 6ms (unchanged)
packages/babel-generator/src/generators/jsx.ts 48ms (unchanged)
packages/babel-generator/src/generators/methods.ts 142ms (unchanged)
packages/babel-generator/src/generators/modules.ts 97ms (unchanged)
packages/babel-generator/src/generators/statements.ts 103ms (unchanged)
packages/babel-generator/src/generators/template-literals.ts 16ms (unchanged)
packages/babel-generator/src/generators/types.ts 111ms (unchanged)
packages/babel-generator/src/generators/typescript.ts 397ms (unchanged)
packages/babel-generator/src/index.ts 82ms (unchanged)
packages/babel-generator/src/node/index.ts 43ms (unchanged)
packages/babel-generator/src/node/parentheses.ts 223ms (unchanged)
packages/babel-generator/src/node/whitespace.ts 154ms (unchanged)
packages/babel-generator/src/printer.ts 538ms (unchanged)
packages/babel-generator/src/source-map.ts 46ms (unchanged)
packages/babel-generator/test/arrow-functions.js 28ms (unchanged)
packages/babel-generator/test/index.js 355ms (unchanged)
packages/babel-generator/test/printer.skip-bundled.js 7ms (unchanged)
packages/babel-helper-annotate-as-pure/src/index.ts 22ms (unchanged)
packages/babel-helper-annotate-as-pure/test/index.js 12ms (unchanged)
packages/babel-helper-builder-binary-assignment-operator-visitor/src/explode-assignable-expression.ts 55ms (unchanged)
packages/babel-helper-builder-binary-assignment-operator-visitor/src/index.ts 20ms (unchanged)
packages/babel-helper-builder-react-jsx/src/index.ts 128ms (unchanged)
packages/babel-helper-builder-react-jsx/test/index.js 49ms (unchanged)
packages/babel-helper-check-duplicate-nodes/src/index.ts 23ms (unchanged)
packages/babel-helper-check-duplicate-nodes/test/index.js 33ms (unchanged)
packages/babel-helper-compilation-targets/src/debug.ts 7ms (unchanged)
packages/babel-helper-compilation-targets/src/filter-items.ts 67ms (unchanged)
packages/babel-helper-compilation-targets/src/index.ts 109ms (unchanged)
packages/babel-helper-compilation-targets/src/options.ts 3ms (unchanged)
packages/babel-helper-compilation-targets/src/pretty.ts 16ms (unchanged)
packages/babel-helper-compilation-targets/src/targets.ts 37ms (unchanged)
packages/babel-helper-compilation-targets/src/types.d.ts 5ms (unchanged)
packages/babel-helper-compilation-targets/src/utils.ts 40ms (unchanged)
packages/babel-helper-compilation-targets/test/browserslist-extends/browserslist-extends.spec.js 5ms (unchanged)
packages/babel-helper-compilation-targets/test/custom-browserslist-env/custom-browserslist-env.spec.js 3ms (unchanged)
packages/babel-helper-compilation-targets/test/load-browserslist-package-json/load-browserslist-package-json.spec.js 4ms (unchanged)
packages/babel-helper-compilation-targets/test/load-browserslistrc/load-browserslistrc.spec.js 8ms (unchanged)
packages/babel-helper-compilation-targets/test/pretty.skip-bundled.js 5ms (unchanged)
packages/babel-helper-compilation-targets/test/targets-parser.spec.js 108ms (unchanged)
packages/babel-helper-compilation-targets/test/targets-supported.skip-bundled.js 20ms (unchanged)
packages/babel-helper-compilation-targets/test/utils.skip-bundled.js 29ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/decorators-2018-09.ts 152ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/decorators.ts 712ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/features.ts 76ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/fields.ts 421ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/index.ts 153ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/misc.ts 42ms (unchanged)
packages/babel-helper-create-class-features-plugin/src/typescript.ts 4ms (unchanged)
packages/babel-helper-create-class-features-plugin/test/index.js 1ms (unchanged)
packages/babel-helper-create-regexp-features-plugin/src/features.ts 5ms (unchanged)
packages/babel-helper-create-regexp-features-plugin/src/index.ts 67ms (unchanged)
packages/babel-helper-create-regexp-features-plugin/src/util.ts 14ms (unchanged)
packages/babel-helper-create-regexp-features-plugin/test/index.js 1ms (unchanged)
packages/babel-helper-environment-visitor/src/index.ts 26ms (unchanged)
packages/babel-helper-fixtures/src/index.ts 195ms (unchanged)
packages/babel-helper-function-name/src/index.ts 74ms (unchanged)
packages/babel-helper-hoist-variables/src/index.ts 58ms (unchanged)
packages/babel-helper-member-expression-to-functions/src/index.ts 300ms (unchanged)
packages/babel-helper-member-expression-to-functions/src/util.ts 6ms (unchanged)
packages/babel-helper-module-imports/src/import-builder.ts 52ms (unchanged)
packages/babel-helper-module-imports/src/import-injector.ts 112ms (unchanged)
packages/babel-helper-module-imports/src/index.ts 31ms (unchanged)
packages/babel-helper-module-imports/src/is-module.ts 4ms (unchanged)
packages/babel-helper-module-imports/test/index.js 170ms (unchanged)
packages/babel-helper-module-transforms/src/dynamic-import.ts 31ms (unchanged)
packages/babel-helper-module-transforms/src/get-module-name.ts 9ms (unchanged)
packages/babel-helper-module-transforms/src/index.ts 114ms (unchanged)
packages/babel-helper-module-transforms/src/lazy-modules.ts 7ms (unchanged)
packages/babel-helper-module-transforms/src/normalize-and-load-metadata.ts 203ms (unchanged)
packages/babel-helper-module-transforms/src/rewrite-live-references.ts 206ms (unchanged)
packages/babel-helper-module-transforms/src/rewrite-this.ts 5ms (unchanged)
packages/babel-helper-optimise-call-expression/src/index.ts 7ms (unchanged)
packages/babel-helper-optimise-call-expression/test/index.js 18ms (unchanged)
packages/babel-helper-plugin-test-runner/src/index.ts 5ms (unchanged)
packages/babel-helper-plugin-utils/src/index.ts 63ms (unchanged)
packages/babel-helper-remap-async-to-generator/src/index.ts 25ms (unchanged)
packages/babel-helper-replace-supers/src/index.ts 124ms (unchanged)
packages/babel-helper-simple-access/src/index.ts 57ms (unchanged)
packages/babel-helper-simple-access/test/index.js 5ms (unchanged)
packages/babel-helper-skip-transparent-expression-wrappers/src/index.ts 18ms (unchanged)
packages/babel-helper-split-export-declaration/src/index.ts 21ms (unchanged)
packages/babel-helper-string-parser/src/index.ts 161ms (unchanged)
packages/babel-helper-transform-fixture-test-runner/src/babel-helpers-in-memory.js 3ms (unchanged)
packages/babel-helper-transform-fixture-test-runner/src/helpers.ts 3ms (unchanged)
packages/babel-helper-transform-fixture-test-runner/src/index.ts 183ms (unchanged)
packages/babel-helper-transform-fixture-test-runner/src/source-map-visualizer.ts 92ms (unchanged)
packages/babel-helper-transform-fixture-test-runner/test/index.js 4ms (unchanged)
packages/babel-helper-validator-identifier/scripts/generate-identifier-regex.js 18ms (unchanged)
packages/babel-helper-validator-identifier/src/identifier.ts 43ms (unchanged)
packages/babel-helper-validator-identifier/src/index.ts 2ms (unchanged)
packages/babel-helper-validator-identifier/src/keyword.ts 6ms (unchanged)
packages/babel-helper-validator-identifier/test/identifier.spec.js 12ms (unchanged)
packages/babel-helper-validator-option/src/find-suggestion.ts 16ms (unchanged)
packages/babel-helper-validator-option/src/index.ts 2ms (unchanged)
packages/babel-helper-validator-option/src/validator.ts 24ms (unchanged)
packages/babel-helper-validator-option/test/find-suggestion.spec.js 7ms (unchanged)
packages/babel-helper-validator-option/test/validator.spec.js 28ms (unchanged)
packages/babel-helper-wrap-function/src/index.ts 104ms (unchanged)
packages/babel-helpers/scripts/generate-helpers.js 27ms (unchanged)
packages/babel-helpers/scripts/generate-regenerator-runtime.js 16ms (unchanged)
packages/babel-helpers/src/helpers-generated.ts 26ms (unchanged)
packages/babel-helpers/src/helpers.ts 160ms (unchanged)
packages/babel-helpers/src/helpers/applyDecs.js 198ms (unchanged)
packages/babel-helpers/src/helpers/applyDecs2203.js 80ms (unchanged)
packages/babel-helpers/src/helpers/applyDecs2203R.js 158ms (unchanged)
packages/babel-helpers/src/helpers/applyDecs2301.js 279ms (unchanged)
packages/babel-helpers/src/helpers/applyDecs2305.ts 159ms (unchanged)
packages/babel-helpers/src/helpers/AsyncGenerator.js 45ms (unchanged)
packages/babel-helpers/src/helpers/asyncGeneratorDelegate.js 27ms (unchanged)
packages/babel-helpers/src/helpers/asyncIterator.js 21ms (unchanged)
packages/babel-helpers/src/helpers/awaitAsyncGenerator.js 4ms (unchanged)
packages/babel-helpers/src/helpers/checkInRHS.ts 10ms (unchanged)
packages/babel-helpers/src/helpers/defineAccessor.js 2ms (unchanged)
packages/babel-helpers/src/helpers/dispose.js 6ms (unchanged)
packages/babel-helpers/src/helpers/importDeferProxy.js 4ms (unchanged)
packages/babel-helpers/src/helpers/interopRequireWildcard.js 7ms (unchanged)
packages/babel-helpers/src/helpers/iterableToArrayLimit.js 14ms (unchanged)
packages/babel-helpers/src/helpers/iterableToArrayLimitLoose.js 6ms (unchanged)
packages/babel-helpers/src/helpers/jsx.js 8ms (unchanged)
packages/babel-helpers/src/helpers/objectSpread2.js 15ms (unchanged)
packages/babel-helpers/src/helpers/OverloadYield.js 1ms (unchanged)
packages/babel-helpers/src/helpers/regeneratorRuntime.js 226ms
packages/babel-helpers/src/helpers/setFunctionName.ts 10ms (unchanged)
packages/babel-helpers/src/helpers/toPrimitive.ts 5ms (unchanged)
packages/babel-helpers/src/helpers/toPropertyKey.ts 3ms (unchanged)
packages/babel-helpers/src/helpers/typeof.js 10ms (unchanged)
packages/babel-helpers/src/helpers/using.js 21ms (unchanged)
packages/babel-helpers/src/helpers/wrapRegExp.js 39ms (unchanged)
packages/babel-helpers/src/index.ts 100ms (unchanged)
packages/babel-helpers/test/fixtures/dependencies/basic/plugin.js 6ms
packages/babel-helpers/test/fixtures/dependencies/deep/plugin.js 7ms
packages/babel-helpers/test/fixtures/dependencies/missing/plugin.js 3ms
packages/babel-helpers/test/fixtures/dependencies/multiple/plugin.js 11ms
packages/babel-helpers/test/fixtures/dependencies/rename-binding-equal/plugin.js 5ms
packages/babel-helpers/test/fixtures/dependencies/rename-deep-global/plugin.js 7ms
packages/babel-helpers/test/fixtures/dependencies/reuse-dependency/plugin.js 10ms
packages/babel-helpers/test/fixtures/dependencies/variable-same-name-dependency/plugin.js 13ms
packages/babel-helpers/test/fixtures/misc/9496/plugin.js 4ms
packages/babel-helpers/test/fixtures/misc/declaration-name-conflict-helper-entrypoint/plugin.js 1ms (unchanged)
packages/babel-helpers/test/helpers/define-helper.js 8ms (unchanged)
packages/babel-helpers/test/index.js 1ms (unchanged)
packages/babel-highlight/src/index.ts 71ms (unchanged)
packages/babel-highlight/test/index.js 28ms (unchanged)
packages/babel-node/bin/babel-node.js 2ms (unchanged)
packages/babel-node/src/_babel-node.ts 81ms (unchanged)
packages/babel-node/src/babel-node.ts 41ms (unchanged)
packages/babel-node/test/fixtures.js 62ms (unchanged)
packages/babel-node/test/fixtures/cli/--config-file/in-files/configFile.js 3ms (unchanged)
packages/babel-node/test/fixtures/cli/--config-file/in-files/index.js 4ms (unchanged)
packages/babel-node/test/fixtures/cli/--env-name/in-files/index.js 4ms (unchanged)
packages/babel-node/test/fixtures/cli/--env-name/in-files/logPlugin.js 1ms
packages/babel-node/test/fixtures/cli/--no-babelrc/in-files/index.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/--no-babelrc/in-files/logPlugin.js 2ms
packages/babel-node/test/fixtures/cli/--presets/in-files/index.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/--presets/in-files/presetFile.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/--require_node_modules/in-files/foo.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/--require/in-files/dep.js 1ms
packages/babel-node/test/fixtures/cli/--require/in-files/foo.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/-b/in-files/index.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/-b/in-files/presetFile.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/arguments/in-files/bar.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/directory/in-files/foo/index.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/filename/in-files/bar.js 3ms (unchanged)
packages/babel-node/test/fixtures/cli/node-execArgv/in-files/payload.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/require/in-files/bar2.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/require/in-files/foo2.js 2ms (unchanged)
packages/babel-node/test/fixtures/cli/subprocess-ipc/in-files/payload.js 1ms (unchanged)
packages/babel-node/test/fixtures/cli/subprocess-no-ipc/in-files/payload.js 3ms
packages/babel-parser/bin/babel-parser.js 3ms (unchanged)
packages/babel-parser/src/index.ts 25ms (unchanged)
packages/babel-parser/src/options.ts 12ms (unchanged)
packages/babel-parser/src/parse-error.ts 36ms (unchanged)
packages/babel-parser/src/parse-error/module-errors.ts 2ms (unchanged)
packages/babel-parser/src/parse-error/pipeline-operator-errors.ts 5ms
packages/babel-parser/src/parse-error/standard-errors.ts 121ms (unchanged)
packages/babel-parser/src/parse-error/strict-mode-errors.ts 13ms (unchanged)
packages/babel-parser/src/parse-error/to-node-description.ts 25ms (unchanged)
packages/babel-parser/src/parser/base.ts 21ms (unchanged)
packages/babel-parser/src/parser/comments.ts 74ms (unchanged)
packages/babel-parser/src/parser/expression.ts 1047ms (unchanged)
packages/babel-parser/src/parser/index.ts 19ms (unchanged)
packages/babel-parser/src/parser/lval.ts 146ms (unchanged)
packages/babel-parser/src/parser/node.ts 41ms (unchanged)
packages/babel-parser/src/parser/statement.ts 1415ms (unchanged)
packages/babel-parser/src/parser/util.ts 86ms (unchanged)
packages/babel-parser/src/plugin-utils.ts 57ms (unchanged)
packages/babel-parser/src/plugins/estree.ts 128ms (unchanged)
packages/babel-parser/src/plugins/flow/index.ts 1713ms (unchanged)
packages/babel-parser/src/plugins/flow/scope.ts 169ms (unchanged)
packages/babel-parser/src/plugins/jsx/index.ts 138ms (unchanged)
packages/babel-parser/src/plugins/jsx/xhtml.ts 22ms (unchanged)
packages/babel-parser/src/plugins/placeholders.ts 82ms (unchanged)
packages/babel-parser/src/plugins/typescript/index.ts 1247ms (unchanged)
packages/babel-parser/src/plugins/typescript/scope.ts 19ms (unchanged)
packages/babel-parser/src/plugins/v8intrinsic.ts 6ms (unchanged)
packages/babel-parser/src/tokenizer/context.ts 4ms (unchanged)
packages/babel-parser/src/tokenizer/index.ts 524ms (unchanged)
packages/babel-parser/src/tokenizer/state.ts 49ms (unchanged)
packages/babel-parser/src/tokenizer/types.ts 216ms (unchanged)
packages/babel-parser/src/types.d.ts 226ms (unchanged)
packages/babel-parser/src/typings.d.ts 12ms (unchanged)
packages/babel-parser/src/util/class-scope.ts 13ms (unchanged)
packages/babel-parser/src/util/expression-scope.ts 30ms (unchanged)
packages/babel-parser/src/util/identifier.ts 7ms (unchanged)
packages/babel-parser/src/util/location.ts 5ms (unchanged)
packages/babel-parser/src/util/production-parameter.ts 9ms (unchanged)
packages/babel-parser/src/util/scope.ts 43ms (unchanged)
packages/babel-parser/src/util/scopeflags.ts 7ms (unchanged)
packages/babel-parser/src/util/whitespace.ts 6ms (unchanged)
packages/babel-parser/test/attachComment-false.js 3ms (unchanged)
packages/babel-parser/test/commonjs.bundled.js 2ms (unchanged)
packages/babel-parser/test/error-codes.js 21ms (unchanged)
packages/babel-parser/test/estree-throws.js 6ms (unchanged)
packages/babel-parser/test/expressions.js 2ms (unchanged)
packages/babel-parser/test/expressions/es2022/top-level-await/module/input.js 1ms (unchanged)
packages/babel-parser/test/expressions/es2022/top-level-await/script/input.js 1ms (unchanged)
packages/babel-parser/test/expressions/es2022/top-level-await/unambiguous/input.js 1ms (unchanged)
packages/babel-parser/test/expressions/esprima/expression-additive/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-additive/migrated_0001/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-additive/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0002/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0004/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0005/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0006/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0007/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0008/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0009/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0010/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0011/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0012/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-assignment/migrated_0013/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-bitwise/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-bitwise/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-bitwise/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0004/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary-logical/migrated_0005/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0004/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0005/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0006/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0007/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0008/input.js 7ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0009/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0010/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0011/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0012/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0013/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0014/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0015/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0016/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-binary/migrated_0017/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-bitwise-shift/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-bitwise-shift/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-bitwise-shift/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-complex/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-conditional/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-conditional/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-conditional/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-equality/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-equality/migrated_0001/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-equality/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-equality/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-grouping/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-grouping/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0003/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0004/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0005/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0006/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0007/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0008/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0009/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0010/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0011/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0012/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0013/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0014/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0015/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0016/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0017/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0018/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0019/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0020/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0021/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-left-hand-side/migrated_0022/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-multiplicative/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-multiplicative/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-multiplicative/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0000/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0004/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-postfix/migrated_0005/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0000/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0001/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0003/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0004/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0005/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-relational/migrated_0006/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0000/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0001/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0002/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0003/input.js 3ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0004/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0005/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0006/input.js 0ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0007/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0008/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0009/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0010/input.js 2ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0011/input.js 1ms
packages/babel-parser/test/expressions/esprima/expression-unary/migrated_0012/input.js 0ms
packages/babel-parser/test/expressions/is-expression-babel-parser/fail/1/input.js 0ms (unchanged)
packages/babel-parser/test/expressions/is-expression-babel-parser/fail/8/input.js 1ms
packages/babel-parser/test/expressions/is-expression-babel-parser/pass/1/input.js 1ms
packages/babel-parser/test/expressions/is-expression-babel-parser/pass/2/input.js 2ms
packages/babel-parser/test/expressions/is-expression-babel-parser/pass/3/input.js 1ms
packages/babel-parser/test/expressions/is-expression-babel-parser/pass/4/input.js 1ms
packages/babel-parser/test/expressions/is-expression-babel-parser/pass/5/input.js 2ms
packages/babel-parser/test/helpers/difference.js 63ms (unchanged)
packages/babel-parser/test/helpers/fixture-error.js 50ms (unchanged)
packages/babel-parser/test/helpers/polyfill.js 6ms (unchanged)
packages/babel-parser/test/helpers/run-fixture-tests.js 52ms (unchanged)
packages/babel-parser/test/helpers/serialization.js 21ms (unchanged)
packages/babel-parser/test/helpers/to-contextual-syntax-error.js 14ms (unchanged)
packages/babel-parser/test/helpers/to-fuzzed-options.js 25ms (unchanged)
packages/babel-parser/test/index.js 3ms (unchanged)
packages/babel-parser/test/options.js 11ms (unchanged)
packages/babel-parser/test/plugin-options.js 13ms (unchanged)
packages/babel-parser/test/unit/tokenizer/types.skip-bundled.js 3ms (unchanged)
packages/babel-parser/test/unit/util/identifier.skip-bundled.js 27ms (unchanged)
packages/babel-parser/typings/babel-parser.d.ts 23ms
packages/babel-parser/typings/babel-parser.source.d.ts 8ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src/index.ts 5ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/src/util.ts 5ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/test/fixtures/integration/plugin-injecting-function-id-after/plugin.js 2ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/test/fixtures/integration/plugin-injecting-function-id-before/plugin.js 3ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/test/index.js 1ms (unchanged)
packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/test/util.skip-bundled.js 5ms (unchanged)
packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src/index.ts 29ms (unchanged)
packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/src/util.ts 9ms (unchanged)
packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/test/index.js 1ms (unchanged)
packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/test/util.skip-bundled.js 13ms (unchanged)
packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly/src/index.ts 17ms (unchanged)
packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly/src/util.ts 39ms (unchanged)
packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly/test/index.js 1ms (unchanged)
packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly/test/util.skip-bundled.js 32ms (unchanged)
packages/babel-plugin-external-helpers/src/index.ts 14ms (unchanged)
packages/babel-plugin-external-helpers/test/index.js 15ms (unchanged)
packages/babel-plugin-proposal-async-do-expressions/src/index.ts 162ms (unchanged)
packages/babel-plugin-proposal-async-do-expressions/test/index.js 69ms (unchanged)
packages/babel-plugin-proposal-decorators/src/index.ts 9ms (unchanged)
packages/babel-plugin-proposal-decorators/src/transformer-legacy.ts 90ms (unchanged)
packages/babel-plugin-proposal-decorators/test/index.js 2ms (unchanged)
packages/babel-plugin-proposal-destructuring-private/src/index.ts 49ms (unchanged)
packages/babel-plugin-proposal-destructuring-private/src/util.ts 80ms (unchanged)
packages/babel-plugin-proposal-destructuring-private/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-destructuring-private/test/plugin-ordering.js 3ms (unchanged)
packages/babel-plugin-proposal-destructuring-private/test/util.skip-bundled.js 13ms (unchanged)
packages/babel-plugin-proposal-do-expressions/src/index.ts 17ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/block-scope.js 2ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/do-while.js 3ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/empty.js 1ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/for-in.js 1ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/for.js 2ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/if-else-if.js 2ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/if-else.js 2ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/if.js 1ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/semicolons.js 3ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/single-expression.js 1ms
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/variable-declaration-end.js 1ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/variable-declaration-within-function.js 2ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/fixtures/do-expressions/while.js 2ms (unchanged)
packages/babel-plugin-proposal-do-expressions/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-duplicate-named-capturing-groups-regex/src/index.ts 5ms (unchanged)
packages/babel-plugin-proposal-duplicate-named-capturing-groups-regex/test/fixtures/runtime/replace.js 3ms (unchanged)
packages/babel-plugin-proposal-duplicate-named-capturing-groups-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-explicit-resource-management/src/index.ts 65ms (unchanged)
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/async-dispose-throws-synchronously.js 3ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/completion-break.js 8ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/completion-normal.js 4ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/completion-return.js 2ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/completion-throw.js 3ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/invalid-not-a-function.js 2ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/multiple.js 16ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/sync-async-mixed.js 17ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/sync-fallback.js 3ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/using-function.js 5ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-async/using-null.js 1ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/completion-break.js 2ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/completion-normal.js 2ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/completion-return.js 3ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/completion-throw.js 3ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/invalid-dispose-not-a-function.js 2ms (unchanged)
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/invalid-not-object.js 1ms (unchanged)
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/multiple.js 4ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/using-function.js 2ms
packages/babel-plugin-proposal-explicit-resource-management/test/fixtures/exec-sync/using-null.js 4ms (unchanged)
packages/babel-plugin-proposal-explicit-resource-management/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-export-default-from/src/index.ts 21ms (unchanged)
packages/babel-plugin-proposal-export-default-from/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-function-bind/src/index.ts 14ms (unchanged)
packages/babel-plugin-proposal-function-bind/test/index.js 2ms (unchanged)
packages/babel-plugin-proposal-function-sent/src/index.ts 14ms (unchanged)
packages/babel-plugin-proposal-function-sent/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-import-attributes-to-assertions/src/index.ts 5ms (unchanged)
packages/babel-plugin-proposal-import-attributes-to-assertions/test/index.js 2ms (unchanged)
packages/babel-plugin-proposal-import-defer/src/index.ts 21ms (unchanged)
packages/babel-plugin-proposal-import-defer/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-import-wasm-source/src/index.ts 118ms (unchanged)
packages/babel-plugin-proposal-import-wasm-source/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-optional-chaining-assign/src/index.ts 15ms (unchanged)
packages/babel-plugin-proposal-optional-chaining-assign/test/index.js 2ms (unchanged)
packages/babel-plugin-proposal-partial-application/src/index.ts 46ms (unchanged)
packages/babel-plugin-proposal-partial-application/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/buildOptimizedSequenceExpression.ts 10ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/fsharpVisitor.ts 5ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/hackVisitor.ts 18ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/index.ts 4ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/minimalVisitor.ts 5ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/src/smartVisitor.ts 35ms (unchanged)
packages/babel-plugin-proposal-pipeline-operator/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-record-and-tuple/src/index.ts 21ms (unchanged)
packages/babel-plugin-proposal-record-and-tuple/test/index.js 2ms (unchanged)
packages/babel-plugin-proposal-regexp-modifiers/src/index.ts 3ms (unchanged)
packages/babel-plugin-proposal-regexp-modifiers/test/index.js 1ms (unchanged)
packages/babel-plugin-proposal-throw-expressions/src/index.ts 5ms (unchanged)
packages/babel-plugin-proposal-throw-expressions/test/index.js 2ms (unchanged)
packages/babel-plugin-syntax-async-do-expressions/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-decimal/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-decorators/src/index.ts 33ms (unchanged)
packages/babel-plugin-syntax-decorators/test/index.js 52ms (unchanged)
packages/babel-plugin-syntax-destructuring-private/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-do-expressions/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-explicit-resource-management/src/index.ts 4ms (unchanged)
packages/babel-plugin-syntax-export-default-from/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-flow/src/index.ts 5ms (unchanged)
packages/babel-plugin-syntax-function-bind/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-function-sent/src/index.ts 2ms (unchanged)
packages/babel-plugin-syntax-import-assertions/src/index.ts 2ms (unchanged)
packages/babel-plugin-syntax-import-attributes/src/index.ts 5ms (unchanged)
packages/babel-plugin-syntax-import-defer/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-import-reflection/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-import-source/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-jsx/src/index.ts 4ms (unchanged)
packages/babel-plugin-syntax-module-blocks/src/index.ts 2ms (unchanged)
packages/babel-plugin-syntax-optional-chaining-assign/src/index.ts 4ms (unchanged)
packages/babel-plugin-syntax-partial-application/src/index.ts 2ms (unchanged)
packages/babel-plugin-syntax-pipeline-operator/src/index.ts 7ms (unchanged)
packages/babel-plugin-syntax-record-and-tuple/src/index.ts 4ms (unchanged)
packages/babel-plugin-syntax-throw-expressions/src/index.ts 3ms (unchanged)
packages/babel-plugin-syntax-typescript/src/index.ts 7ms (unchanged)
packages/babel-plugin-syntax-typescript/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-arrow-functions/src/index.ts 5ms (unchanged)
packages/babel-plugin-transform-arrow-functions/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-async-generator-functions/src/for-await.ts 9ms (unchanged)
packages/babel-plugin-transform-async-generator-functions/src/index.ts 21ms (unchanged)
packages/babel-plugin-transform-async-generator-functions/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-async-to-generator/src/index.ts 18ms (unchanged)
packages/babel-plugin-transform-async-to-generator/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoped-functions/src/index.ts 7ms (unchanged)
packages/babel-plugin-transform-block-scoped-functions/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/src/annex-B_3_3.ts 23ms (unchanged)
packages/babel-plugin-transform-block-scoping/src/index.ts 113ms (unchanged)
packages/babel-plugin-transform-block-scoping/src/loop.ts 80ms (unchanged)
packages/babel-plugin-transform-block-scoping/src/validation.ts 90ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/assignment.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/call-2.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/call-3.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/call.js 0ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/defaults.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/destructuring.js 2ms
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/export.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/.fail/update.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/block-scoped-2.js 3ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/block-scoped.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/closure-wrap-collision.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/collision-for.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/constant-violation.js 1ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/destructuring-defaults.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/duplicate-function-scope.js 1ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/for-continuation-outer-reference.js 11ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/for-continuation.js 33ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/for-loop-head.js 1ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/label.js 3ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/multiple.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/nested-labels-2.js 5ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/nested-labels-3.js 6ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/nested-labels-4.js 3ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/nested-labels.js 11ms
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/scope-bindings.js 4ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/switch-break.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/exec/switch-labeled-break.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/pass/assignment.js 2ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/pass/call.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/pass/defaults.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/fixtures/pass/destructuring.js 2ms
packages/babel-plugin-transform-block-scoping/test/fixtures/pass/update.js 1ms (unchanged)
packages/babel-plugin-transform-block-scoping/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-class-properties/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-class-properties/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-class-static-block/src/index.ts 39ms (unchanged)
packages/babel-plugin-transform-class-static-block/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-class-static-block/test/plugin-ordering.test.js 3ms (unchanged)
packages/babel-plugin-transform-classes/src/index.ts 14ms (unchanged)
packages/babel-plugin-transform-classes/src/inline-createSuper-helpers.ts 39ms (unchanged)
packages/babel-plugin-transform-classes/src/transformClass.ts 101ms (unchanged)
packages/babel-plugin-transform-classes/test/fixtures/exec/class-prototype-chain.js 5ms
packages/babel-plugin-transform-classes/test/fixtures/exec/declaration-binding.js 1ms
packages/babel-plugin-transform-classes/test/fixtures/exec/expression-binding.js 2ms
packages/babel-plugin-transform-classes/test/fixtures/exec/prototype-descriptor.js 2ms (unchanged)
packages/babel-plugin-transform-classes/test/fixtures/exec/retain-no-call-on-reassign.js 1ms (unchanged)
packages/babel-plugin-transform-classes/test/fixtures/exec/return-symbol.js 2ms
packages/babel-plugin-transform-classes/test/fixtures/exec/shadow-container.js 2ms (unchanged)
packages/babel-plugin-transform-classes/test/fixtures/exec/super-change-proto.js 2ms
packages/babel-plugin-transform-classes/test/fixtures/exec/super-return.js 2ms
packages/babel-plugin-transform-classes/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-computed-properties/src/index.ts 55ms (unchanged)
packages/babel-plugin-transform-computed-properties/test/index.js 7ms (unchanged)
packages/babel-plugin-transform-destructuring/src/index.ts 40ms (unchanged)
packages/babel-plugin-transform-destructuring/src/util.ts 189ms (unchanged)
packages/babel-plugin-transform-destructuring/test/helpers/checkScopeInfo.js 4ms (unchanged)
packages/babel-plugin-transform-destructuring/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-dotall-regex/src/index.ts 3ms (unchanged)
packages/babel-plugin-transform-dotall-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-duplicate-keys/src/index.ts 19ms (unchanged)
packages/babel-plugin-transform-duplicate-keys/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/src/index.ts 17ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-interop-null/mod.js 1ms
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-interop-string/mod.js 1ms
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-interop/mod.js 2ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-template-literal/1.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-to-primitive/foo.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-to-string-order/1.js 2ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs-createImportExpression-false/exec-transpiled-dep/mod.js 4ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-interop-null/mod.js 1ms
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-interop-string/mod.js 1ms
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-interop/mod.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-template-literal/1.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-to-primitive/foo.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-to-string-order/1.js 0ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/fixtures/commonjs/exec-transpiled-dep/mod.js 1ms (unchanged)
packages/babel-plugin-transform-dynamic-import/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-exponentiation-operator/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-exponentiation-operator/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-export-namespace-from/src/index.ts 15ms (unchanged)
packages/babel-plugin-transform-export-namespace-from/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-flow-comments/src/index.ts 59ms (unchanged)
packages/babel-plugin-transform-flow-comments/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-flow-strip-types/src/index.ts 30ms (unchanged)
packages/babel-plugin-transform-flow-strip-types/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-for-of/src/index.ts 67ms (unchanged)
packages/babel-plugin-transform-for-of/src/no-helper-implementation.ts 35ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/arguments-symbol-unsupported.js 3ms
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/array-break.js 2ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/array-continue.js 2ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/array.js 2ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/generator-break.js 1ms
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/generator-continue.js 2ms
packages/babel-plugin-transform-for-of/test/fixtures/loose-exec/generator.js 2ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/arguments-symbol-unsupported.js 3ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/array-break.js 2ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/array-continue.js 7ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/array-symbol-unsupported-throw.js 2ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/array.js 25ms (unchanged)
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/generator-break.js 2ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/generator-continue.js 2ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/generator.js 1ms
packages/babel-plugin-transform-for-of/test/fixtures/spec-exec/throw-iterator-handling.js 5ms
packages/babel-plugin-transform-for-of/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-function-name/src/index.ts 5ms (unchanged)
packages/babel-plugin-transform-function-name/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-instanceof/src/index.ts 6ms (unchanged)
packages/babel-plugin-transform-instanceof/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-jscript/src/index.ts 31ms (unchanged)
packages/babel-plugin-transform-jscript/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-json-strings/src/index.ts 7ms (unchanged)
packages/babel-plugin-transform-json-strings/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-literals/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-logical-assignment-operators/src/index.ts 12ms (unchanged)
packages/babel-plugin-transform-logical-assignment-operators/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-member-expression-literals/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-member-expression-literals/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-modules-amd/src/index.ts 28ms (unchanged)
packages/babel-plugin-transform-modules-amd/test/importInterop-function.js 7ms (unchanged)
packages/babel-plugin-transform-modules-amd/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/src/dynamic-import.ts 4ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/src/hooks.ts 17ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/src/index.ts 55ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/src/lazy.ts 10ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/test/copied-nodes.js 6ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/test/esmodule-flag.js 4ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep1.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep2.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep3.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep4.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep5.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep6.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep7.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep8.js 1ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/interop-loose/multi-load/plugin.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/interop/multi-load/plugin.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/misc/binding-for-new-vars/plugin.js 3ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/test/fixtures/misc/copy-getters-setters-star/moduleWithGetter.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/fixtures/misc/copy-getters-setters/moduleWithGetter.js 2ms
packages/babel-plugin-transform-modules-commonjs/test/importInterop-function.js 6ms (unchanged)
packages/babel-plugin-transform-modules-commonjs/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-modules-systemjs/src/index.ts 122ms (unchanged)
packages/babel-plugin-transform-modules-systemjs/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-modules-umd/src/index.ts 59ms (unchanged)
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep1.js 2ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep2.js 2ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep3.js 1ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep4.js 2ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep5.js 1ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep6.js 1ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep7.js 1ms
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep8.js 1ms
packages/babel-plugin-transform-modules-umd/test/importInterop-function.js 7ms (unchanged)
packages/babel-plugin-transform-modules-umd/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-named-capturing-groups-regex/src/index.ts 3ms (unchanged)
packages/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/runtime/instanceof-regexp.js 1ms (unchanged)
packages/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/runtime/issue-9722.js 2ms (unchanged)
packages/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/runtime/match.js 2ms (unchanged)
packages/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/runtime/no-groups.js 1ms
packages/babel-plugin-transform-named-capturing-groups-regex/test/fixtures/runtime/replace-string.js 1ms
packages/babel-plugin-transform-named-capturing-groups-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-new-target/src/index.ts 10ms (unchanged)
packages/babel-plugin-transform-new-target/test/fixtures/exec/class-extended.js 4ms
packages/babel-plugin-transform-new-target/test/fixtures/exec/class.js 2ms
packages/babel-plugin-transform-new-target/test/fixtures/exec/function-class-extended.js 11ms
packages/babel-plugin-transform-new-target/test/fixtures/exec/function-class.js 2ms
packages/babel-plugin-transform-new-target/test/fixtures/exec/function.js 2ms (unchanged)
packages/babel-plugin-transform-new-target/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-nullish-coalescing-operator/src/index.ts 10ms (unchanged)
packages/babel-plugin-transform-nullish-coalescing-operator/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-numeric-separator/src/index.ts 5ms (unchanged)
packages/babel-plugin-transform-numeric-separator/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-object-assign/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-object-rest-spread/src/index.ts 245ms (unchanged)
packages/babel-plugin-transform-object-rest-spread/src/shouldStoreRHSInTemporaryVariable.ts 5ms (unchanged)
packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest/duplicate-decl-bug/plugin-clear-scope.js 2ms
packages/babel-plugin-transform-object-rest-spread/test/hasMoreThanOneBinding.skip-bundled.js 5ms (unchanged)
packages/babel-plugin-transform-object-rest-spread/test/index.js 17ms (unchanged)
packages/babel-plugin-transform-object-set-prototype-of-to-assign/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-object-super/src/index.ts 10ms (unchanged)
packages/babel-plugin-transform-object-super/test/fixtures/object-super/simple.js 28ms
packages/babel-plugin-transform-object-super/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-optional-catch-binding/src/index.ts 7ms (unchanged)
packages/babel-plugin-transform-optional-catch-binding/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-optional-chaining/src/index.ts 6ms (unchanged)
packages/babel-plugin-transform-optional-chaining/src/transform.ts 69ms (unchanged)
packages/babel-plugin-transform-optional-chaining/src/util.ts 6ms (unchanged)
packages/babel-plugin-transform-optional-chaining/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-optional-chaining/test/util.skip-bundled.js 7ms (unchanged)
packages/babel-plugin-transform-parameters/src/index.ts 6ms (unchanged)
packages/babel-plugin-transform-parameters/src/params.ts 34ms (unchanged)
packages/babel-plugin-transform-parameters/src/rest.ts 51ms (unchanged)
packages/babel-plugin-transform-parameters/src/shadow-utils.ts 23ms (unchanged)
packages/babel-plugin-transform-parameters/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-private-methods/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-private-methods/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-private-property-in-object/src/index.ts 51ms (unchanged)
packages/babel-plugin-transform-private-property-in-object/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-property-literals/src/index.ts 5ms (unchanged)
packages/babel-plugin-transform-property-literals/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-property-mutators/src/define-map.ts 23ms (unchanged)
packages/babel-plugin-transform-property-mutators/src/index.ts 11ms (unchanged)
packages/babel-plugin-transform-property-mutators/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-proto-to-assign/src/index.ts 19ms (unchanged)
packages/babel-plugin-transform-proto-to-assign/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-constant-elements/src/index.ts 40ms (unchanged)
packages/babel-plugin-transform-react-constant-elements/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-display-name/src/index.ts 19ms (unchanged)
packages/babel-plugin-transform-react-display-name/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-inline-elements/src/index.ts 12ms (unchanged)
packages/babel-plugin-transform-react-inline-elements/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx-compat/src/index.ts 6ms (unchanged)
packages/babel-plugin-transform-react-jsx-compat/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-react-jsx-development/src/index.ts 3ms (unchanged)
packages/babel-plugin-transform-react-jsx-development/test/fixtures/cross-platform/generated-jsx/plugin.js 3ms
packages/babel-plugin-transform-react-jsx-development/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx-self/src/index.ts 12ms (unchanged)
packages/babel-plugin-transform-react-jsx-self/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx-source/src/index.ts 13ms (unchanged)
packages/babel-plugin-transform-react-jsx-source/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx/src/create-plugin.ts 198ms (unchanged)
packages/babel-plugin-transform-react-jsx/src/development.ts 2ms (unchanged)
packages/babel-plugin-transform-react-jsx/src/index.ts 2ms (unchanged)
packages/babel-plugin-transform-react-jsx/test/fixtures/react-automatic/should-allow-js-namespacing/blacklist.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx/test/fixtures/react-automatic/should-throw-when-filter-is-specified/options.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-allow-js-namespacing/blacklist.js 1ms (unchanged)
packages/babel-plugin-transform-react-jsx/test/fixtures/regression/issue-12478-automatic/plugin.js 2ms
packages/babel-plugin-transform-react-jsx/test/fixtures/regression/issue-12478-classic/plugin.js 2ms
packages/babel-plugin-transform-react-jsx/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-react-pure-annotations/src/index.ts 11ms (unchanged)
packages/babel-plugin-transform-react-pure-annotations/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-regenerator/src/index.ts 7ms (unchanged)
packages/babel-plugin-transform-regenerator/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-reserved-words/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-reserved-words/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-runtime/scripts/build-dist.js 55ms (unchanged)
packages/babel-plugin-transform-runtime/scripts/runtime-corejs2-definitions.js 51ms (unchanged)
packages/babel-plugin-transform-runtime/scripts/runtime-corejs3-definitions.js 75ms (unchanged)
packages/babel-plugin-transform-runtime/src/core-js.ts 6ms (unchanged)
packages/babel-plugin-transform-runtime/src/get-runtime-path/browser.ts 2ms (unchanged)
packages/babel-plugin-transform-runtime/src/get-runtime-path/index.ts 9ms (unchanged)
packages/babel-plugin-transform-runtime/src/helpers.ts 8ms (unchanged)
packages/babel-plugin-transform-runtime/src/index.ts 38ms (unchanged)
packages/babel-plugin-transform-runtime/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-runtime/test/regression.js 3ms (unchanged)
packages/babel-plugin-transform-shorthand-properties/src/index.ts 6ms (unchanged)
packages/babel-plugin-transform-shorthand-properties/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-spread/src/index.ts 37ms (unchanged)
packages/babel-plugin-transform-spread/test/index.js 2ms (unchanged)
packages/babel-plugin-transform-sticky-regex/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-sticky-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-strict-mode/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-strict-mode/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-template-literals/src/index.ts 33ms (unchanged)
packages/babel-plugin-transform-template-literals/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-typeof-symbol/src/index.ts 25ms (unchanged)
packages/babel-plugin-transform-typeof-symbol/test/helper.spec.js 8ms (unchanged)
packages/babel-plugin-transform-typeof-symbol/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-typescript/src/const-enum.ts 14ms (unchanged)
packages/babel-plugin-transform-typescript/src/enum.ts 96ms (unchanged)
packages/babel-plugin-transform-typescript/src/global-types.ts 4ms (unchanged)
packages/babel-plugin-transform-typescript/src/index.ts 138ms (unchanged)
packages/babel-plugin-transform-typescript/src/namespace.ts 68ms (unchanged)
packages/babel-plugin-transform-typescript/test/fixtures/imports/elide-injected/plugin.js 3ms
packages/babel-plugin-transform-typescript/test/fixtures/imports/import=-declaration/plugin.js 3ms
packages/babel-plugin-transform-typescript/test/fixtures/imports/parameter-decorators/plugin.js 6ms
packages/babel-plugin-transform-typescript/test/fixtures/regression/10162/plugin.js 2ms (unchanged)
packages/babel-plugin-transform-typescript/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-unicode-escapes/src/index.ts 17ms (unchanged)
packages/babel-plugin-transform-unicode-escapes/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-unicode-property-regex/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-unicode-property-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-unicode-regex/src/index.ts 3ms (unchanged)
packages/babel-plugin-transform-unicode-regex/test/index.js 1ms (unchanged)
packages/babel-plugin-transform-unicode-sets-regex/src/index.ts 4ms (unchanged)
packages/babel-plugin-transform-unicode-sets-regex/test/index.js 1ms (unchanged)
packages/babel-preset-env/scripts/smoke-test.js 8ms (unchanged)
packages/babel-preset-env/src/available-plugins.ts 40ms (unchanged)
packages/babel-preset-env/src/debug.ts 6ms (unchanged)
packages/babel-preset-env/src/filter-items.ts 6ms (unchanged)
packages/babel-preset-env/src/index.ts 72ms (unchanged)
packages/babel-preset-env/src/module-transformations.ts 3ms (unchanged)
packages/babel-preset-env/src/normalize-options.ts 73ms (unchanged)
packages/babel-preset-env/src/options.ts 4ms (unchanged)
packages/babel-preset-env/src/plugins-compat-data.ts 13ms (unchanged)
packages/babel-preset-env/src/shipped-proposals.ts 6ms (unchanged)
packages/babel-preset-env/src/targets-parser.ts 1ms (unchanged)
packages/babel-preset-env/src/types.d.ts 6ms (unchanged)
packages/babel-preset-env/test/fixtures.js 1ms (unchanged)
packages/babel-preset-env/test/fixtures/debug-babel-7/browserslist-env/options.js 1ms (unchanged)
packages/babel-preset-env/test/fixtures/debug/browserslist-env/options.js 1ms (unchanged)
packages/babel-preset-env/test/fixtures/sanity/issue-10142-corejs2-entry/plugin.js 2ms (unchanged)
packages/babel-preset-env/test/fixtures/sanity/issue-10142-corejs2-usage/plugin.js 1ms (unchanged)
packages/babel-preset-env/test/fixtures/sanity/issue-10142-corejs3-entry/plugin.js 2ms (unchanged)
packages/babel-preset-env/test/fixtures/sanity/issue-10142-corejs3-usage/plugin.js 1ms (unchanged)
packages/babel-preset-env/test/import-meta.js 5ms (unchanged)
packages/babel-preset-env/test/index.skip-bundled.js 80ms (unchanged)
packages/babel-preset-env/test/normalize-options.skip-bundled.js 81ms (unchanged)
packages/babel-preset-env/test/regressions.js 8ms (unchanged)
packages/babel-preset-env/test/regressions/babel-preset-react-app/index.js 2ms (unchanged)
packages/babel-preset-flow/src/index.ts 5ms (unchanged)
packages/babel-preset-flow/src/normalize-options.ts 21ms (unchanged)
packages/babel-preset-flow/test/flow.js 1ms (unchanged)
packages/babel-preset-flow/test/normalize-options.skip-bundled.js 7ms (unchanged)
packages/babel-preset-react/src/index.ts 6ms (unchanged)
packages/babel-preset-react/src/normalize-options.ts 59ms (unchanged)
packages/babel-preset-react/test/fixtures/regression/another-preset-with-custom-jsx-keep-source-self/emotion-css-prop-preset.js 16ms
packages/babel-preset-react/test/fixtures/regression/runtime-classic-allow-multiple-source-self/my-preset.js 2ms (unchanged)
packages/babel-preset-react/test/index.js 8ms (unchanged)
packages/babel-preset-react/test/normalize-options.skip-bundled.js 22ms (unchanged)
packages/babel-preset-react/test/preset-options.js 1ms (unchanged)
packages/babel-preset-typescript/src/index.ts 14ms (unchanged)
packages/babel-preset-typescript/src/normalize-options.ts 14ms (unchanged)
packages/babel-preset-typescript/src/plugin-rewrite-ts-imports.ts 5ms (unchanged)
packages/babel-preset-typescript/test/index.js 1ms (unchanged)
packages/babel-preset-typescript/test/normalize-options.skip-bundled.js 33ms (unchanged)
packages/babel-register/experimental-worker.js 1ms (unchanged)
packages/babel-register/src/browser.js 2ms (unchanged)
packages/babel-register/src/cache.js 2ms (unchanged)
packages/babel-register/src/experimental-worker.js 4ms (unchanged)
packages/babel-register/src/hook.js 31ms (unchanged)
packages/babel-register/src/index.js 2ms (unchanged)
packages/babel-register/src/is-in-register-worker.js 2ms (unchanged)
packages/babel-register/src/node.js 3ms (unchanged)
packages/babel-register/src/nodeWrapper.js 3ms (unchanged)
packages/babel-register/src/worker-client.js 19ms (unchanged)
packages/babel-register/src/worker/babel-core.js 3ms (unchanged)
packages/babel-register/src/worker/cache.js 11ms (unchanged)
packages/babel-register/src/worker/handle-message.js 4ms (unchanged)
packages/babel-register/src/worker/index.js 5ms (unchanged)
packages/babel-register/src/worker/transform.js 22ms (unchanged)
packages/babel-register/test/browserify.js 4ms (unchanged)
packages/babel-register/test/cache.js 32ms (unchanged)
packages/babel-register/test/fixtures/babelrc/es2015.js 1ms (unchanged)
packages/babel-register/test/fixtures/babelrc/log.js 1ms (unchanged)
packages/babel-register/test/fixtures/browserify/register.js 1ms (unchanged)
packages/babel-register/test/fixtures/internal-modules/index.js 2ms
packages/babel-register/test/fixtures/internal-modules/plugin.js 3ms
packages/babel-register/test/fixtures/mjs-babelrc/es2015.js 1ms (unchanged)
packages/babel-register/test/fixtures/source-map/foo/bar.js 2ms (unchanged)
packages/babel-register/test/fixtures/source-map/index.js 2ms
packages/babel-register/test/index.js 43ms (unchanged)
packages/babel-runtime-corejs2/core-js/map.js 1ms
packages/babel-runtime-corejs2/helpers/esm/iterableToArray.js 4ms
packages/babel-runtime-corejs2/helpers/esm/possibleConstructorReturn.js 2ms
packages/babel-runtime-corejs2/helpers/esm/temporalRef.js 2ms
packages/babel-runtime-corejs2/helpers/esm/toArray.js 2ms
packages/babel-runtime-corejs2/helpers/iterableToArray.js 5ms
packages/babel-runtime-corejs2/helpers/possibleConstructorReturn.js 15ms
packages/babel-runtime-corejs2/helpers/temporalRef.js 3ms
packages/babel-runtime-corejs2/helpers/toArray.js 3ms
packages/babel-runtime-corejs2/helpers/typeof.js 4ms
packages/babel-runtime-corejs2/regenerator/index.js 3ms (unchanged)
packages/babel-runtime-corejs3/helpers/dispose.js 6ms
packages/babel-runtime-corejs3/helpers/esm/possibleConstructorReturn.js 2ms
packages/babel-runtime-corejs3/helpers/possibleConstructorReturn.js 3ms
packages/babel-runtime-corejs3/regenerator/index.js 2ms (unchanged)
packages/babel-runtime-corejs3/test/index.spec.js 123ms (unchanged)
packages/babel-runtime/helpers/dispose.js 7ms
packages/babel-runtime/helpers/esm/iterableToArray.js 2ms
packages/babel-runtime/helpers/esm/possibleConstructorReturn.js 3ms
packages/babel-runtime/helpers/esm/temporalRef.js 1ms
packages/babel-runtime/helpers/esm/toArray.js 2ms
packages/babel-runtime/helpers/iterableToArray.js 4ms
packages/babel-runtime/helpers/possibleConstructorReturn.js 4ms
packages/babel-runtime/helpers/temporalRef.js 2ms
packages/babel-runtime/helpers/toArray.js 2ms
packages/babel-runtime/helpers/typeof.js 4ms
packages/babel-runtime/regenerator/index.js 3ms (unchanged)
packages/babel-standalone/examples/example.js 4ms (unchanged)
packages/babel-standalone/src/babel-package-shim.ts 2ms (unchanged)
packages/babel-standalone/src/generated/plugins.ts 61ms (unchanged)
packages/babel-standalone/src/index.ts 56ms (unchanged)
packages/babel-standalone/src/make-noop-plugin.ts 3ms (unchanged)
packages/babel-standalone/src/plugin-utils-shim.ts 2ms (unchanged)
packages/babel-standalone/src/preset-es2015.ts 14ms (unchanged)
packages/babel-standalone/src/preset-stage-0.ts 3ms (unchanged)
packages/babel-standalone/src/preset-stage-1.ts 5ms (unchanged)
packages/babel-standalone/src/preset-stage-2.ts 4ms (unchanged)
packages/babel-standalone/src/preset-stage-3.ts 9ms (unchanged)
packages/babel-standalone/src/transformScriptTags.ts 81ms (unchanged)
packages/babel-standalone/test/babel.js 68ms (unchanged)
packages/babel-standalone/test/built-into-es5.js 4ms (unchanged)
packages/babel-standalone/test/preset-stage-1.test.js 21ms (unchanged)
packages/babel-standalone/test/transform-script-tags.test.js 22ms (unchanged)
packages/babel-template/src/builder.ts 22ms (unchanged)
packages/babel-template/src/formatters.ts 12ms (unchanged)
packages/babel-template/src/index.ts 5ms (unchanged)
packages/babel-template/src/literal.ts 32ms (unchanged)
packages/babel-template/src/options.ts 11ms (unchanged)
packages/babel-template/src/parse.ts 32ms (unchanged)
packages/babel-template/src/populate.ts 16ms (unchanged)
packages/babel-template/src/string.ts 4ms (unchanged)
packages/babel-template/test/index.js 96ms (unchanged)
packages/babel-traverse/scripts/generators/asserts.js 2ms (unchanged)
packages/babel-traverse/scripts/generators/validators.js 2ms (unchanged)
packages/babel-traverse/src/cache.ts 9ms (unchanged)
packages/babel-traverse/src/context.ts 19ms (unchanged)
packages/babel-traverse/src/hub.ts 5ms (unchanged)
packages/babel-traverse/src/index.ts 37ms (unchanged)
packages/babel-traverse/src/path/ancestry.ts 31ms (unchanged)
packages/babel-traverse/src/path/comments.ts 14ms (unchanged)
packages/babel-traverse/src/path/context.ts 78ms (unchanged)
packages/babel-traverse/src/path/conversion.ts 218ms (unchanged)
packages/babel-traverse/src/path/evaluation.ts 107ms (unchanged)
packages/babel-traverse/src/path/family.ts 104ms
packages/babel-traverse/src/path/generated/asserts.d.ts 217ms (unchanged)
packages/babel-traverse/src/path/generated/validators.d.ts 340ms (unchanged)
packages/babel-traverse/src/path/index.ts 52ms (unchanged)
packages/babel-traverse/src/path/inference/index.ts 18ms (unchanged)
packages/babel-traverse/src/path/inference/inferer-reference.ts 27ms (unchanged)
packages/babel-traverse/src/path/inference/inferers.ts 24ms (unchanged)
packages/babel-traverse/src/path/inference/util.ts 4ms (unchanged)
packages/babel-traverse/src/path/introspection.ts 65ms (unchanged)
packages/babel-traverse/src/path/lib/hoister.ts 44ms (unchanged)
packages/babel-traverse/src/path/lib/removal-hooks.ts 9ms (unchanged)
packages/babel-traverse/src/path/lib/virtual-types-validator.ts 62ms (unchanged)
packages/babel-traverse/src/path/lib/virtual-types.ts 12ms (unchanged)
packages/babel-traverse/src/path/modification.ts 97ms (unchanged)
packages/babel-traverse/src/path/removal.ts 9ms (unchanged)
packages/babel-traverse/src/path/replacement.ts 84ms (unchanged)
packages/babel-traverse/src/scope/binding.ts 14ms (unchanged)
packages/babel-traverse/src/scope/index.ts 183ms (unchanged)
packages/babel-traverse/src/scope/lib/renamer.ts 17ms (unchanged)
packages/babel-traverse/src/traverse-node.ts 4ms (unchanged)
packages/babel-traverse/src/types.ts 7ms (unchanged)
packages/babel-traverse/src/visitors.ts 29ms (unchanged)
packages/babel-traverse/test/ancestry.js 13ms (unchanged)
packages/babel-traverse/test/arrow-transform.js 23ms (unchanged)
packages/babel-traverse/test/conversion.js 10ms (unchanged)
packages/babel-traverse/test/evaluation.js 26ms (unchanged)
packages/babel-traverse/test/family.js 16ms (unchanged)
packages/babel-traverse/test/fixtures/comments/attachment/remove.js 2ms
packages/babel-traverse/test/fixtures/regression/visit-tsfunctiontype-parameters/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/break-statements/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/catch-clause-2/plugin.js 1ms (unchanged)
packages/babel-traverse/test/fixtures/rename/catch-clause/plugin.js 1ms (unchanged)
packages/babel-traverse/test/fixtures/rename/decorator-expression/plugin.js 2ms
packages/babel-traverse/test/fixtures/rename/function-body-declaration/plugin.js 2ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-1/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-2/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-3/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-4/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-5/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-6/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-7/plugin.js 2ms
packages/babel-traverse/test/fixtures/rename/method-computed-key-8/plugin.js 2ms
packages/babel-traverse/test/fixtures/rename/parameter-default-1/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-10/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-2/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-3/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-4/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-5/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-6/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-7/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-8/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/parameter-default-9/plugin.js 2ms
packages/babel-traverse/test/fixtures/rename/parameter-redeclaration/plugin.js 1ms
packages/babel-traverse/test/fixtures/rename/re-export/plugin.js 1ms
packages/babel-traverse/test/helpers/@babel/fake-babel-package/index.js 1ms (unchanged)
packages/babel-traverse/test/hub.js 4ms (unchanged)
packages/babel-traverse/test/index.js 1ms (unchanged)
packages/babel-traverse/test/inference.js 97ms (unchanged)
packages/babel-traverse/test/introspection.js 27ms (unchanged)
packages/babel-traverse/test/modification.js 44ms (unchanged)
packages/babel-traverse/test/path/index.js 7ms (unchanged)
packages/babel-traverse/test/path/isPure.js 13ms (unchanged)
packages/babel-traverse/test/path/virtual-validators.js 4ms (unchanged)
packages/babel-traverse/test/removal.js 11ms (unchanged)
packages/babel-traverse/test/replacement.js 54ms (unchanged)
packages/babel-traverse/test/scope.js 132ms (unchanged)
packages/babel-traverse/test/traverse.js 37ms (unchanged)
packages/babel-traverse/test/visitors.js 6ms (unchanged)
packages/babel-types/scripts/generators/asserts.js 3ms (unchanged)
packages/babel-types/scripts/generators/ast-types.js 16ms (unchanged)
packages/babel-types/scripts/generators/builders.js 19ms (unchanged)
packages/babel-types/scripts/generators/constants.js 4ms (unchanged)
packages/babel-types/scripts/generators/docs.js 24ms (unchanged)
packages/babel-types/scripts/generators/flow.js 97ms (unchanged)
packages/babel-types/scripts/generators/typescript-legacy.js 64ms (unchanged)
packages/babel-types/scripts/generators/validators.js 8ms (unchanged)
packages/babel-types/scripts/utils/formatBuilderName.js 2ms (unchanged)
packages/babel-types/scripts/utils/stringifyValidator.js 6ms (unchanged)
packages/babel-types/scripts/utils/toFunctionName.js 2ms (unchanged)
packages/babel-types/src/asserts/assertNode.ts 2ms (unchanged)
packages/babel-types/src/asserts/generated/index.ts 214ms (unchanged)
packages/babel-types/src/ast-types/generated/index.ts 555ms (unchanged)
packages/babel-types/src/builders/flow/createFlowUnionType.ts 4ms (unchanged)
packages/babel-types/src/builders/flow/createTypeAnnotationBasedOnTypeof.ts 5ms (unchanged)
packages/babel-types/src/builders/generated/index.ts 260ms (unchanged)
packages/babel-types/src/builders/generated/uppercase.d.ts 2ms (unchanged)
packages/babel-types/src/builders/generated/uppercase.js 11ms (unchanged)
packages/babel-types/src/builders/productions.ts 2ms (unchanged)
packages/babel-types/src/builders/react/buildChildren.ts 4ms (unchanged)
packages/babel-types/src/builders/typescript/createTSUnionType.ts 4ms (unchanged)
packages/babel-types/src/builders/validateNode.ts 3ms (unchanged)
packages/babel-types/src/clone/clone.ts 1ms (unchanged)
packages/babel-types/src/clone/cloneDeep.ts 2ms (unchanged)
packages/babel-types/src/clone/cloneDeepWithoutLoc.ts 2ms (unchanged)
packages/babel-types/src/clone/cloneNode.ts 11ms (unchanged)
packages/babel-types/src/clone/cloneWithoutLoc.ts 2ms (unchanged)
packages/babel-types/src/comments/addComment.ts 2ms (unchanged)
packages/babel-types/src/comments/addComments.ts 4ms (unchanged)
packages/babel-types/src/comments/inheritInnerComments.ts 1ms (unchanged)
packages/babel-types/src/comments/inheritLeadingComments.ts 1ms (unchanged)
packages/babel-types/src/comments/inheritsComments.ts 2ms (unchanged)
packages/babel-types/src/comments/inheritTrailingComments.ts 2ms (unchanged)
packages/babel-types/src/comments/removeComments.ts 2ms (unchanged)
packages/babel-types/src/constants/generated/index.ts 9ms (unchanged)
packages/babel-types/src/constants/index.ts 7ms (unchanged)
packages/babel-types/src/converters/ensureBlock.ts 2ms (unchanged)
packages/babel-types/src/converters/gatherSequenceExpressions.ts 10ms (unchanged)
packages/babel-types/src/converters/toBindingIdentifierName.ts 2ms (unchanged)
packages/babel-types/src/converters/toBlock.ts 4ms (unchanged)
packages/babel-types/src/converters/toComputedKey.ts 3ms (unchanged)
packages/babel-types/src/converters/toExpression.ts 4ms (unchanged)
packages/babel-types/src/converters/toIdentifier.ts 4ms (unchanged)
packages/babel-types/src/converters/toKeyAlias.ts 6ms (unchanged)
packages/babel-types/src/converters/toSequenceExpression.ts 3ms (unchanged)
packages/babel-types/src/converters/toStatement.ts 7ms (unchanged)
packages/babel-types/src/converters/valueToNode.ts 13ms (unchanged)
packages/babel-types/src/definitions/core.ts 242ms (unchanged)
packages/babel-types/src/definitions/deprecated-aliases.ts 2ms (unchanged)
packages/babel-types/src/definitions/experimental.ts 16ms (unchanged)
packages/babel-types/src/definitions/flow.ts 42ms (unchanged)
packages/babel-types/src/definitions/index.ts 11ms (unchanged)
packages/babel-types/src/definitions/jsx.ts 19ms (unchanged)
packages/babel-types/src/definitions/misc.ts 4ms (unchanged)
packages/babel-types/src/definitions/placeholders.ts 4ms (unchanged)
packages/babel-types/src/definitions/typescript.ts 94ms (unchanged)
packages/babel-types/src/definitions/utils.ts 57ms (unchanged)
packages/babel-types/src/index.ts 11ms (unchanged)
packages/babel-types/src/modifications/appendToMemberExpression.ts 3ms (unchanged)
packages/babel-types/src/modifications/flow/removeTypeDuplicates.ts 10ms (unchanged)
packages/babel-types/src/modifications/inherits.ts 5ms (unchanged)
packages/babel-types/src/modifications/prependToMemberExpression.ts 3ms (unchanged)
packages/babel-types/src/modifications/removeProperties.ts 5ms (unchanged)
packages/babel-types/src/modifications/removePropertiesDeep.ts 2ms (unchanged)
packages/babel-types/src/modifications/typescript/removeTypeDuplicates.ts 10ms (unchanged)
packages/babel-types/src/retrievers/getBindingIdentifiers.ts 16ms (unchanged)
packages/babel-types/src/retrievers/getOuterBindingIdentifiers.ts 4ms (unchanged)
packages/babel-types/src/traverse/traverse.ts 8ms (unchanged)
packages/babel-types/src/traverse/traverseFast.ts 7ms (unchanged)
packages/babel-types/src/utils/deprecationWarning.ts 6ms (unchanged)
packages/babel-types/src/utils/inherit.ts 4ms (unchanged)
packages/babel-types/src/utils/react/cleanJSXElementLiteralChild.ts 18ms (unchanged)
packages/babel-types/src/utils/shallowEqual.ts 3ms (unchanged)
packages/babel-types/src/validators/buildMatchMemberExpression.ts 4ms (unchanged)
packages/babel-types/src/validators/generated/index.ts 480ms (unchanged)
packages/babel-types/src/validators/is.ts 23ms (unchanged)
packages/babel-types/src/validators/isBinding.ts 6ms (unchanged)
packages/babel-types/src/validators/isBlockScoped.ts 19ms (unchanged)
packages/babel-types/src/validators/isImmutable.ts 2ms (unchanged)
packages/babel-types/src/validators/isLet.ts 3ms (unchanged)
packages/babel-types/src/validators/isNode.ts 2ms (unchanged)
packages/babel-types/src/validators/isNodesEquivalent.ts 7ms (unchanged)
packages/babel-types/src/validators/isPlaceholderType.ts 3ms (unchanged)
packages/babel-types/src/validators/isReferenced.ts 9ms (unchanged)
packages/babel-types/src/validators/isScope.ts 3ms (unchanged)
packages/babel-types/src/validators/isSpecifierDefault.ts 2ms (unchanged)
packages/babel-types/src/validators/isType.ts 3ms (unchanged)
packages/babel-types/src/validators/isValidES3Identifier.ts 2ms (unchanged)
packages/babel-types/src/validators/isValidIdentifier.ts 2ms (unchanged)
packages/babel-types/src/validators/isVar.ts 2ms (unchanged)
packages/babel-types/src/validators/matchesPattern.ts 6ms (unchanged)
packages/babel-types/src/validators/react/isCompatTag.ts 6ms (unchanged)
packages/babel-types/src/validators/react/isReactComponent.ts 1ms (unchanged)
packages/babel-types/src/validators/validate.ts 6ms (unchanged)
packages/babel-types/test/asserts.js 4ms (unchanged)
packages/babel-types/test/builders/core.js 3ms (unchanged)
packages/babel-types/test/builders/es2015/templateElement.js 11ms (unchanged)
packages/babel-types/test/builders/es2022/classProperty.js 2ms (unchanged)
packages/babel-types/test/builders/flow/createTypeAnnotationBasedOnTypeof.js 4ms (unchanged)
packages/babel-types/test/builders/flow/declareClass.js 4ms (unchanged)
packages/babel-types/test/builders/typescript/exportDefaultDeclaration.js 3ms (unchanged)
packages/babel-types/test/builders/typescript/tsLiteralType.js 11ms (unchanged)
packages/babel-types/test/builders/typescript/tsTypeParameter.js 6ms (unchanged)
packages/babel-types/test/cloning.js 24ms (unchanged)
packages/babel-types/test/converters.js 38ms (unchanged)
packages/babel-types/test/fields.js 15ms (unchanged)
packages/babel-types/test/misc.js 24ms (unchanged)
packages/babel-types/test/modifications.js 9ms (unchanged)
packages/babel-types/test/regressions.js 4ms (unchanged)
packages/babel-types/test/retrievers.js 12ms (unchanged)
packages/babel-types/test/validate.js 6ms (unchanged)
packages/babel-types/test/validators.js 57ms (unchanged)
fisker commented 6 months ago

Run #15909

github-actions[bot] commented 6 months ago

[Error]

SyntaxError: Unexpected token ] in JSON at position 1180
fisker commented 6 months ago

Run #15909

github-actions[bot] commented 6 months ago

prettier/prettier#15909 VS prettier/prettier@main

Diff (809 lines) ````diff diff --git ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md index f9114358..dd09ac79 100644 --- ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md +++ ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md @@ -46,7 +46,8 @@ The CSS {{cssxref("background")}} property is a shorthand for a number of backgr 105deg, rgb(255 255 255 / 20%) 39%, rgb(51 56 57 / 100%) 96% - ) center center / 400px 200px no-repeat, + ) + center center / 400px 200px no-repeat, url(big-star.png) center no-repeat, rebeccapurple; } diff --git ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md index 30056ef5..e11799e7 100644 --- ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md +++ ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md @@ -144,7 +144,8 @@ Next, let's look at our button icons: font-family: "HeydingsControlsRegular"; src: url("fonts/heydings_controls-webfont.eot"); src: - url("fonts/heydings_controls-webfont.eot?#iefix") format("embedded-opentype"), + url("fonts/heydings_controls-webfont.eot?#iefix") + format("embedded-opentype"), url("fonts/heydings_controls-webfont.woff") format("woff"), url("fonts/heydings_controls-webfont.ttf") format("truetype"); font-weight: normal; diff --git ORI/content/files/en-us/web/api/web_authentication_api/index.md ALT/content/files/en-us/web/api/web_authentication_api/index.md index f8af1450..508d2688 100644 --- ORI/content/files/en-us/web/api/web_authentication_api/index.md +++ ALT/content/files/en-us/web/api/web_authentication_api/index.md @@ -213,9 +213,9 @@ const createCredentialDefaultArgs = { timeout: 60000, challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, 0x1a, - 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, 0x7e, 0x38, - 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, + 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, + 0x1a, 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, + 0x7e, 0x38, 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, ]).buffer, }, }; @@ -227,9 +227,9 @@ const getCredentialDefaultArgs = { // allowCredentials: [newCredential] // see below challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, 0x67, - 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, 0x81, 0x26, - 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, + 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, + 0x67, 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, + 0x81, 0x26, 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, ]).buffer, }, }; diff --git ORI/content/files/en-us/web/css/@import/index.md ALT/content/files/en-us/web/css/@import/index.md index 3c9a3090..0aa3915c 100644 --- ORI/content/files/en-us/web/css/@import/index.md +++ ALT/content/files/en-us/web/css/@import/index.md @@ -101,8 +101,8 @@ The `@import` rules in the above examples show media-dependent conditions that w ```css @import url("gridy.css") supports(display: grid) screen and (max-width: 400px); -@import url("flexy.css") supports(not (display: grid) and (display: flex)) screen - and (max-width: 400px); +@import url("flexy.css") supports(not (display: grid) and (display: flex)) + screen and (max-width: 400px); ``` The `@import` rules above illustrate how you might import a layout that uses a grid if `display: grid` is supported, and otherwise imports CSS that uses `display: flex`. @@ -115,8 +115,8 @@ You can also specify CSS functions in `supports()`, and it will evaluate to `tru For example, the code below shows an `@import` that is conditional on both [child combinators](/en-US/docs/Web/CSS/Child_combinator) (`selector()`) and the `font-tech()` function: ```css -@import url("whatever.css") supports((selector(h2 > p)) and - (font-tech(color-COLRv1))); +@import url("whatever.css") +supports((selector(h2 > p)) and (font-tech(color-COLRv1))); ``` ### Importing CSS rules into a cascade layer diff --git ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md index e6ed3d58..781e7697 100644 --- ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md +++ ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md @@ -58,9 +58,9 @@ In this example the `montserrat-regular.woff2` font file will neither be preload local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-regular.woff2") format("woff2"); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, - U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, - U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, + U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, + U+2215, U+FEFF, U+FFFD; } } diff --git ORI/content/files/en-us/web/css/@supports/index.md ALT/content/files/en-us/web/css/@supports/index.md index 77bc42b0..7ea22abb 100644 --- ORI/content/files/en-us/web/css/@supports/index.md +++ ALT/content/files/en-us/web/css/@supports/index.md @@ -260,7 +260,8 @@ If a browser doesn't support the font technology, a fallback font (`Bungee-fallb @font-face { font-family: "Bungee Spice"; src: - url("https://fonts.googleapis.com/css2?family=Bungee+Spice") tech(color-COLRv1), + url("https://fonts.googleapis.com/css2?family=Bungee+Spice") + tech(color-COLRv1), url("Bungee-fallback.otf") format("opentype"); } ``` diff --git ORI/content/files/en-us/web/css/background-image/index.md ALT/content/files/en-us/web/css/background-image/index.md index 5da5b35a..6ffd5aa5 100644 --- ORI/content/files/en-us/web/css/background-image/index.md +++ ALT/content/files/en-us/web/css/background-image/index.md @@ -26,7 +26,8 @@ background-image: linear-gradient( to bottom, rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) - ), url("catfront.png"); + ), + url("catfront.png"); /* Global values */ background-image: inherit; diff --git ORI/content/files/en-us/web/css/background-origin/index.md ALT/content/files/en-us/web/css/background-origin/index.md index 17c0b1a2..ed82e4a8 100644 --- ORI/content/files/en-us/web/css/background-origin/index.md +++ ALT/content/files/en-us/web/css/background-origin/index.md @@ -95,7 +95,8 @@ In this example the box has a thick dotted border. The first gradient uses the ` rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 0.6) 60%, rgba(252, 176, 69, 1) 100% - ), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); + ), + radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); border: 20px dashed black; padding: 20px; width: 400px; diff --git ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md index 818ff5a1..72767b40 100644 --- ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md +++ ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md @@ -37,7 +37,8 @@ In this example, three backgrounds are stacked: the Firefox logo, an image of bu .multi-bg-example { width: 100%; height: 400px; - background-image: url(firefox.png), url(bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); + background-image: url(firefox.png), url(bubbles.png), + linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); background-repeat: no-repeat, no-repeat, no-repeat; background-position: bottom right, diff --git ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md index 3c779880..725333b2 100644 --- ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md +++ ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md @@ -169,12 +169,10 @@ img { ```css nolint img { - filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(210deg 100% 50%) - ) - drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(30deg 100% 50%) - ); + filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(210deg 100% 50%)) + drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(30deg 100% 50%)); } img + img { filter: none; diff --git ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md index c9bb15bb..a0387d15 100644 --- ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md +++ ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md @@ -355,7 +355,8 @@ div { 217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71% - ), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), + ), + linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%); } ``` @@ -610,7 +611,8 @@ div { circle at 93.3% 75%, rgba(0, 255, 0, 0.5), rgba(0, 255, 0, 0) 70.71% - ) beige; + ) + beige; border-radius: 50%; } ``` @@ -758,7 +760,8 @@ div { rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, @@ -768,8 +771,18 @@ div { rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px - ), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green - 200px, blue 250px, indigo 300px, violet 350px, red 370px); + ), + repeating-linear-gradient( + 23deg, + red 50px, + orange 100px, + yellow 150px, + green 200px, + blue 250px, + indigo 300px, + violet 350px, + red 370px + ); } ``` @@ -806,7 +819,8 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent, transparent 50px, @@ -820,18 +834,21 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent, transparent 5px, rgba(143, 77, 63, 0.25) 5px, rgba(143, 77, 63, 0.25) 10px - ), repeating-linear-gradient(45deg, transparent, transparent 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px, rgba(143, 77, 63, 0.25) 10px); + ), + repeating-linear-gradient( + 45deg, + transparent, + transparent 5px, + rgba(143, 77, 63, 0.25) 5px, + rgba(143, 77, 63, 0.25) 10px + ); background: repeating-linear-gradient( 90deg, @@ -841,7 +858,8 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent 0 50px, rgba(255, 127, 0, 0.25) 50px 56px, @@ -849,16 +867,17 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent 0 5px, rgba(143, 77, 63, 0.25) 5px 10px - ), repeating-linear-gradient(45deg, transparent 0 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px 10px); + ), + repeating-linear-gradient( + 45deg, + transparent 0 5px, + rgba(143, 77, 63, 0.25) 5px 10px + ); } ``` @@ -914,14 +933,16 @@ div { rgba(0, 0, 0, 0.5) 15px, rgba(255, 255, 255, 0.5) 15px, rgba(255, 255, 255, 0.5) 30px - ) top left no-repeat, + ) + top left no-repeat, repeating-radial-gradient( ellipse at 20% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px - ) top left no-repeat yellow; + ) + top left no-repeat yellow; background-size: 200px 200px, 150px 150px; diff --git ORI/content/files/en-us/web/css/env/index.md ALT/content/files/en-us/web/css/env/index.md index 7693cc26..6d27369e 100644 --- ORI/content/files/en-us/web/css/env/index.md +++ ALT/content/files/en-us/web/css/env/index.md @@ -60,10 +60,8 @@ You can then use `env()` in your CSS: ```css body { - padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env( - safe-area-inset-bottom, - 20px - ) env(safe-area-inset-left, 20px); + padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) + env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px); } ``` @@ -139,10 +137,8 @@ The below example makes use of the optional second parameter of `env()`, which a p { width: 300px; border: 2px solid red; - padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) env( - safe-area-inset-bottom, - 50px - ) env(SAFE-AREA-INSET-LEFT, 50px); + padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) + env(safe-area-inset-bottom, 50px) env(SAFE-AREA-INSET-LEFT, 50px); } ``` diff --git ORI/content/files/en-us/web/css/filter/index.md ALT/content/files/en-us/web/css/filter/index.md index 60cb855d..423f84c5 100644 --- ORI/content/files/en-us/web/css/filter/index.md +++ ALT/content/files/en-us/web/css/filter/index.md @@ -196,8 +196,8 @@ Filter functions are applied in order of appearance. The same filter function ca ```css #MDN-logo { border: 1px solid blue; - filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) drop-shadow(5px 5px 0 - red); + filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) + drop-shadow(5px 5px 0 red); } ``` diff --git ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md index 21082720..d62abbec 100644 --- ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md +++ ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md @@ -212,7 +212,8 @@ div { #000 0.25turn 0.5turn, #fff 0.5turn 0.75turn, #000 0.75turn - ) top left / 25% 25% repeat; + ) + top left / 25% 25% repeat; border: 1px solid; } ``` diff --git ORI/content/files/en-us/web/css/grid-auto-columns/index.md ALT/content/files/en-us/web/css/grid-auto-columns/index.md index 62b13f9f..99c37880 100644 --- ORI/content/files/en-us/web/css/grid-auto-columns/index.md +++ ALT/content/files/en-us/web/css/grid-auto-columns/index.md @@ -49,7 +49,8 @@ grid-auto-columns: min-content max-content auto; grid-auto-columns: 100px 150px 390px; grid-auto-columns: 10% 33.3%; grid-auto-columns: 0.5fr 3fr 1fr; -grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) minmax(20%, 80vmax); +grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) + minmax(20%, 80vmax); grid-auto-columns: 100px minmax(100px, auto) 10% 0.5fr fit-content(400px); /* Global values */ diff --git ORI/content/files/en-us/web/css/mask-image/index.md ALT/content/files/en-us/web/css/mask-image/index.md index 9445ad87..88f7105b 100644 --- ORI/content/files/en-us/web/css/mask-image/index.md +++ ALT/content/files/en-us/web/css/mask-image/index.md @@ -24,7 +24,8 @@ mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent); mask-image: image(url(mask.png), skyblue); /* Multiple values */ -mask-image: image(url(mask.png), skyblue), linear-gradient(rgba(0, 0, 0, 1), transparent); +mask-image: image(url(mask.png), skyblue), + linear-gradient(rgba(0, 0, 0, 1), transparent); /* Global values */ mask-image: inherit; diff --git ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md index 6035435a..15cc9f14 100644 --- ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md +++ ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md @@ -110,24 +110,8 @@ a `matrix3d()` transform to it. #example-element:hover, #example-element:focus { - transform: rotate3d(1, 1, 1, 30deg) matrix3d( - 1, - 0, - 0, - 0, - 0, - 1, - 6, - 0, - 0, - 0, - 1, - 0, - 50, - 100, - 0, - 1.1 - ); + transform: rotate3d(1, 1, 1, 30deg) + matrix3d(1, 0, 0, 0, 0, 1, 6, 0, 0, 0, 1, 0, 50, 100, 0, 1.1); } .face { diff --git ORI/excalidraw/dev-docs/tsconfig.json ALT/excalidraw/dev-docs/tsconfig.json index b651133..6f47569 100644 --- ORI/excalidraw/dev-docs/tsconfig.json +++ ALT/excalidraw/dev-docs/tsconfig.json @@ -2,6 +2,6 @@ // This file is not used in compilation. It is here just for a nice editor experience. "extends": "@tsconfig/docusaurus/tsconfig.json", "compilerOptions": { - "baseUrl": ".", - }, + "baseUrl": "." + } } diff --git ORI/excalidraw/tsconfig.json ALT/excalidraw/tsconfig.json index de78524..10ac4b9 100644 --- ORI/excalidraw/tsconfig.json +++ ALT/excalidraw/tsconfig.json @@ -14,8 +14,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx", + "jsx": "react-jsx" }, "include": ["packages", "excalidraw-app"], - "exclude": ["packages/excalidraw/types"], + "exclude": ["packages/excalidraw/types"] } diff --git ORI/prettier/tsconfig.json ALT/prettier/tsconfig.json index 325011a..1416356 100644 --- ORI/prettier/tsconfig.json +++ ALT/prettier/tsconfig.json @@ -12,7 +12,7 @@ "noImplicitAny": false, "strictNullChecks": false, - "typeRoots": ["./types", "./node_modules/@types"], + "typeRoots": ["./types", "./node_modules/@types"] }, "exclude": [ "coverage/", @@ -53,6 +53,6 @@ "scripts/", "tests/", "website/", - "types/", - ], + "types/" + ] } diff --git ORI/react-admin/cypress/tsconfig.json ALT/react-admin/cypress/tsconfig.json index 4598174..2a757c6 100644 --- ORI/react-admin/cypress/tsconfig.json +++ ALT/react-admin/cypress/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "rootDir": "e2e", + "rootDir": "e2e" }, - "types": ["cypress", "node"], + "types": ["cypress", "node"] } diff --git ORI/typescript-eslint/packages/ast-spec/tsconfig.json ALT/typescript-eslint/packages/ast-spec/tsconfig.json index 7303adf..f1eefac 100644 --- ORI/typescript-eslint/packages/ast-spec/tsconfig.json +++ ALT/typescript-eslint/packages/ast-spec/tsconfig.json @@ -2,9 +2,9 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools", "**/fixtures/**/config.ts"], "exclude": ["**/fixtures/**/fixture.ts", "**/fixtures/**/fixture.tsx"], - "references": [{ "path": "../typescript-estree/tsconfig.build.json" }], + "references": [{ "path": "../typescript-estree/tsconfig.build.json" }] } diff --git ORI/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json index e6b1a56..cc78ba5 100644 --- ORI/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "composite": false, "target": "ES2022", - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests"], - "references": [{ "path": "../utils/tsconfig.build.json" }], + "references": [{ "path": "../utils/tsconfig.build.json" }] } diff --git ORI/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json index c2b8626..4ba17c6 100644 --- ORI/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json @@ -2,9 +2,9 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "tests"], "exclude": ["tests/fixtures"], - "references": [{ "path": "../utils/tsconfig.build.json" }], + "references": [{ "path": "../utils/tsconfig.build.json" }] } diff --git ORI/typescript-eslint/packages/eslint-plugin/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin/tsconfig.json index d2ce92a..ae5a5e0 100644 --- ORI/typescript-eslint/packages/eslint-plugin/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools", "index.d.ts", "rules.d.ts"], "references": [ @@ -10,6 +10,6 @@ { "path": "../parser/tsconfig.build.json" }, { "path": "../rule-schema-to-typescript-types/tsconfig.build.json" }, { "path": "../scope-manager/tsconfig.build.json" }, - { "path": "../type-utils/tsconfig.build.json" }, - ], + { "path": "../type-utils/tsconfig.build.json" } + ] } diff --git ORI/typescript-eslint/packages/integration-tests/tsconfig.json ALT/typescript-eslint/packages/integration-tests/tsconfig.json index 9610792..23640f1 100644 --- ORI/typescript-eslint/packages/integration-tests/tsconfig.json +++ ALT/typescript-eslint/packages/integration-tests/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "jest.config.js", "tools"], - "references": [], + "references": [] } diff --git ORI/typescript-eslint/packages/parser/tsconfig.json ALT/typescript-eslint/packages/parser/tsconfig.json index bf112bf..eebdf92 100644 --- ORI/typescript-eslint/packages/parser/tsconfig.json +++ ALT/typescript-eslint/packages/parser/tsconfig.json @@ -2,13 +2,13 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "tests", "tools"], "exclude": ["tests/fixtures"], "references": [ { "path": "../scope-manager/tsconfig.build.json" }, { "path": "../types/tsconfig.build.json" }, - { "path": "../typescript-estree/tsconfig.build.json" }, - ], + { "path": "../typescript-estree/tsconfig.build.json" } + ] } diff --git ORI/typescript-eslint/packages/repo-tools/tsconfig.json ALT/typescript-eslint/packages/repo-tools/tsconfig.json index 1fd66bb..06b94d0 100644 --- ORI/typescript-eslint/packages/repo-tools/tsconfig.json +++ ALT/typescript-eslint/packages/repo-tools/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "tests", "typings"], - "references": [], + "references": [] } diff --git ORI/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json ALT/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json index 1fd66bb..06b94d0 100644 --- ORI/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json +++ ALT/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "tests", "typings"], - "references": [], + "references": [] } diff --git ORI/typescript-eslint/packages/rule-tester/tsconfig.json ALT/typescript-eslint/packages/rule-tester/tsconfig.json index 8bfcb3f..9cea515 100644 --- ORI/typescript-eslint/packages/rule-tester/tsconfig.json +++ ALT/typescript-eslint/packages/rule-tester/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, - "include": ["src", "typings", "tests", "tools"], + "include": ["src", "typings", "tests", "tools"] } diff --git ORI/typescript-eslint/packages/scope-manager/tsconfig.json ALT/typescript-eslint/packages/scope-manager/tsconfig.json index 4e2b058..c25e84f 100644 --- ORI/typescript-eslint/packages/scope-manager/tsconfig.json +++ ALT/typescript-eslint/packages/scope-manager/tsconfig.json @@ -4,16 +4,16 @@ "include": [], "references": [ { - "path": "./tsconfig.build.json", + "path": "./tsconfig.build.json" }, { - "path": "./tsconfig.spec.json", - }, + "path": "./tsconfig.spec.json" + } ], "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": false, - }, + "noFallthroughCasesInSwitch": false + } } diff --git ORI/typescript-eslint/packages/type-utils/tsconfig.json ALT/typescript-eslint/packages/type-utils/tsconfig.json index a39bdb3..93bec73 100644 --- ORI/typescript-eslint/packages/type-utils/tsconfig.json +++ ALT/typescript-eslint/packages/type-utils/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools"], - "references": [{ "path": "../utils/tsconfig.build.json" }], + "references": [{ "path": "../utils/tsconfig.build.json" }] } diff --git ORI/typescript-eslint/packages/types/tsconfig.json ALT/typescript-eslint/packages/types/tsconfig.json index 816d63e..d130567 100644 --- ORI/typescript-eslint/packages/types/tsconfig.json +++ ALT/typescript-eslint/packages/types/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools"], - "references": [], + "references": [] } diff --git ORI/typescript-eslint/packages/typescript-estree/tsconfig.json ALT/typescript-eslint/packages/typescript-estree/tsconfig.json index a289e21..bc1141d 100644 --- ORI/typescript-eslint/packages/typescript-estree/tsconfig.json +++ ALT/typescript-eslint/packages/typescript-estree/tsconfig.json @@ -2,12 +2,12 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools"], "exclude": ["tests/fixtures/**/*"], "references": [ { "path": "../types/tsconfig.build.json" }, - { "path": "../visitor-keys/tsconfig.build.json" }, - ], + { "path": "../visitor-keys/tsconfig.build.json" } + ] } diff --git ORI/typescript-eslint/packages/utils/tsconfig.json ALT/typescript-eslint/packages/utils/tsconfig.json index 64a7fc9..20ea249 100644 --- ORI/typescript-eslint/packages/utils/tsconfig.json +++ ALT/typescript-eslint/packages/utils/tsconfig.json @@ -2,12 +2,12 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, "include": ["src", "typings", "tests", "tools"], "references": [ { "path": "../scope-manager/tsconfig.build.json" }, { "path": "../types/tsconfig.build.json" }, - { "path": "../typescript-estree/tsconfig.build.json" }, - ], + { "path": "../typescript-estree/tsconfig.build.json" } + ] } diff --git ORI/typescript-eslint/packages/visitor-keys/tsconfig.json ALT/typescript-eslint/packages/visitor-keys/tsconfig.json index 8bfcb3f..9cea515 100644 --- ORI/typescript-eslint/packages/visitor-keys/tsconfig.json +++ ALT/typescript-eslint/packages/visitor-keys/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": ".", + "rootDir": "." }, - "include": ["src", "typings", "tests", "tools"], + "include": ["src", "typings", "tests", "tools"] } diff --git ORI/typescript-eslint/packages/website-eslint/tsconfig.json ALT/typescript-eslint/packages/website-eslint/tsconfig.json index 77ebda3..aeafdb4 100644 --- ORI/typescript-eslint/packages/website-eslint/tsconfig.json +++ ALT/typescript-eslint/packages/website-eslint/tsconfig.json @@ -6,8 +6,8 @@ "checkJs": false, // build is done via esbuild "noEmit": true, - "skipLibCheck": true, + "skipLibCheck": true }, "include": ["src", "types", "build.ts"], - "references": [], + "references": [] } diff --git ORI/typescript-eslint/packages/website/tsconfig.json ALT/typescript-eslint/packages/website/tsconfig.json index ca69978..e871573 100644 --- ORI/typescript-eslint/packages/website/tsconfig.json +++ ALT/typescript-eslint/packages/website/tsconfig.json @@ -12,9 +12,9 @@ "resolveJsonModule": true, "baseUrl": ".", "paths": { - "@site/*": ["./*"], + "@site/*": ["./*"] }, - "types": ["@docusaurus/module-type-aliases", "@docusaurus/theme-classic"], + "types": ["@docusaurus/module-type-aliases", "@docusaurus/theme-classic"] }, "include": [ "src", @@ -23,6 +23,6 @@ "plugins", "typings", "sidebars/*.js", - "./*.ts", - ], + "./*.ts" + ] } ````
fisker commented 6 months ago

Run #15909

github-actions[bot] commented 6 months ago

prettier/prettier#15909 VS prettier/prettier@main

Diff (450 lines) ````diff diff --git ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md index f9114358..dd09ac79 100644 --- ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md +++ ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md @@ -46,7 +46,8 @@ The CSS {{cssxref("background")}} property is a shorthand for a number of backgr 105deg, rgb(255 255 255 / 20%) 39%, rgb(51 56 57 / 100%) 96% - ) center center / 400px 200px no-repeat, + ) + center center / 400px 200px no-repeat, url(big-star.png) center no-repeat, rebeccapurple; } diff --git ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md index 30056ef5..e11799e7 100644 --- ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md +++ ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md @@ -144,7 +144,8 @@ Next, let's look at our button icons: font-family: "HeydingsControlsRegular"; src: url("fonts/heydings_controls-webfont.eot"); src: - url("fonts/heydings_controls-webfont.eot?#iefix") format("embedded-opentype"), + url("fonts/heydings_controls-webfont.eot?#iefix") + format("embedded-opentype"), url("fonts/heydings_controls-webfont.woff") format("woff"), url("fonts/heydings_controls-webfont.ttf") format("truetype"); font-weight: normal; diff --git ORI/content/files/en-us/web/api/web_authentication_api/index.md ALT/content/files/en-us/web/api/web_authentication_api/index.md index f8af1450..508d2688 100644 --- ORI/content/files/en-us/web/api/web_authentication_api/index.md +++ ALT/content/files/en-us/web/api/web_authentication_api/index.md @@ -213,9 +213,9 @@ const createCredentialDefaultArgs = { timeout: 60000, challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, 0x1a, - 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, 0x7e, 0x38, - 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, + 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, + 0x1a, 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, + 0x7e, 0x38, 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, ]).buffer, }, }; @@ -227,9 +227,9 @@ const getCredentialDefaultArgs = { // allowCredentials: [newCredential] // see below challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, 0x67, - 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, 0x81, 0x26, - 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, + 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, + 0x67, 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, + 0x81, 0x26, 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, ]).buffer, }, }; diff --git ORI/content/files/en-us/web/css/@import/index.md ALT/content/files/en-us/web/css/@import/index.md index 3c9a3090..0aa3915c 100644 --- ORI/content/files/en-us/web/css/@import/index.md +++ ALT/content/files/en-us/web/css/@import/index.md @@ -101,8 +101,8 @@ The `@import` rules in the above examples show media-dependent conditions that w ```css @import url("gridy.css") supports(display: grid) screen and (max-width: 400px); -@import url("flexy.css") supports(not (display: grid) and (display: flex)) screen - and (max-width: 400px); +@import url("flexy.css") supports(not (display: grid) and (display: flex)) + screen and (max-width: 400px); ``` The `@import` rules above illustrate how you might import a layout that uses a grid if `display: grid` is supported, and otherwise imports CSS that uses `display: flex`. @@ -115,8 +115,8 @@ You can also specify CSS functions in `supports()`, and it will evaluate to `tru For example, the code below shows an `@import` that is conditional on both [child combinators](/en-US/docs/Web/CSS/Child_combinator) (`selector()`) and the `font-tech()` function: ```css -@import url("whatever.css") supports((selector(h2 > p)) and - (font-tech(color-COLRv1))); +@import url("whatever.css") +supports((selector(h2 > p)) and (font-tech(color-COLRv1))); ``` ### Importing CSS rules into a cascade layer diff --git ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md index e6ed3d58..781e7697 100644 --- ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md +++ ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md @@ -58,9 +58,9 @@ In this example the `montserrat-regular.woff2` font file will neither be preload local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-regular.woff2") format("woff2"); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, - U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, - U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, + U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, + U+2215, U+FEFF, U+FFFD; } } diff --git ORI/content/files/en-us/web/css/@supports/index.md ALT/content/files/en-us/web/css/@supports/index.md index 77bc42b0..7ea22abb 100644 --- ORI/content/files/en-us/web/css/@supports/index.md +++ ALT/content/files/en-us/web/css/@supports/index.md @@ -260,7 +260,8 @@ If a browser doesn't support the font technology, a fallback font (`Bungee-fallb @font-face { font-family: "Bungee Spice"; src: - url("https://fonts.googleapis.com/css2?family=Bungee+Spice") tech(color-COLRv1), + url("https://fonts.googleapis.com/css2?family=Bungee+Spice") + tech(color-COLRv1), url("Bungee-fallback.otf") format("opentype"); } ``` diff --git ORI/content/files/en-us/web/css/background-image/index.md ALT/content/files/en-us/web/css/background-image/index.md index 5da5b35a..6ffd5aa5 100644 --- ORI/content/files/en-us/web/css/background-image/index.md +++ ALT/content/files/en-us/web/css/background-image/index.md @@ -26,7 +26,8 @@ background-image: linear-gradient( to bottom, rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) - ), url("catfront.png"); + ), + url("catfront.png"); /* Global values */ background-image: inherit; diff --git ORI/content/files/en-us/web/css/background-origin/index.md ALT/content/files/en-us/web/css/background-origin/index.md index 17c0b1a2..ed82e4a8 100644 --- ORI/content/files/en-us/web/css/background-origin/index.md +++ ALT/content/files/en-us/web/css/background-origin/index.md @@ -95,7 +95,8 @@ In this example the box has a thick dotted border. The first gradient uses the ` rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 0.6) 60%, rgba(252, 176, 69, 1) 100% - ), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); + ), + radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); border: 20px dashed black; padding: 20px; width: 400px; diff --git ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md index 818ff5a1..72767b40 100644 --- ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md +++ ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md @@ -37,7 +37,8 @@ In this example, three backgrounds are stacked: the Firefox logo, an image of bu .multi-bg-example { width: 100%; height: 400px; - background-image: url(firefox.png), url(bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); + background-image: url(firefox.png), url(bubbles.png), + linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); background-repeat: no-repeat, no-repeat, no-repeat; background-position: bottom right, diff --git ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md index 3c779880..725333b2 100644 --- ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md +++ ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md @@ -169,12 +169,10 @@ img { ```css nolint img { - filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(210deg 100% 50%) - ) - drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(30deg 100% 50%) - ); + filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(210deg 100% 50%)) + drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(30deg 100% 50%)); } img + img { filter: none; diff --git ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md index c9bb15bb..a0387d15 100644 --- ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md +++ ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md @@ -355,7 +355,8 @@ div { 217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71% - ), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), + ), + linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%); } ``` @@ -610,7 +611,8 @@ div { circle at 93.3% 75%, rgba(0, 255, 0, 0.5), rgba(0, 255, 0, 0) 70.71% - ) beige; + ) + beige; border-radius: 50%; } ``` @@ -758,7 +760,8 @@ div { rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, @@ -768,8 +771,18 @@ div { rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px - ), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green - 200px, blue 250px, indigo 300px, violet 350px, red 370px); + ), + repeating-linear-gradient( + 23deg, + red 50px, + orange 100px, + yellow 150px, + green 200px, + blue 250px, + indigo 300px, + violet 350px, + red 370px + ); } ``` @@ -806,7 +819,8 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent, transparent 50px, @@ -820,18 +834,21 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent, transparent 5px, rgba(143, 77, 63, 0.25) 5px, rgba(143, 77, 63, 0.25) 10px - ), repeating-linear-gradient(45deg, transparent, transparent 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px, rgba(143, 77, 63, 0.25) 10px); + ), + repeating-linear-gradient( + 45deg, + transparent, + transparent 5px, + rgba(143, 77, 63, 0.25) 5px, + rgba(143, 77, 63, 0.25) 10px + ); background: repeating-linear-gradient( 90deg, @@ -841,7 +858,8 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent 0 50px, rgba(255, 127, 0, 0.25) 50px 56px, @@ -849,16 +867,17 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent 0 5px, rgba(143, 77, 63, 0.25) 5px 10px - ), repeating-linear-gradient(45deg, transparent 0 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px 10px); + ), + repeating-linear-gradient( + 45deg, + transparent 0 5px, + rgba(143, 77, 63, 0.25) 5px 10px + ); } ``` @@ -914,14 +933,16 @@ div { rgba(0, 0, 0, 0.5) 15px, rgba(255, 255, 255, 0.5) 15px, rgba(255, 255, 255, 0.5) 30px - ) top left no-repeat, + ) + top left no-repeat, repeating-radial-gradient( ellipse at 20% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px - ) top left no-repeat yellow; + ) + top left no-repeat yellow; background-size: 200px 200px, 150px 150px; diff --git ORI/content/files/en-us/web/css/env/index.md ALT/content/files/en-us/web/css/env/index.md index 7693cc26..6d27369e 100644 --- ORI/content/files/en-us/web/css/env/index.md +++ ALT/content/files/en-us/web/css/env/index.md @@ -60,10 +60,8 @@ You can then use `env()` in your CSS: ```css body { - padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env( - safe-area-inset-bottom, - 20px - ) env(safe-area-inset-left, 20px); + padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) + env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px); } ``` @@ -139,10 +137,8 @@ The below example makes use of the optional second parameter of `env()`, which a p { width: 300px; border: 2px solid red; - padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) env( - safe-area-inset-bottom, - 50px - ) env(SAFE-AREA-INSET-LEFT, 50px); + padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) + env(safe-area-inset-bottom, 50px) env(SAFE-AREA-INSET-LEFT, 50px); } ``` diff --git ORI/content/files/en-us/web/css/filter/index.md ALT/content/files/en-us/web/css/filter/index.md index 60cb855d..423f84c5 100644 --- ORI/content/files/en-us/web/css/filter/index.md +++ ALT/content/files/en-us/web/css/filter/index.md @@ -196,8 +196,8 @@ Filter functions are applied in order of appearance. The same filter function ca ```css #MDN-logo { border: 1px solid blue; - filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) drop-shadow(5px 5px 0 - red); + filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) + drop-shadow(5px 5px 0 red); } ``` diff --git ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md index 21082720..d62abbec 100644 --- ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md +++ ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md @@ -212,7 +212,8 @@ div { #000 0.25turn 0.5turn, #fff 0.5turn 0.75turn, #000 0.75turn - ) top left / 25% 25% repeat; + ) + top left / 25% 25% repeat; border: 1px solid; } ``` diff --git ORI/content/files/en-us/web/css/grid-auto-columns/index.md ALT/content/files/en-us/web/css/grid-auto-columns/index.md index 62b13f9f..99c37880 100644 --- ORI/content/files/en-us/web/css/grid-auto-columns/index.md +++ ALT/content/files/en-us/web/css/grid-auto-columns/index.md @@ -49,7 +49,8 @@ grid-auto-columns: min-content max-content auto; grid-auto-columns: 100px 150px 390px; grid-auto-columns: 10% 33.3%; grid-auto-columns: 0.5fr 3fr 1fr; -grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) minmax(20%, 80vmax); +grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) + minmax(20%, 80vmax); grid-auto-columns: 100px minmax(100px, auto) 10% 0.5fr fit-content(400px); /* Global values */ diff --git ORI/content/files/en-us/web/css/mask-image/index.md ALT/content/files/en-us/web/css/mask-image/index.md index 9445ad87..88f7105b 100644 --- ORI/content/files/en-us/web/css/mask-image/index.md +++ ALT/content/files/en-us/web/css/mask-image/index.md @@ -24,7 +24,8 @@ mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent); mask-image: image(url(mask.png), skyblue); /* Multiple values */ -mask-image: image(url(mask.png), skyblue), linear-gradient(rgba(0, 0, 0, 1), transparent); +mask-image: image(url(mask.png), skyblue), + linear-gradient(rgba(0, 0, 0, 1), transparent); /* Global values */ mask-image: inherit; diff --git ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md index 6035435a..15cc9f14 100644 --- ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md +++ ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md @@ -110,24 +110,8 @@ a `matrix3d()` transform to it. #example-element:hover, #example-element:focus { - transform: rotate3d(1, 1, 1, 30deg) matrix3d( - 1, - 0, - 0, - 0, - 0, - 1, - 6, - 0, - 0, - 0, - 1, - 0, - 50, - 100, - 0, - 1.1 - ); + transform: rotate3d(1, 1, 1, 30deg) + matrix3d(1, 0, 0, 0, 0, 1, 6, 0, 0, 0, 1, 0, 50, 100, 0, 1.1); } .face { ````
fisker commented 5 months ago

Run #15993

github-actions[bot] commented 5 months ago

prettier/prettier#15993 VS prettier/prettier@main

Diff (809 lines) ````diff diff --git ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md index f9114358..dd09ac79 100644 --- ORI/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md +++ ALT/content/files/en-us/learn/css/building_blocks/backgrounds_and_borders/index.md @@ -46,7 +46,8 @@ The CSS {{cssxref("background")}} property is a shorthand for a number of backgr 105deg, rgb(255 255 255 / 20%) 39%, rgb(51 56 57 / 100%) 96% - ) center center / 400px 200px no-repeat, + ) + center center / 400px 200px no-repeat, url(big-star.png) center no-repeat, rebeccapurple; } diff --git ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md index 30056ef5..e11799e7 100644 --- ORI/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md +++ ALT/content/files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md @@ -144,7 +144,8 @@ Next, let's look at our button icons: font-family: "HeydingsControlsRegular"; src: url("fonts/heydings_controls-webfont.eot"); src: - url("fonts/heydings_controls-webfont.eot?#iefix") format("embedded-opentype"), + url("fonts/heydings_controls-webfont.eot?#iefix") + format("embedded-opentype"), url("fonts/heydings_controls-webfont.woff") format("woff"), url("fonts/heydings_controls-webfont.ttf") format("truetype"); font-weight: normal; diff --git ORI/content/files/en-us/web/api/web_authentication_api/index.md ALT/content/files/en-us/web/api/web_authentication_api/index.md index f8af1450..508d2688 100644 --- ORI/content/files/en-us/web/api/web_authentication_api/index.md +++ ALT/content/files/en-us/web/api/web_authentication_api/index.md @@ -213,9 +213,9 @@ const createCredentialDefaultArgs = { timeout: 60000, challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, 0x1a, - 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, 0x7e, 0x38, - 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, + 0x8c, 0x0a, 0x26, 0xff, 0x22, 0x91, 0xc1, 0xe9, 0xb9, 0x4e, 0x2e, 0x17, + 0x1a, 0x98, 0x6a, 0x73, 0x71, 0x9d, 0x43, 0x48, 0xd5, 0xa7, 0x6a, 0x15, + 0x7e, 0x38, 0x94, 0x52, 0x77, 0x97, 0x0f, 0xef, ]).buffer, }, }; @@ -227,9 +227,9 @@ const getCredentialDefaultArgs = { // allowCredentials: [newCredential] // see below challenge: new Uint8Array([ // must be a cryptographically random number sent from a server - 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, 0x67, - 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, 0x81, 0x26, - 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, + 0x79, 0x50, 0x68, 0x71, 0xda, 0xee, 0xee, 0xb9, 0x94, 0xc3, 0xc2, 0x15, + 0x67, 0x65, 0x26, 0x22, 0xe3, 0xf3, 0xab, 0x3b, 0x78, 0x2e, 0xd5, 0x6f, + 0x81, 0x26, 0xe2, 0xa6, 0x01, 0x7d, 0x74, 0x50, ]).buffer, }, }; diff --git ORI/content/files/en-us/web/css/@import/index.md ALT/content/files/en-us/web/css/@import/index.md index 3c9a3090..0aa3915c 100644 --- ORI/content/files/en-us/web/css/@import/index.md +++ ALT/content/files/en-us/web/css/@import/index.md @@ -101,8 +101,8 @@ The `@import` rules in the above examples show media-dependent conditions that w ```css @import url("gridy.css") supports(display: grid) screen and (max-width: 400px); -@import url("flexy.css") supports(not (display: grid) and (display: flex)) screen - and (max-width: 400px); +@import url("flexy.css") supports(not (display: grid) and (display: flex)) + screen and (max-width: 400px); ``` The `@import` rules above illustrate how you might import a layout that uses a grid if `display: grid` is supported, and otherwise imports CSS that uses `display: flex`. @@ -115,8 +115,8 @@ You can also specify CSS functions in `supports()`, and it will evaluate to `tru For example, the code below shows an `@import` that is conditional on both [child combinators](/en-US/docs/Web/CSS/Child_combinator) (`selector()`) and the `font-tech()` function: ```css -@import url("whatever.css") supports((selector(h2 > p)) and - (font-tech(color-COLRv1))); +@import url("whatever.css") +supports((selector(h2 > p)) and (font-tech(color-COLRv1))); ``` ### Importing CSS rules into a cascade layer diff --git ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md index e6ed3d58..781e7697 100644 --- ORI/content/files/en-us/web/css/@media/prefers-reduced-data/index.md +++ ALT/content/files/en-us/web/css/@media/prefers-reduced-data/index.md @@ -58,9 +58,9 @@ In this example the `montserrat-regular.woff2` font file will neither be preload local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat-regular.woff2") format("woff2"); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, - U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, - U+2212, U+2215, U+FEFF, U+FFFD; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, + U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, + U+2215, U+FEFF, U+FFFD; } } diff --git ORI/content/files/en-us/web/css/@supports/index.md ALT/content/files/en-us/web/css/@supports/index.md index 77bc42b0..7ea22abb 100644 --- ORI/content/files/en-us/web/css/@supports/index.md +++ ALT/content/files/en-us/web/css/@supports/index.md @@ -260,7 +260,8 @@ If a browser doesn't support the font technology, a fallback font (`Bungee-fallb @font-face { font-family: "Bungee Spice"; src: - url("https://fonts.googleapis.com/css2?family=Bungee+Spice") tech(color-COLRv1), + url("https://fonts.googleapis.com/css2?family=Bungee+Spice") + tech(color-COLRv1), url("Bungee-fallback.otf") format("opentype"); } ``` diff --git ORI/content/files/en-us/web/css/background-image/index.md ALT/content/files/en-us/web/css/background-image/index.md index 5da5b35a..6ffd5aa5 100644 --- ORI/content/files/en-us/web/css/background-image/index.md +++ ALT/content/files/en-us/web/css/background-image/index.md @@ -26,7 +26,8 @@ background-image: linear-gradient( to bottom, rgba(255, 255, 0, 0.5), rgba(0, 0, 255, 0.5) - ), url("catfront.png"); + ), + url("catfront.png"); /* Global values */ background-image: inherit; diff --git ORI/content/files/en-us/web/css/background-origin/index.md ALT/content/files/en-us/web/css/background-origin/index.md index 17c0b1a2..ed82e4a8 100644 --- ORI/content/files/en-us/web/css/background-origin/index.md +++ ALT/content/files/en-us/web/css/background-origin/index.md @@ -95,7 +95,8 @@ In this example the box has a thick dotted border. The first gradient uses the ` rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 0.6) 60%, rgba(252, 176, 69, 1) 100% - ), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); + ), + radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 28%); border: 20px dashed black; padding: 20px; width: 400px; diff --git ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md index 818ff5a1..72767b40 100644 --- ORI/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md +++ ALT/content/files/en-us/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md @@ -37,7 +37,8 @@ In this example, three backgrounds are stacked: the Firefox logo, an image of bu .multi-bg-example { width: 100%; height: 400px; - background-image: url(firefox.png), url(bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); + background-image: url(firefox.png), url(bubbles.png), + linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0)); background-repeat: no-repeat, no-repeat, no-repeat; background-position: bottom right, diff --git ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md index 3c779880..725333b2 100644 --- ORI/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md +++ ALT/content/files/en-us/web/css/css_filter_effects/using_filter_effects/index.md @@ -169,12 +169,10 @@ img { ```css nolint img { - filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(210deg 100% 50%) - ) - drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) drop-shadow( - -2px -2px 0 hsl(30deg 100% 50%) - ); + filter: drop-shadow(2px 2px 0 hsl(300deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(210deg 100% 50%)) + drop-shadow(2px 2px 0 hsl(120deg 100% 50%)) + drop-shadow(-2px -2px 0 hsl(30deg 100% 50%)); } img + img { filter: none; diff --git ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md index c9bb15bb..a0387d15 100644 --- ORI/content/files/en-us/web/css/css_images/using_css_gradients/index.md +++ ALT/content/files/en-us/web/css/css_images/using_css_gradients/index.md @@ -355,7 +355,8 @@ div { 217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71% - ), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), + ), + linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%); } ``` @@ -610,7 +611,8 @@ div { circle at 93.3% 75%, rgba(0, 255, 0, 0.5), rgba(0, 255, 0, 0) 70.71% - ) beige; + ) + beige; border-radius: 50%; } ``` @@ -758,7 +760,8 @@ div { rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px, rgba(255, 0, 0, 0.5) 300px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -190deg, rgba(255, 0, 0, 0.5) 30px, rgba(255, 153, 0, 0.5) 60px, @@ -768,8 +771,18 @@ div { rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px, rgba(255, 0, 0, 0.5) 230px - ), repeating-linear-gradient(23deg, red 50px, orange 100px, yellow 150px, green - 200px, blue 250px, indigo 300px, violet 350px, red 370px); + ), + repeating-linear-gradient( + 23deg, + red 50px, + orange 100px, + yellow 150px, + green 200px, + blue 250px, + indigo 300px, + violet 350px, + red 370px + ); } ``` @@ -806,7 +819,8 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent, transparent 50px, @@ -820,18 +834,21 @@ div { transparent 116px, rgba(255, 206, 0, 0.25) 116px, rgba(255, 206, 0, 0.25) 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent, transparent 5px, rgba(143, 77, 63, 0.25) 5px, rgba(143, 77, 63, 0.25) 10px - ), repeating-linear-gradient(45deg, transparent, transparent 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px, rgba(143, 77, 63, 0.25) 10px); + ), + repeating-linear-gradient( + 45deg, + transparent, + transparent 5px, + rgba(143, 77, 63, 0.25) 5px, + rgba(143, 77, 63, 0.25) 10px + ); background: repeating-linear-gradient( 90deg, @@ -841,7 +858,8 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( 0deg, transparent 0 50px, rgba(255, 127, 0, 0.25) 50px 56px, @@ -849,16 +867,17 @@ div { rgba(255, 127, 0, 0.25) 63px 69px, transparent 69px 116px, rgba(255, 206, 0, 0.25) 116px 166px - ), repeating-linear-gradient( + ), + repeating-linear-gradient( -45deg, transparent 0 5px, rgba(143, 77, 63, 0.25) 5px 10px - ), repeating-linear-gradient(45deg, transparent 0 5px, rgba( - 143, - 77, - 63, - 0.25 - ) 5px 10px); + ), + repeating-linear-gradient( + 45deg, + transparent 0 5px, + rgba(143, 77, 63, 0.25) 5px 10px + ); } ``` @@ -914,14 +933,16 @@ div { rgba(0, 0, 0, 0.5) 15px, rgba(255, 255, 255, 0.5) 15px, rgba(255, 255, 255, 0.5) 30px - ) top left no-repeat, + ) + top left no-repeat, repeating-radial-gradient( ellipse at 20% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px - ) top left no-repeat yellow; + ) + top left no-repeat yellow; background-size: 200px 200px, 150px 150px; diff --git ORI/content/files/en-us/web/css/env/index.md ALT/content/files/en-us/web/css/env/index.md index 7693cc26..6d27369e 100644 --- ORI/content/files/en-us/web/css/env/index.md +++ ALT/content/files/en-us/web/css/env/index.md @@ -60,10 +60,8 @@ You can then use `env()` in your CSS: ```css body { - padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env( - safe-area-inset-bottom, - 20px - ) env(safe-area-inset-left, 20px); + padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) + env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px); } ``` @@ -139,10 +137,8 @@ The below example makes use of the optional second parameter of `env()`, which a p { width: 300px; border: 2px solid red; - padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) env( - safe-area-inset-bottom, - 50px - ) env(SAFE-AREA-INSET-LEFT, 50px); + padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) + env(safe-area-inset-bottom, 50px) env(SAFE-AREA-INSET-LEFT, 50px); } ``` diff --git ORI/content/files/en-us/web/css/filter/index.md ALT/content/files/en-us/web/css/filter/index.md index 60cb855d..423f84c5 100644 --- ORI/content/files/en-us/web/css/filter/index.md +++ ALT/content/files/en-us/web/css/filter/index.md @@ -196,8 +196,8 @@ Filter functions are applied in order of appearance. The same filter function ca ```css #MDN-logo { border: 1px solid blue; - filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) drop-shadow(5px 5px 0 - red); + filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) + drop-shadow(5px 5px 0 red); } ``` diff --git ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md index 21082720..d62abbec 100644 --- ORI/content/files/en-us/web/css/gradient/conic-gradient/index.md +++ ALT/content/files/en-us/web/css/gradient/conic-gradient/index.md @@ -212,7 +212,8 @@ div { #000 0.25turn 0.5turn, #fff 0.5turn 0.75turn, #000 0.75turn - ) top left / 25% 25% repeat; + ) + top left / 25% 25% repeat; border: 1px solid; } ``` diff --git ORI/content/files/en-us/web/css/grid-auto-columns/index.md ALT/content/files/en-us/web/css/grid-auto-columns/index.md index 62b13f9f..99c37880 100644 --- ORI/content/files/en-us/web/css/grid-auto-columns/index.md +++ ALT/content/files/en-us/web/css/grid-auto-columns/index.md @@ -49,7 +49,8 @@ grid-auto-columns: min-content max-content auto; grid-auto-columns: 100px 150px 390px; grid-auto-columns: 10% 33.3%; grid-auto-columns: 0.5fr 3fr 1fr; -grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) minmax(20%, 80vmax); +grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) + minmax(20%, 80vmax); grid-auto-columns: 100px minmax(100px, auto) 10% 0.5fr fit-content(400px); /* Global values */ diff --git ORI/content/files/en-us/web/css/mask-image/index.md ALT/content/files/en-us/web/css/mask-image/index.md index 9445ad87..88f7105b 100644 --- ORI/content/files/en-us/web/css/mask-image/index.md +++ ALT/content/files/en-us/web/css/mask-image/index.md @@ -24,7 +24,8 @@ mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent); mask-image: image(url(mask.png), skyblue); /* Multiple values */ -mask-image: image(url(mask.png), skyblue), linear-gradient(rgba(0, 0, 0, 1), transparent); +mask-image: image(url(mask.png), skyblue), + linear-gradient(rgba(0, 0, 0, 1), transparent); /* Global values */ mask-image: inherit; diff --git ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md index 6035435a..15cc9f14 100644 --- ORI/content/files/en-us/web/css/transform-function/matrix3d/index.md +++ ALT/content/files/en-us/web/css/transform-function/matrix3d/index.md @@ -110,24 +110,8 @@ a `matrix3d()` transform to it. #example-element:hover, #example-element:focus { - transform: rotate3d(1, 1, 1, 30deg) matrix3d( - 1, - 0, - 0, - 0, - 0, - 1, - 6, - 0, - 0, - 0, - 1, - 0, - 50, - 100, - 0, - 1.1 - ); + transform: rotate3d(1, 1, 1, 30deg) + matrix3d(1, 0, 0, 0, 0, 1, 6, 0, 0, 0, 1, 0, 50, 100, 0, 1.1); } .face { diff --git ORI/excalidraw/dev-docs/tsconfig.json ALT/excalidraw/dev-docs/tsconfig.json index 6f47569..b651133 100644 --- ORI/excalidraw/dev-docs/tsconfig.json +++ ALT/excalidraw/dev-docs/tsconfig.json @@ -2,6 +2,6 @@ // This file is not used in compilation. It is here just for a nice editor experience. "extends": "@tsconfig/docusaurus/tsconfig.json", "compilerOptions": { - "baseUrl": "." - } + "baseUrl": ".", + }, } diff --git ORI/excalidraw/tsconfig.json ALT/excalidraw/tsconfig.json index 10ac4b9..de78524 100644 --- ORI/excalidraw/tsconfig.json +++ ALT/excalidraw/tsconfig.json @@ -14,8 +14,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react-jsx", }, "include": ["packages", "excalidraw-app"], - "exclude": ["packages/excalidraw/types"] + "exclude": ["packages/excalidraw/types"], } diff --git ORI/prettier/tsconfig.json ALT/prettier/tsconfig.json index 1416356..325011a 100644 --- ORI/prettier/tsconfig.json +++ ALT/prettier/tsconfig.json @@ -12,7 +12,7 @@ "noImplicitAny": false, "strictNullChecks": false, - "typeRoots": ["./types", "./node_modules/@types"] + "typeRoots": ["./types", "./node_modules/@types"], }, "exclude": [ "coverage/", @@ -53,6 +53,6 @@ "scripts/", "tests/", "website/", - "types/" - ] + "types/", + ], } diff --git ORI/react-admin/cypress/tsconfig.json ALT/react-admin/cypress/tsconfig.json index 2a757c6..4598174 100644 --- ORI/react-admin/cypress/tsconfig.json +++ ALT/react-admin/cypress/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "rootDir": "e2e" + "rootDir": "e2e", }, - "types": ["cypress", "node"] + "types": ["cypress", "node"], } diff --git ORI/typescript-eslint/packages/ast-spec/tsconfig.json ALT/typescript-eslint/packages/ast-spec/tsconfig.json index f1eefac..7303adf 100644 --- ORI/typescript-eslint/packages/ast-spec/tsconfig.json +++ ALT/typescript-eslint/packages/ast-spec/tsconfig.json @@ -2,9 +2,9 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools", "**/fixtures/**/config.ts"], "exclude": ["**/fixtures/**/fixture.ts", "**/fixtures/**/fixture.tsx"], - "references": [{ "path": "../typescript-estree/tsconfig.build.json" }] + "references": [{ "path": "../typescript-estree/tsconfig.build.json" }], } diff --git ORI/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json index cc78ba5..e6b1a56 100644 --- ORI/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin-internal/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "composite": false, "target": "ES2022", - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests"], - "references": [{ "path": "../utils/tsconfig.build.json" }] + "references": [{ "path": "../utils/tsconfig.build.json" }], } diff --git ORI/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json index 4ba17c6..c2b8626 100644 --- ORI/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin-tslint/tsconfig.json @@ -2,9 +2,9 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "tests"], "exclude": ["tests/fixtures"], - "references": [{ "path": "../utils/tsconfig.build.json" }] + "references": [{ "path": "../utils/tsconfig.build.json" }], } diff --git ORI/typescript-eslint/packages/eslint-plugin/tsconfig.json ALT/typescript-eslint/packages/eslint-plugin/tsconfig.json index ae5a5e0..d2ce92a 100644 --- ORI/typescript-eslint/packages/eslint-plugin/tsconfig.json +++ ALT/typescript-eslint/packages/eslint-plugin/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools", "index.d.ts", "rules.d.ts"], "references": [ @@ -10,6 +10,6 @@ { "path": "../parser/tsconfig.build.json" }, { "path": "../rule-schema-to-typescript-types/tsconfig.build.json" }, { "path": "../scope-manager/tsconfig.build.json" }, - { "path": "../type-utils/tsconfig.build.json" } - ] + { "path": "../type-utils/tsconfig.build.json" }, + ], } diff --git ORI/typescript-eslint/packages/integration-tests/tsconfig.json ALT/typescript-eslint/packages/integration-tests/tsconfig.json index 23640f1..9610792 100644 --- ORI/typescript-eslint/packages/integration-tests/tsconfig.json +++ ALT/typescript-eslint/packages/integration-tests/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "jest.config.js", "tools"], - "references": [] + "references": [], } diff --git ORI/typescript-eslint/packages/parser/tsconfig.json ALT/typescript-eslint/packages/parser/tsconfig.json index eebdf92..bf112bf 100644 --- ORI/typescript-eslint/packages/parser/tsconfig.json +++ ALT/typescript-eslint/packages/parser/tsconfig.json @@ -2,13 +2,13 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "tests", "tools"], "exclude": ["tests/fixtures"], "references": [ { "path": "../scope-manager/tsconfig.build.json" }, { "path": "../types/tsconfig.build.json" }, - { "path": "../typescript-estree/tsconfig.build.json" } - ] + { "path": "../typescript-estree/tsconfig.build.json" }, + ], } diff --git ORI/typescript-eslint/packages/repo-tools/tsconfig.json ALT/typescript-eslint/packages/repo-tools/tsconfig.json index 06b94d0..1fd66bb 100644 --- ORI/typescript-eslint/packages/repo-tools/tsconfig.json +++ ALT/typescript-eslint/packages/repo-tools/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "tests", "typings"], - "references": [] + "references": [], } diff --git ORI/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json ALT/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json index 06b94d0..1fd66bb 100644 --- ORI/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json +++ ALT/typescript-eslint/packages/rule-schema-to-typescript-types/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "tests", "typings"], - "references": [] + "references": [], } diff --git ORI/typescript-eslint/packages/rule-tester/tsconfig.json ALT/typescript-eslint/packages/rule-tester/tsconfig.json index 9cea515..8bfcb3f 100644 --- ORI/typescript-eslint/packages/rule-tester/tsconfig.json +++ ALT/typescript-eslint/packages/rule-tester/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, - "include": ["src", "typings", "tests", "tools"] + "include": ["src", "typings", "tests", "tools"], } diff --git ORI/typescript-eslint/packages/scope-manager/tsconfig.json ALT/typescript-eslint/packages/scope-manager/tsconfig.json index c25e84f..4e2b058 100644 --- ORI/typescript-eslint/packages/scope-manager/tsconfig.json +++ ALT/typescript-eslint/packages/scope-manager/tsconfig.json @@ -4,16 +4,16 @@ "include": [], "references": [ { - "path": "./tsconfig.build.json" + "path": "./tsconfig.build.json", }, { - "path": "./tsconfig.spec.json" - } + "path": "./tsconfig.spec.json", + }, ], "compilerOptions": { "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": false - } + "noFallthroughCasesInSwitch": false, + }, } diff --git ORI/typescript-eslint/packages/type-utils/tsconfig.json ALT/typescript-eslint/packages/type-utils/tsconfig.json index 93bec73..a39bdb3 100644 --- ORI/typescript-eslint/packages/type-utils/tsconfig.json +++ ALT/typescript-eslint/packages/type-utils/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools"], - "references": [{ "path": "../utils/tsconfig.build.json" }] + "references": [{ "path": "../utils/tsconfig.build.json" }], } diff --git ORI/typescript-eslint/packages/types/tsconfig.json ALT/typescript-eslint/packages/types/tsconfig.json index d130567..816d63e 100644 --- ORI/typescript-eslint/packages/types/tsconfig.json +++ ALT/typescript-eslint/packages/types/tsconfig.json @@ -2,8 +2,8 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools"], - "references": [] + "references": [], } diff --git ORI/typescript-eslint/packages/typescript-estree/tsconfig.json ALT/typescript-eslint/packages/typescript-estree/tsconfig.json index bc1141d..a289e21 100644 --- ORI/typescript-eslint/packages/typescript-estree/tsconfig.json +++ ALT/typescript-eslint/packages/typescript-estree/tsconfig.json @@ -2,12 +2,12 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools"], "exclude": ["tests/fixtures/**/*"], "references": [ { "path": "../types/tsconfig.build.json" }, - { "path": "../visitor-keys/tsconfig.build.json" } - ] + { "path": "../visitor-keys/tsconfig.build.json" }, + ], } diff --git ORI/typescript-eslint/packages/utils/tsconfig.json ALT/typescript-eslint/packages/utils/tsconfig.json index 20ea249..64a7fc9 100644 --- ORI/typescript-eslint/packages/utils/tsconfig.json +++ ALT/typescript-eslint/packages/utils/tsconfig.json @@ -2,12 +2,12 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, "include": ["src", "typings", "tests", "tools"], "references": [ { "path": "../scope-manager/tsconfig.build.json" }, { "path": "../types/tsconfig.build.json" }, - { "path": "../typescript-estree/tsconfig.build.json" } - ] + { "path": "../typescript-estree/tsconfig.build.json" }, + ], } diff --git ORI/typescript-eslint/packages/visitor-keys/tsconfig.json ALT/typescript-eslint/packages/visitor-keys/tsconfig.json index 9cea515..8bfcb3f 100644 --- ORI/typescript-eslint/packages/visitor-keys/tsconfig.json +++ ALT/typescript-eslint/packages/visitor-keys/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, - "rootDir": "." + "rootDir": ".", }, - "include": ["src", "typings", "tests", "tools"] + "include": ["src", "typings", "tests", "tools"], } diff --git ORI/typescript-eslint/packages/website-eslint/tsconfig.json ALT/typescript-eslint/packages/website-eslint/tsconfig.json index aeafdb4..77ebda3 100644 --- ORI/typescript-eslint/packages/website-eslint/tsconfig.json +++ ALT/typescript-eslint/packages/website-eslint/tsconfig.json @@ -6,8 +6,8 @@ "checkJs": false, // build is done via esbuild "noEmit": true, - "skipLibCheck": true + "skipLibCheck": true, }, "include": ["src", "types", "build.ts"], - "references": [] + "references": [], } diff --git ORI/typescript-eslint/packages/website/tsconfig.json ALT/typescript-eslint/packages/website/tsconfig.json index e871573..ca69978 100644 --- ORI/typescript-eslint/packages/website/tsconfig.json +++ ALT/typescript-eslint/packages/website/tsconfig.json @@ -12,9 +12,9 @@ "resolveJsonModule": true, "baseUrl": ".", "paths": { - "@site/*": ["./*"] + "@site/*": ["./*"], }, - "types": ["@docusaurus/module-type-aliases", "@docusaurus/theme-classic"] + "types": ["@docusaurus/module-type-aliases", "@docusaurus/theme-classic"], }, "include": [ "src", @@ -23,6 +23,6 @@ "plugins", "typings", "sidebars/*.js", - "./*.ts" - ] + "./*.ts", + ], } ````