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
/
tests
/
specs
/
node
Age
Commit message (
Expand
)
Author
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-23
fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...
Nathan Whitaker
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-02
chore: remove unnecessary envs in spec tests (#25982)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-21
fix(node): Include "node" condition during CJS re-export analysis (#25785)
Nathan Whitaker
2024-08-31
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Bartek Iwańczuk
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
2024-07-30
fix(node): support wildcards in package.json imports (#24794)
David Sherret
2024-07-28
fix: actually add missing `node:readline/promises` module (#24772)
David Sherret
2024-07-25
fix(node): cjs pkg dynamically importing esm-only pkg fails (#24730)
David Sherret
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-06-07
fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)
Divy Srivastava
2024-05-21
perf: analyze cjs re-exports in parallel (#23894)
David Sherret
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-14
chore: fix flaky rejection_handled_web_process (#23817)
David Sherret
2024-05-10
fix(node): better cjs re-export handling (#23760)
David Sherret
2024-05-03
refactor(tests): move worker_threads itests to spec tests (#23648)
Satya Rohith
2024-04-29
fix(ext/node): support NODE_DEBUG env (#23583)
Satya Rohith
2024-04-29
fix(ext/node): add support for MessagePort.removeListener/off (#23598)
Satya Rohith
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret