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
/
cli
/
tests
Age
Commit message (
Expand
)
Author
2023-12-08
fix(ext/node): allow null value for req.setHeader (#21391)
Yoshiya Hinosawa
2023-12-08
feat(coverage): add html reporter (#21495)
Yoshiya Hinosawa
2023-12-07
fix: add more warnings when using sloppy imports (#21503)
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-07
fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...
ud2
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-12-06
feat: TypeScript 5.3 (#21480)
David Sherret
2023-12-06
fix(task): handle node_modules/.bin directory with byonm (#21386)
David Sherret
2023-12-06
fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...
David Sherret
2023-12-06
fix(npm): do not create symlink for non-system optional dep in node_modules d...
David Sherret
2023-12-07
test(ext/node): compare free memory in log scale (#21475)
Yoshiya Hinosawa
2023-12-06
feat(ext/web): add ImageData Web API (#21183)
Jamie
2023-12-06
feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)
Yusuke Tanaka
2023-12-06
chore: forward v1.38.5 release commit to main (#21472)
Bartek Iwańczuk
2023-12-05
fix(ext/kv): throw error if already closed (#21459)
Raashid Anwar
2023-12-05
refactor(cli): refactor bench/test for future module changes (#21460)
Matt Mastracci
2023-12-05
feat(unstable): kv.watch() (#21147)
Luca Casonato
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-12-02
fix(node): setting process.exitCode should change exit code of process (#21429)
David Sherret
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
feat(compile): support discovering modules for more dynamic arguments (#21381)
David Sherret
2023-12-01
fix(permissions): fix panics when revoking net permission (#21388)
liruifengv
2023-12-01
refactor: use resourceForReadableStream for fetch (#20217)
Matt Mastracci
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
2023-11-30
feat(cron): added the support for json type schedule to cron api (#21340)
Raashid Anwar
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
2023-11-29
perf(lsp): add performance marks for TSC requests (#21383)
Bartek Iwańczuk
2023-11-29
build(cli): allow to build without upgrade feature (#19910)
Jakub Jirutka
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-11-29
fix(ext/node): add util.parseArgs (#21342)
Yoshiya Hinosawa
2023-11-28
fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)
Yoshiya Hinosawa
2023-11-28
fix(ext/node): fix duplexify compatibility (#21346)
Yoshiya Hinosawa
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-27
ci: make upgrade_lsp_repl_sleeps less flaky (#21363)
David Sherret
2023-11-27
feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)
scarf
2023-11-25
feat(unstable): --unstable-unsafe-proto (#21313)
David Sherret
2023-11-25
chore(ext/node): remove unnecessary test case (#21337)
Yoshiya Hinosawa
2023-11-25
chore: update node_compat test suites to v18.18.2 (#21328)
Yoshiya Hinosawa
2023-11-24
fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)
David Sherret
2023-11-24
chore: deflake unit_node/crypto/crypto_key_test.ts (#21331)
Bartek Iwańczuk
2023-11-23
chore: fix upgrade_prompt test on main (#21314)
David Sherret
2023-11-23
chore: add upgrade prompt integration test (#21273)
David Sherret
2023-11-23
fix(ext/node): fix node:stream.Writable (#21297)
Yoshiya Hinosawa
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
fix: 'Promise was collected' error in REPL/jupyter (#21272)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
[next]