1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/ext/node/ops
David Sherret 9201198efd
fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104)
If a CJS re-export can't be resolved, it will check the ancestor
directories, which is more similar to what `require` does at runtime.
2023-11-07 09:56:06 -05:00
..
crypto chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
zlib refactor: migrate ext/node/ops to op2 (#20805) 2023-10-06 00:16:36 +02:00
http.rs refactor: migrate more ops to op2 macro (#20808) 2023-10-07 21:04:03 +05:30
http2.rs chore: update deno_core and port all remaining ops to op2 (#20954) 2023-10-25 13:43:38 +02:00
idna.rs refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
mod.rs fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
os.rs chore: use deno_whoami (#21027) 2023-10-31 12:38:39 +00:00
require.rs fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104) 2023-11-07 09:56:06 -05:00
util.rs fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
v8.rs chore: update deno_core and port all remaining ops to op2 (#20954) 2023-10-25 13:43:38 +02:00
winerror.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00