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
/
testdata
Age
Commit message (
Expand
)
Author
2023-06-07
fix(cli): formatting bench with colors (#19323)
Mike Mulchrone
2023-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-06-05
fix: upgrade to deno_ast 0.27 (#19375)
David Sherret
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-27
fix(compile): inline symlinks as files outside node_modules dir and warn for ...
David Sherret
2023-05-26
fix(compile): implicit read permission to npm vfs (#19281)
David Sherret
2023-05-24
fix(npm): create `node_modules/.deno/node_modules` folder (#19242)
David Sherret
2023-05-24
fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...
Bartek Iwańczuk
2023-05-24
chore: upgrade rusty_v8 to 0.72.0 (#19228)
Bartek Iwańczuk
2023-05-23
feat: add support for globs in the config file and CLI arguments for files (#...
Bartek Iwańczuk
2023-05-22
chore(cli): Don't assume deno is in path for spawn_kill_permissions (#19198)
Matt Mastracci
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-18
fix(npm): run pre and post tasks if present (#19178)
Marvin Hagemeister
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-17
fix: support "fetch" over HTTPS for IP addresses (#18499)
Bartek Iwańczuk
2023-05-14
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
Yoshiya Hinosawa
2023-05-11
fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)
Nayeem Rahman
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-10
fix(node): conditional exports edge case (#19082)
Bartek Iwańczuk
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-05-03
fix(test): disable preventDefault() for beforeunload event (#18911)
Nayeem Rahman
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-05-01
perf(ext/web): fast path for ws events (#18905)
Divy Srivastava
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
fix(ext/websocket): restore op_ws_send_ping (#18891)
Bartek Iwańczuk
2023-04-27
chore: upgrade rusty_v8 to 0.71.0 (#18868)
Bartek Iwańczuk
2023-04-27
fix(test): handle dispatched exceptions from test functions (#18853)
Nayeem Rahman
2023-04-26
feat(cli): flatten deno.json configuaration (#17799)
scarf
2023-04-27
feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)
Bartek Iwańczuk
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-26
chore: upgrade rusty_v8 to 0.70.0 (#18844)
Bartek Iwańczuk
2023-04-23
test: deflake worker tests (#18813)
Bartek Iwańczuk
2023-04-22
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Bartek Iwańczuk
2023-04-21
feat: upgrade deno_ast to 0.26 (#18795)
David Sherret
2023-04-19
fix(test/coverage): exclude test files (#18748)
Levente Kurusa
2023-04-18
test: fix flaky worker test (#18754)
Bartek Iwańczuk
2023-04-16
Revert "perf(core): immediately schedule another tick if there are un… (#18...
Bartek Iwańczuk
2023-04-14
chore: remove node_modules folder being created in testdata directory (#18708)
David Sherret
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-04-12
fix(core): preserve syntax error locations in dynamic imports (#18664)
Nayeem Rahman
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-04-06
chore: fix flaky tests checking ms when CI is slow (#18559)
David Sherret
2023-04-06
fix(ext/node): fix unable to resolve fraction.js (#18544)
Marvin Hagemeister
2023-04-06
fix(ext/node): json encode binary command name (#18596)
Geert-Jan Zwiers
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-04-01
fix(test): don't swallow sanitizer errors with permissions (#18550)
Nayeem Rahman
2023-03-30
fix(coverage): ignore files from npm registry (#18457)
Geert-Jan Zwiers
[next]