deno/ext/node
Nathan Whitaker c106a8dd31
feat(cli): filter out common internal frames that add noise, dim and grey internal frames in stack traces (#31247)
Before:
<img width="777" height="214" alt="Screenshot 2025-11-10 at 6 43 25 PM"
src="https://github.com/user-attachments/assets/64faf089-738f-4b01-a075-e0e898f6b4d8"
/>
After:
<img width="777" height="134" alt="Screenshot 2025-11-10 at 6 41 41 PM"
src="https://github.com/user-attachments/assets/4cf78714-5248-471f-8e73-7286f8e7b276"
/>
2025-11-12 07:40:40 -08:00
..
benchmarks chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
ops fix(node/crypto): respect authTagLength in createCipheriv for GCM cip… (#31253) 2025-11-12 13:58:17 +01:00
polyfills feat(cli): filter out common internal frames that add noise, dim and grey internal frames in stack traces (#31247) 2025-11-12 07:40:40 -08:00
build.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml fix(ext/node): implement process.setegid() (#31155) 2025-11-03 20:27:53 +07:00
clippy.toml fix(ext/node): support JS underlying stream in TLS (#30465) 2025-08-28 17:56:17 +05:30
global.rs perf: stack allocated v8 scopes (#30827) 2025-09-23 17:54:14 -07:00
lib.rs fix(ext/node): implement process.setgid() and process.setuid() (#31162) 2025-11-05 09:15:28 +01:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
update_node_stream.ts fix(ext/node): upgrade node:stream (#28855) 2025-04-14 21:35:34 +05:30

deno_node

require and other node related functionality for Deno.