mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 17:01:08 +00:00

Adapt to changes in async stack traces and function name inference PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
9 lines
486 B
Plaintext
9 lines
486 B
Plaintext
(node:*) ExperimentalWarning: The ESM module loader is experimental.
|
|
file:///*/test/message/esm_display_syntax_error_import.mjs:6
|
|
notfound
|
|
^^^^^^^^
|
|
SyntaxError: The requested module '../fixtures/es-module-loaders/module-named-exports' does not provide an export named 'notfound'
|
|
at ModuleJob._instantiate (internal/modules/esm/module_job.js:*:*)
|
|
at async ModuleJob.run (internal/modules/esm/module_job.js:*:*)
|
|
at async Loader.import (internal/modules/esm/loader.js:*:*)
|