This commit is contained in:
Jarred Sumner
2025-03-28 20:23:49 -07:00
committed by GitHub
parent f0dfa109bb
commit f38d35f7c9
56 changed files with 191 additions and 1011 deletions

View File

@@ -31,7 +31,8 @@
"test/bundler/native-plugin.test.ts", // parser doesn't handle import metadata
"test/bundler/transpiler/with-statement-works.js", // parser doesn't allow `with` statement
"test/js/node/module/extensions-fixture", // these files are not meant to be linted
"test/cli/run/module-type-fixture"
"test/cli/run/module-type-fixture",
"test/bundler/transpiler/with-statement-works.js" // parser doesn't allow `with` statement
],
"overrides": [
{