038a81976e
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}
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
*%(basename)s:7: SyntaxError: Detected cycle while resolving name 'a'
|
|
export {a as x} from "modules-skip-cycle3.js";
|
|
^^^^^^
|
|
SyntaxError: Detected cycle while resolving name 'a'
|
|
|