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
255 B
Plaintext
Raw Normal View History

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