1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests
David Sherret 56bf634fa9
fix(node): require.resolve - fallback to global cache when bare specifier from paths not found (#23618)
Part of #22607 (probably closes it, but I haven't done thorough testing)

Makes it so that `require.resolve` with `paths` specified will fallback
to using the global cache when the paths can't be found when using a
global cache (not when using a node_modules folder)
2024-04-30 23:41:29 -04:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration chore(lsp): revert import map pre-resolution for jsxImportSource (#23619) 2024-05-01 01:44:20 +01:00
napi chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
node_compat test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00
specs fix(node): require.resolve - fallback to global cache when bare specifier from paths not found (#23618) 2024-04-30 23:41:29 -04:00
testdata fix(node): require.resolve - fallback to global cache when bare specifier from paths not found (#23618) 2024-04-30 23:41:29 -04:00
unit fix(ext/http): ensure signal is created iff requested (#23601) 2024-04-29 09:40:02 -06:00
unit_node fix(ext/node): support multiple message listeners on MessagePort (#23600) 2024-04-30 16:59:39 +05:30
util feat(cli): add support for jsxImportSourceTypes (#23419) 2024-04-30 18:12:35 +00:00
wpt fix: Float16Array support (#23512) 2024-04-23 22:54:19 +02:00
Cargo.toml chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests