index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
async_hooks.ts
Age
Commit message (
Expand
)
Author
2024-09-12
feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)
Bartek Iwańczuk
2024-08-29
fix: reland async context (#25140)
snek
2024-08-02
Revert "feat: async context" (#24856)
snek
2024-08-02
feat: async context (#24402)
snek
2024-05-15
fix(node): stub `AsyncResource.emitDestroy()` (#23802)
Marvin Hagemeister
2024-04-15
fix(ext/node): add stub for AsyncResource#asyncId() (#23372)
Divy Srivastava
2024-04-02
feat: improve AsyncLocalStorage api (#23175)
Alex Yang
2024-03-06
fix(node): implement ALS enterWith (#22740)
Divy Srivastava
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-23
refactor: port more ops to `ensureFastOps()` (#22046)
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-10
fix(node/async_hooks): don't pop async context frame if stack if empty (#20077)
Bartek Iwańczuk
2023-07-06
perf(node/async_hooks): optimize AsyncLocalStorage (#19729)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-04-20
refactor(ext/node): remove polyfills/_core.ts (#18766)
Yoshiya Hinosawa
2023-03-17
chore: add tests for node:async_hooks (#18004)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk