You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{parseModule}from"magicast";constmod=parseModule(` export { default as function1, function2 } from "bar.js"; export { default } from "foo.js"; export { x } from "mod"; export { x as v } from "mod"; export * as ns from "mod";`);
Describe the bug
Not sure if it's a bug or a feature request, but re-exporting files are not being "indexed" as neither imports nor exports. For reference, es-module-lexer parses them as imports.
Environment
magicast:
0.2.3
Node:
v16.17.0
Reproduction
Codesandbox.
Describe the bug
Not sure if it's a bug or a feature request, but re-exporting files are not being "indexed" as neither imports nor exports. For reference,
es-module-lexer
parses them as imports.I took the examples from MDN.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: