diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-25 20:24:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 20:24:18 -0400 |
commit | 376665d1154501660e7b20f760a0482509cff8b0 (patch) | |
tree | 0a979722c66f8ede48f1dff21c8ceb335521a94a /tools/lint.js | |
parent | 0fe590bbcbf270b50abd8d73db1c5e0be69591f1 (diff) |
fix: avoid global declaration collisions in cjs (#15608)
* Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though.
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lint.js b/tools/lint.js index 21433fc6c..7012b8f22 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -29,6 +29,7 @@ async function dlint() { ":!:cli/tests/testdata/encoding/**", ":!:cli/tests/testdata/error_syntax.js", ":!:cli/tests/testdata/fmt/**", + ":!:cli/tests/testdata/npm/**", ":!:cli/tests/testdata/lint/**", ":!:cli/tests/testdata/tsc/**", ":!:cli/tsc/*typescript.js", |