v8/test/message/modules-star-conflict1.out
neis 038a81976e [modules] Improve error messages.
For instance, when an import cannot be resolved, actually
point at the corresponding import statement.

BUG=v8:1569

Review-Url: https://codereview.chromium.org/2451153002
Cr-Commit-Position: refs/heads/master@{#40594}
2016-10-26 15:10:24 +00:00

6 lines
238 B
Plaintext

*%(basename)s:7: SyntaxError: The requested module contains conflicting star exports for name 'a'
import {a} from "../mjsunit/modules-skip-7.js";
^
SyntaxError: The requested module contains conflicting star exports for name 'a'