1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/compat
Nayeem Rahman 330c820ae8
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
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-05-17 22:27:17 +02:00
..
import_cjs_from_esm fix(compat): cjs/esm interop for dynamic imports (#13792) 2022-03-11 02:33:02 +01:00
import_esm_from_cjs compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00
test_runner feat(test): Represent uncaught errors (#14513) 2022-05-09 11:44:50 +02:00
worker BREAKING(unstable): Enable Deno namespace in workers by default (#14581) 2022-05-17 22:27:17 +02:00
dyn_import_reject.js feat(compat): add .code to dyn import error (#12633) 2021-11-08 16:02:40 +09:00
dyn_import_reject.out compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00
fs_promises.mjs feat(unstable): Node CJS and ESM resolvers for compat mode (#12424) 2021-10-18 19:36:28 +02:00
fs_promises.out feat: add --compat flag to provide built-in Node modules (#12293) 2021-10-05 01:35:55 +02:00
globals.out feat(unstable): Node CJS and ESM resolvers for compat mode (#12424) 2021-10-18 19:36:28 +02:00
globals.ts chore: update test_util/std/ submodule (#14595) 2022-05-13 17:08:02 +02:00
import_cjs_from_esm.out feat(compat): CJS/ESM interoperability (#13553) 2022-02-27 14:38:45 +01:00
import_map.json v1.19.0 2022-02-17 01:54:07 +01:00
import_map_https_imports.mjs v1.19.0 2022-02-17 01:54:07 +01:00
import_map_https_imports.out feat(compat): integrate import map and classic resolutions in ESM resolution (#12549) 2021-10-28 10:11:38 +02:00
node_fs_promises.mjs feat(unstable): Node CJS and ESM resolvers for compat mode (#12424) 2021-10-18 19:36:28 +02:00
test.txt feat: add --compat flag to provide built-in Node modules (#12293) 2021-10-05 01:35:55 +02:00