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
That's strange. There is indeed a bug here, but I'm getting a different output. Here's what I see:
import{p}from"./chunk.js";// a.jsexport{p,q};
So p is defined at least (esbuild version 0.6.1). The missing import for q is still a bug of course. I'll work on fixing that. Thanks so much for reporting this.
a.js
b.js
when bundling with:
I'm getting an output for a looking like:
with no definition of
p
orq
.The text was updated successfully, but these errors were encountered: