lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://deno.land/x/esbuild_deno_loader
MIT License
160 stars 43 forks source link

Support external #95

Closed quinn closed 7 months ago

quinn commented 8 months ago

fixes #31

saying "fixes" may be a stretch. It does exactly what I need it to do for my use-case. From what I understand esbuild's external is much more flexible then the simple pass-thru i have here. Also, it seems like the appropriate fix would somehow utilize esbuild's builtin resolver for this.

lucacasonato commented 7 months ago

Thanks. We've fixed this more comprehensively in #102.