From 376665d1154501660e7b20f760a0482509cff8b0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 25 Aug 2022 20:24:18 -0400 Subject: 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. --- tools/lint.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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", -- cgit v1.2.3