summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error_import.out
blob: e39744a049b59b82c8eafe2854406e0bd33b8190 (plain)
1
2
3
4
5
6
7
8
(node:*) ExperimentalWarning: The ESM module loader is experimental.
file:///*/test/message/esm_display_syntax_error_import.mjs:5
  notfound
  ^^^^^^^^
SyntaxError: The requested module '../fixtures/es-module-loaders/module-named-exports.mjs' 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:*:*)