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
/
node_compat
Age
Commit message (
Expand
)
Author
2024-11-18
chore: temporarily disable dns tests for Node compat (#26915)
Bartek Iwańczuk
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-12
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Yoshiya Hinosawa
2024-11-11
test(ext/node): prevent running the same test cases twice (#26812)
Yoshiya Hinosawa
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-15
fix(ext/node): implement TCP.setNoDelay (#26263)
Divy Srivastava
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-09-25
test: disable 'test-child-process-ipc-next-tick.js' Node compat test (#25856)
Bartek Iwańczuk
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-12
fix(ext/node): Implement detached option in `child_process` (#25218)
Nathan Whitaker
2024-09-11
fix(ext/node): add `FileHandle#writeFile` (#25555)
Yoshiya Hinosawa
2024-09-10
fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)
Nathan Whitaker
2024-09-10
test: remove usage of `--unstable` flag (#25549)
Bartek Iwańczuk
2024-09-04
feat(cli): give access to `process` global everywhere (#25291)
Luca Casonato
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-06
feat: vm rewrite (#24596)
snek
2024-07-31
feat: upgrade V8 to 12.8 (#24693)
snek
2024-07-25
fix(node/worker_threads): support `port.once()` (#24725)
Marvin Hagemeister
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-25
chore: use `@std` prefix for internal module specifiers (#24543)
Asher Gomez
2024-07-24
fix(node): Run node compat tests listed in the `ignore` field (and fix the on...
Nathan Whitaker
2024-07-09
fix: do not return undefined for missing global properties (#24474)
snek
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-05
fix(ext/node): rewrite digest handling (#24392)
Luca Casonato
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-25
test(node_compat): enable more stream-writable tests (#24328)
Satya Rohith
2024-06-24
fix(ext/node): rewrite crypto.Hash (#24302)
Luca Casonato
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-18
feat(ext/node): add BlockList & SocketAddress classes (#24229)
Satya Rohith
2024-06-15
fix(ext/node): better support for `node:diagnostics_channel` module (#24088)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-06-11
chore: sync up Node.js test files for v20.11.1 (#24066)
Bartek Iwańczuk
2024-06-02
chore: disable part of `test-fs-read-stream.js` (#24085)
Bartek Iwańczuk
2024-05-22
chore: kill node.js tests if they run too long (#23956)
Matt Mastracci
2024-05-21
feat(node): buffer isUtf8/isAscii (#23928)
snek
2024-04-19
test: fix node_compat_test (#23446)
Bartek Iwańczuk
2024-04-02
fix(ext/node): Support returning tokens and option defaults in `node:util.par...
Nathan Whitaker
2024-04-03
chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)
Asher Gomez
2024-04-01
fix(ext/node): Add fs.readv, fs.readvSync (#23166)
Nathan Whitaker
2024-03-15
fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)
Nathan Whitaker
2024-03-11
fix(ext/node): Match punycode module behavior to node (#22847)
Nathan Whitaker
2024-03-11
fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)
mash-graz
2024-03-10
fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...
mash-graz
2024-03-05
chore(tests): Remove vestiges of cli/tests folder (#22712)
Aapo Alasuutari
2024-02-13
chore: move `test_util/std` to `tests/util/std` (#22402)
Asher Gomez
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-12
chore: continue tests/ re-org (#22396)
Matt Mastracci
[next]