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
/
timers.ts
Age
Commit message (
Expand
)
Author
2024-11-16
fix(ext/node): New async setInterval function to improve the nodejs compatibi...
/usr/bin/cat
2024-09-12
feat(ext/node): export 'promises' symbol from 'node:timers' (#25589)
Bartek Iwańczuk
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-06-24
fix(ext/node): use primordials in `ext/node/polyfills/timers.ts` (#24311)
Asher Gomez
2024-03-08
fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)
Nathan Whitaker
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-07-02
fix(ext/node): ignore cancelled timer when node timer refresh (#19637)
await-ovo
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-05-22
fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)
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-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk