1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/node
Marvin Hagemeister f474c4f4ff
fix: stub node:module.register() (#24965)
This is commonly used to register loading non standard file types. But
some libs also register TS loaders which Deno supports natively, like
the npm `payload` package. This PR unblocks those.

Fixes https://github.com/denoland/deno/issues/24902
2024-08-09 14:25:33 +02:00
..
benchmarks fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
ops fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957) 2024-08-09 12:58:20 +02:00
polyfills fix: stub node:module.register() (#24965) 2024-08-09 14:25:33 +02:00
build.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
Cargo.toml fix(ext/node): add crypto.diffieHellman (#24938) 2024-08-08 15:05:29 +05:30
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
global.rs feat: upgrade deno_core (#24886) 2024-08-05 08:28:12 -07:00
lib.rs fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957) 2024-08-09 12:58:20 +02:00
polyfill.rs refactor: decouple node resolution from deno_core (#24724) 2024-07-25 19:08:14 -04:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00

deno_node

require and other node related functionality for Deno.