1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk bd159b8bad
fix(lock): ensure npm dependencies are written with --lock-write (#16668)
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
2022-11-16 19:59:26 +01:00
..
integration fix(lock): ensure npm dependencies are written with --lock-write (#16668) 2022-11-16 19:59:26 +01:00
testdata fix(npm): support non-all lowercase package names (#16669) 2022-11-16 18:44:31 +00:00
unit fix(ext/webstorage): make web storages re-assignable (#16661) 2022-11-17 02:12:58 +09:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00