mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(npm): support resolving npm specifiers not in graph with import.meta.resolve
for resolved packages (#29732)
This commit is contained in:
parent
1f02d34877
commit
3d5ff3cf1c
15 changed files with 297 additions and 130 deletions
|
@ -233,7 +233,7 @@ async function ensureNoNewITests() {
|
|||
"pm_tests.rs": 0,
|
||||
"publish_tests.rs": 0,
|
||||
"repl_tests.rs": 0,
|
||||
"run_tests.rs": 18,
|
||||
"run_tests.rs": 17,
|
||||
"shared_library_tests.rs": 0,
|
||||
"task_tests.rs": 2,
|
||||
"test_tests.rs": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue