Files
Kmake/deps/v8/test/message/fail/modules-duplicate-export1.out

6 lines
130 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:6: SyntaxError: Duplicate export of 'x'
export let x = 42;
^^^^^^^^^^^
SyntaxError: Duplicate export of 'x'