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
/
workers
/
test.ts
Age
Commit message (
Expand
)
Author
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
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-08-15
fix(runtime): navigator.userAgent in web worker (#20129)
await-ovo
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-07-20
chore: use import.meta.resolve() in tests (#15256)
Bartek Iwańczuk
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-03-20
fix: actually don't inherit runtime permissions (#14024)
Luca Casonato
2022-03-18
chore(ops): include argument position in serde_v8 errors (#14027)
Divy Srivastava
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-09
fix: expose "Deno.memoryUsage()" in worker context (#13293)
Rodney van den Velden
2021-10-14
fix(cli/tests): move worker test assertions out of message handlers (#12439)
Nayeem Rahman
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret