v8/test/message/fail/modules-import2.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
258 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: The requested module 'modules-import2.mjs' does not provide an export named 'a'
import {a as b} from "modules-import2.mjs";
^
SyntaxError: The requested module 'modules-import2.mjs' does not provide an export named 'a'