main
fix(ext/node): strip `--enable-source-maps` from argv (#22743)
fix(ext/node): worker_threads ESM handling (#22841)
chore: move cli/tests/ -> tests/ (#22369)
fix(ext/node): support fd 3 pipes in spawned Deno children (#34133)
fix(ext/node): allow adopting inherited extra stdio TCP fds (#35805)
fix(ext/crypto): support md4 digest algorithm (#25656)
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
fix(ext/node): don't encode buffer data as utf8 in http2 (#24016)
fix(ext/node): inspect X509Certificate class (#30882)
fix(ext/node): don't wait for end() call to send http client request (#24390)
fix(ext/node): add process._rawDebug (#30141)
fix(ext/node): keep sqlite iterator callbacks alive (#34982)
fix(node): weakly track util.aborted resources (#34142)
fix(ext/node): keep node:vm ContextifyContext wrapper alive with its context (#35090)
test(ext/node): add worker_threads test for SharedArrayBuffer (#22850)