1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 53d33490b4
fix: allow npm: specifiers in import.meta.resolve (#21716)
Closes https://github.com/denoland/deno/issues/21298.

"npm:" specifiers are matched against import map entries
and if no match is found they are passed through.
2024-01-04 20:34:50 +01:00
..
integration perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719) 2024-01-04 20:34:49 +01:00
node_compat fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
testdata fix: allow npm: specifiers in import.meta.resolve (#21716) 2024-01-04 20:34:50 +01:00
unit perf: remove opAsync (#21690) 2024-01-04 20:34:48 +01:00
unit_node fix(node): Implement os.cpus() (#21697) 2024-01-04 20:34:49 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00