diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-21 10:35:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 10:35:51 -0400 |
commit | 3d6ba1eaf1516971535993d7e2a9717bc24fb631 (patch) | |
tree | 44a4eebe18e1065d1378ce6c0a42a4fa790ca5a6 /tests/specs/node/cjs_analysis_multiple_errors/main.ts | |
parent | fa5c61e441b88204dbcee334ebf4478b9f0949c5 (diff) |
perf: analyze cjs re-exports in parallel (#23894)
Diffstat (limited to 'tests/specs/node/cjs_analysis_multiple_errors/main.ts')
-rw-r--r-- | tests/specs/node/cjs_analysis_multiple_errors/main.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/node/cjs_analysis_multiple_errors/main.ts b/tests/specs/node/cjs_analysis_multiple_errors/main.ts new file mode 100644 index 000000000..73b61f674 --- /dev/null +++ b/tests/specs/node/cjs_analysis_multiple_errors/main.ts @@ -0,0 +1,2 @@ +import * as pkg from "package"; +console.log(pkg); |