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
Esbuild seems to be failing to exclude dead imports of sub files believed to be because they have a node type import. I am not sure if this bug is caused by this plugin or esbuild itself.
Esbuild seems to be failing to exclude dead imports of sub files believed to be because they have a node type import. I am not sure if this bug is caused by this plugin or esbuild itself.
Reproduction
deno run -A bundle.ts
main.ts
lib.ts
bundle.ts
main.js expected output
The actual output includes the entire contents of the Peer import, but not the IterStar import
The text was updated successfully, but these errors were encountered: