Closed
Description
In folder mode:
// /program.js
import { show, heart } from './other.js';
show(heart);
// /other.js
export { show, heart } from 'rune';
leads to the error: Line 5: ReferenceError: Cannot access 'show' before initialization
. If this type of export is unsupported, then this error message is not indicative of that fact.
Code here
Metadata
Metadata
Assignees
Labels
No labels