mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
bd159b8bad
If "--lock-write" flag was present we never passed instance of the lockfile to the npm resolver, which made it skip adding discovered npm packages to the lockfile. This commit fixes that, by always passing lockfile to the npm resolver and only regenerating resolver snapshot is "--lock-write" is not present. Closes https://github.com/denoland/deno/issues/16666 |
||
---|---|---|
.. | ||
common.rs | ||
global.rs | ||
local.rs | ||
mod.rs |