lucacasonato / esbuild_deno_loader

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

fix: synchronizing loads so they don't occur at the same time #116

Closed lucacasonato closed 5 months ago

lucacasonato commented 5 months ago

Helps with issues where two processes are both trying to write to the same lock file.