summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/unstable_worker.ts
AgeCommit message (Collapse)Author
2022-05-17BREAKING(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.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret