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 (
Collapse
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
Yearly tradition of creating extra noise in git.
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
This commit removes "WorkerOptions.deno" option as a boolean, as well as "WorkerOptions.deno.namespace" settings. Starting with this commit all workers have access to "Deno" namespace by default.
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