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.out | |
| parent | fa5c61e441b88204dbcee334ebf4478b9f0949c5 (diff) | |
perf: analyze cjs re-exports in parallel (#23894)
Diffstat (limited to 'tests/specs/node/cjs_analysis_multiple_errors/main.out')
| -rw-r--r-- | tests/specs/node/cjs_analysis_multiple_errors/main.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/node/cjs_analysis_multiple_errors/main.out b/tests/specs/node/cjs_analysis_multiple_errors/main.out new file mode 100644 index 000000000..cc8077950 --- /dev/null +++ b/tests/specs/node/cjs_analysis_multiple_errors/main.out @@ -0,0 +1,3 @@ +[# Since this package has multiple cjs export errors and the resolution is done in ] +[# parallel, we want to ensure the output is deterministic when there's multiple errors] +error: [ERR_MODULE_NOT_FOUND] Cannot find module "[WILDLINE]not_exists.js" imported from "[WILDLINE]a.js" |
