mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
This change allows for easier recognition of builtin modules in stack traces. Refs: https://github.com/nodejs/node/issues/11893 PR-URL: https://github.com/nodejs/node/pull/35498 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
10 lines
470 B
Plaintext
10 lines
470 B
Plaintext
(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
|
|
(Use `* --trace-warnings ...` to show where the warning was created)
|
|
file://*/test/fixtures/es-module-loaders/syntax-error.mjs:2
|
|
await async () => 0;
|
|
^^^^^^^^^^^^^
|
|
|
|
SyntaxError: Malformed arrow function parameter list
|
|
at Loader.moduleStrategy (node:internal/modules/esm/translators:*:*)
|
|
at async link (node:internal/modules/esm/module_job:*:*)
|