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
2022-08-29
fix(npm): conditional exports with wildcards (#15652)
Bartek Iwańczuk
2022-08-29
chore: update test_util/std/ submodule (#15657)
Bartek Iwańczuk
2022-08-26
fix(npm): handle cjs re-exports with the same name as an export (#15626)
David Sherret
2022-08-26
fix(ext/node): fix global in node env (#15622)
Yoshiya Hinosawa
2022-08-26
chore(npm): add test for esm npm binary package (#15609)
David Sherret
2022-08-26
fix(ext/flash): panic on AddrInUse (#15607)
Bartek Iwańczuk
2022-08-25
fix: avoid global declaration collisions in cjs (#15608)
David Sherret
2022-08-24
fix(unstable): finish HTTP response for 205 and 304 responses (#15584)
Bartek Iwańczuk
2022-08-24
fix(npm): always require --unstable flag even for esm (#15583)
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-08-24
feat: support subpaths in npm package references (#15578)
David Sherret
2022-08-24
fix(unstable): Deno.serve() can parse hostnames (#15579)
Bartek Iwańczuk
2022-08-24
fix(unstable): various resolution bugs for npm: specifiers (#15546)
Bartek Iwańczuk
2022-08-24
feat(ext/flash): split upgradeHttp into two APIs (#15557)
Luca Casonato
2022-08-23
feat(npm): support packages with multiple command names (#15565)
David Sherret
2022-08-24
feat: update `Deno.serve` function signature (#15563)
Luca Casonato
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-23
fix(cache): do not attempt to emit non-emitable files (#15562)
David Sherret
2022-08-23
fix(ext/fetch): ignore user content-length header (#15555)
Luca Casonato
2022-08-22
feat(unstable): Respect --cached-only flags for npm: specifiers (#15512)
Bartek Iwańczuk
2022-08-22
fix(ext/flash): fix default onListen callback (#15533)
Yoshiya Hinosawa
2022-08-21
fix(unstable): better error for invalid hostname in Deno.serve() (#15529)
Bartek Iwańczuk
2022-08-21
feat: `queueMicrotask()` error handling (#15522)
Nayeem Rahman
2022-08-21
fix(ext/flash): fix listening port (#15519)
Yoshiya Hinosawa
2022-08-21
fix(core/runtime): always cancel termination in exception handling (#15514)
Nayeem Rahman
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-20
feat: add "deno init" subcommand (#15469)
Leo Kettmeir
2022-08-19
feat(unstable): change Deno.serve() API (#15498)
Bartek Iwańczuk
2022-08-19
fix(ext/flash): concurrent response streams (#15493)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-17
docs: add category tag for built-in APIs (#15480)
Kitson Kelly
2022-08-15
chore: upgrade rusty_v8 to 0.48.1 (#15310)
Bartek Iwańczuk
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-11
fix(cli): allow configurations files to also be json modules (#15444)
Nayeem Rahman
2022-08-10
fix: allow setting `globalThis.location` when no `--location` is provided (#1...
Kayla Washburn
2022-08-09
chore: temporarily disable `op_require_read_file` (#15433)
David Sherret
2022-08-10
fix: update deno_graph to fix importing config as JSON module (#15388)
Kitson Kelly
2022-08-09
feat: add ext/node for require support (#15362)
Bartek Iwańczuk
2022-08-04
fix(test): output parallel test results independently (#15399)
Nayeem Rahman
2022-08-02
fix(test): race condition for cancelled tests (#15233)
Nayeem Rahman
2022-08-02
fix(lsp): use correct commit chars for completions (#15366)
Kitson Kelly
2022-07-30
fix(core): BorrowMutError in nested error (#15352)
Bartek Iwańczuk
2022-07-23
feat(ext/crypto): deriveBits P-384 (#15138)
diachedelic
2022-07-23
fix: unhandledrejection handling for sync throw in top level (#15279)
Bartek Iwańczuk
2022-07-22
fix: Child.unref() unrefs stdio streams properly (#15275)
Bartek Iwańczuk
2022-07-21
fix: proper typings for unhandledrejection event (#15271)
Bartek Iwańczuk
2022-07-21
fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)
Satya Rohith
2022-07-20
feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)
David Sherret
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
[next]