lucacasonato / esbuild_deno_loader

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

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

Closed lucacasonato closed 8 months ago

lucacasonato commented 8 months ago

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