Reproduction link or steps
REPL
What is expected?
No error happens when executing dist/entry-0.js.
What is actually happening?
The following error happens when executing dist/entry-0.js:
TypeError: __exportAll is not a function
In other words, the cyclic import "entry-0 -> node0 -> entry-0" is not output.
System Info
Any additional comments?
This seemed to be working with 1.0.0.
Found at sapphi-red/zarara#25 (comment)
Reproduction link or steps
REPL
What is expected?
No error happens when executing
dist/entry-0.js.What is actually happening?
The following error happens when executing
dist/entry-0.js:In other words, the cyclic import "entry-0 -> node0 -> entry-0" is not output.
System Info
Any additional comments?
This seemed to be working with 1.0.0.
Found at sapphi-red/zarara#25 (comment)