Closed
Description
Currently esbuild generate annotations for nodejs' cjs to esm lexer, which works well.
But if the input js file contains something like export * from 'package-x'
,
The exports of package-x is not in the annotation.
will it be possible for esbuild to read the exports of package-x and "re-emit" in the annotation of output file?
Metadata
Metadata
Assignees
Labels
No labels