lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://jsr.io/@luca/esbuild-deno-loader
MIT License
172 stars 45 forks source link

Fix #72 #73

Closed Ciantic closed 1 year ago

Ciantic commented 1 year ago

If package name contains subdirectories, the old method failed due to not creating all the empty directories (#72). This fixes it.

charsleysa commented 1 year ago

@Ciantic are you able to add a test for this?

ajschmidt8 commented 1 year ago

@lucacasonato, can we get this merged? I'm running into a similar issue with the npm:@alpinejs/mask@^3.12.2 specifier.

These changes resolve the issue for me.