0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/tests/util
David Sherret b7a16842c8
perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)
This functionality was broken. The series of events was:

1. Load the npm resolution from the lockfile.
2. Discover only a subset of the specifiers in the documents.
3. Clear the npm snapshot.
4. Redo npm resolution with the new specifiers (~500ms).

What this now does:

1. Load the npm resolution from the lockfile.
2. Discover only a subset of the specifiers in the documents and take
into account the specifiers from the lockfile.
3. Do not redo resolution (~1ms).
2024-04-11 10:31:50 +05:30
..
server perf(lsp): use lockfile to reduce npm pkg resolution time (#23247) 2024-04-11 10:31:50 +05:30
std@7d419485c7 chore: update std submodule to 0.221.0 (#23112) 2024-04-11 10:31:49 +05:30