1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/testdata/run
Bartek Iwańczuk 5504acea67
feat: add --allow-import flag (#25469)
This replaces `--allow-net` for import permissions and makes the
security sandbox stricter by also checking permissions for statically
analyzable imports.

By default, this has a value of
`--allow-import=deno.land:443,jsr.io:443,esm.sh:443,raw.githubusercontent.com:443,gist.githubusercontent.com:443`,
but that can be overridden by providing a different set of hosts.

Additionally, when no value is provided, import permissions are inferred
from the CLI arguments so the following works because
`fresh.deno.dev:443` will be added to the list of allowed imports:

```ts
deno run -A -r https://fresh.deno.dev
```

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2024-09-26 01:50:54 +00:00
..
check_js_points_to_ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
config_types chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
decorators BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
dynamic_import_already_rejected chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_async_error chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_concurrent_non_statically_analyzable chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
explicit_resource_management chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fetch chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
followup_dyn_import_resolves chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_compression chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_maps chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_meta chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
jsx_precompile feat: add jsx precompile skip element option (#23457) 2024-04-22 17:07:36 +02:00
lock_only_http_and_https chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lock_write_fetch feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
main_module chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
nested_error chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_lock_flag chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
onload test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
remote_type_error chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
top_level_await chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_import_from_js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
tsx_imports chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_dynamic_import chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_dynamic_import2 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unsafe_proto chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
warn_on_deprecated_api BREAKING(types): soft-remove Deno.run() (#25403) 2024-09-05 08:45:55 +10:00
webstorage test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
with_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_package_json/with_stop test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
001_hello.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
001_hello.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
002_hello.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
002_hello.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
003_relative_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
003_relative_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
004_set_timeout.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
004_set_timeout.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
005_more_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
005_more_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
006_url_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
006_url_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
012_async.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
012_async.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
013_dynamic_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
013_dynamic_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
014_duplicate_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
014_duplicate_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
015_duplicate_parallel_import.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
015_duplicate_parallel_import.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
016_double_await.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
016_double_await.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
017_import_redirect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
017_import_redirect.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
017_import_redirect_info.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
018_async_catch.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
018_async_catch.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
019_media_types.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
019_media_types.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
020_json_modules.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
020_json_modules.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
021_mjs_modules.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
021_mjs_modules.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
023_no_ext chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
023_no_ext.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
025_reload_js_type_error.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
025_reload_js_type_error.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
027_redirect_typescript.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
027_redirect_typescript.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
028_args.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
028_args.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
033_import_map_remote.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
035_cached_only_flag.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
038_checkjs.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
038_checkjs.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
042_dyn_import_evalcontext.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
042_dyn_import_evalcontext.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
044_bad_resource.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
044_bad_resource.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
045_mod.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
045_output.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
046_jsx_test.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
046_jsx_test.tsx.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
047_jsx_test.jsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
047_jsx_test.jsx.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
048_media_types_jsx.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
048_media_types_jsx.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
052_no_remote_flag.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
058_tasks_microtasks_close.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
058_tasks_microtasks_close.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
059_fs_relative_path_perm.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
059_fs_relative_path_perm.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
061_permissions_request.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
061_permissions_request_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
062_permissions_request_global.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
062_permissions_request_global_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
063_permissions_revoke.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
063_permissions_revoke.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
063_permissions_revoke_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
064_permissions_revoke_global.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
064_permissions_revoke_global.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
064_permissions_revoke_global_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
065_permissions_revoke_net.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
065_permissions_revoke_net.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
066_prompt.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
070_location.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
070_location.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
071_location_unset.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
071_location_unset.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
072_location_relative_fetch.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
072_location_relative_fetch.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
075_import_local_query_hash.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
075_import_local_query_hash.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
077_fetch_empty.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
077_fetch_empty.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
078_unload_on_exit.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
078_unload_on_exit.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
079_location_authentication.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
079_location_authentication.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
081_location_relative_fetch_redirect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
081_location_relative_fetch_redirect.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
082_prepare_stack_trace_throw.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
082_prepare_stack_trace_throw.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
083_legacy_external_source_map.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
088_dynamic_import_already_evaluating.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
088_dynamic_import_already_evaluating.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
088_dynamic_import_target.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
089_run_allow_list.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
089_run_allow_list.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
090_run_permissions_request.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
090_run_permissions_request_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
091_use_define_for_class_fields.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
091_use_define_for_class_fields.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
aggregate_error.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
aggregate_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
async_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
async_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
before_unload.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
before_unload.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
blob_gc_finalization.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
blob_gc_finalization.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
byte_order_mark.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
byte_order_mark.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
checkjs.tsconfig.json BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
classic_workers_event_loop.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
classic_workers_event_loop.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
colors_without_globalThis.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
complex_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
complex_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
complex_permissions_test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
config_json_import.ts fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
config_json_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
custom_inspect_url.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
custom_inspect_url.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno_exit_tampering.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deny_all_permission_args.js BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_all_permission_args.out BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_some_permission_args.js BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_some_permission_args.out feat: update warning message for --allow-run with no list (#25693) 2024-09-18 00:32:52 +02:00
disallow_http_from_https.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https_js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https_ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dom_exception_formatting.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dom_exception_formatting.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_conditional.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_conditional.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_syntax_error.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_syntax_error.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_syntax_error_import.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
empty.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
env_file.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
env_file.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
env_file_missing.out feat(cli): Add --env-file as alternative to --env (#24555) 2024-08-08 06:50:57 -07:00
error_001.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_001.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_002.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_002.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_003_typescript.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_003_typescript.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_004_missing_module.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_004_missing_module.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_005_missing_dynamic_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_005_missing_dynamic_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_006_import_ext_failure.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_006_import_ext_failure.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_007_any.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_007_any.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_008_checkjs.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_008_checkjs.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_009_extensions_error.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_009_extensions_error.js.out refactor(ext/webidl): align error messages (#25625) 2024-09-19 13:03:32 +05:30
error_009_missing_js_module.disabled chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_011_bad_module_specifier.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_011_bad_module_specifier.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_012_bad_dynamic_import_specifier.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_012_bad_dynamic_import_specifier.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_013_missing_script.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_014_catch_dynamic_import_error.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_014_catch_dynamic_import_error.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_015_dynamic_import_permissions.js feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
error_015_dynamic_import_permissions.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
error_016_dynamic_import_permissions2.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_016_dynamic_import_permissions2.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_017_hide_long_source_ts.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_017_hide_long_source_ts.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_018_hide_long_source_js.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_018_hide_long_source_js.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_019_stack_function.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_019_stack_function.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_020_stack_constructor.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_020_stack_constructor.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_021_stack_method.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_021_stack_method.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_022_stack_custom_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_022_stack_custom_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_023_stack_async.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_023_stack_async.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_024_stack_promise_all.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_024_stack_promise_all.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_025_tab_indent chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_025_tab_indent.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_026_remote_import_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_026_remote_import_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_cause.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_cause.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_cause_recursive.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_cause_recursive.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_for_await.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
error_for_await.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_import_map_unable_to_load.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_missing_module_named_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_missing_module_named_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_name_non_string.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_name_non_string.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_no_check.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_no_check.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_syntax.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_syntax.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_syntax_empty_trailing_line.mjs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_syntax_empty_trailing_line.mjs.out fix: upgrade deno_ast 0.42 (#25313) 2024-08-30 17:12:13 -04:00
error_type_definitions.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_type_definitions.ts.out fix: update hint for deno add <package> (#25455) 2024-09-05 11:08:22 +02:00
error_with_errors_prop.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_with_errors_prop.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
es_private_fields.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
es_private_fields.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
eval_context_throw_dom_exception.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
eval_context_throw_dom_exception.js.out chore(ext/web): use Error.captureStackTrace in DOMException constructor (#23986) 2024-06-05 01:09:13 +02:00
event_listener_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_handled.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_handled.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_immediate_exit.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_immediate_exit.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_immediate_exit_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_listener_error_immediate_exit_worker.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
exec_path.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
exit_error42.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
exit_error42.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
export_type_def.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_dynamic_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_dynamic_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fetch_async_error_stack.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fetch_async_error_stack.ts.out fix(ext/fetch): include URL and error details on fetch failures (#24910) 2024-08-07 23:18:33 -07:00
fetch_response_finalization.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fetch_response_finalization.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
finalization_registry.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
finalization_registry.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_dynamic_import_errors.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_dynamic_import_errors.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_emittable_skipped.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_emittable_skipped.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_js_import_js.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_js_import_js.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_js_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_js_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_tsc_file_exists.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_worker_dispatchevent.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fix_worker_dispatchevent.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
heapstats.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
heapstats.js.out fix: upgrade deno_core to 0.307.0 (#25287) 2024-08-29 01:17:26 +00:00
http2_request_url.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
https_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
https_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
if_main.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
if_main.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_error_stack.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_error_stack.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_import_relative.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_import_relative.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_jsx.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_blob_url_jsx.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_error_stack.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_error_stack.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_import_relative.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_import_relative.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_jsx.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_data_url_jsx.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_dynamic_data_url.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_dynamic_data_url.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_extensionless.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_extensionless.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_file_with_colon.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_file_with_colon.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_type.ts Revert "feat(fmt): sort type-only named import/exports last" (#25705) 2024-09-18 13:54:52 +00:00
import_type.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2_with_inline_contents.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2_with_inline_contents.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_with_contents_from_graph.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_with_contents_from_graph.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
issue9750.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
issue13562.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
issue13562.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
js_import_detect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
js_import_detect.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
js_root_with_ts_check.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
js_root_with_ts_check.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_from_ts.App.jsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_from_ts.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_from_ts.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_dev.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_error.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_import_map.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_import_map_dev.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_no_pragma.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_pragma.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_pragma_import_map.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lock_check_err2.json feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
lock_check_ok.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lock_check_ok2.json feat: lockfile v4 by default (#25165) 2024-08-26 23:01:50 +00:00
lock_v2_check_ok.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lock_v2_check_ok2.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
long_data_url_formatting.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
long_data_url_formatting.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
mts_dmts_mjs.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_check_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_check_remote.ts.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_check_remote.ts.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_mem_cache.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_mem_cache.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_prompt.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_validate_asm.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_env_var_allowlist.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_env_var_allowlist.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
node_process_stdin_unref_with_pty.js fix(ext/node): support process.stdin.unref() (#22865) 2024-04-27 20:25:18 +09:00
op_exit_op_set_exit_code_in_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
op_exit_op_set_exit_code_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permission_args.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permission_request_long.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permission_test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_cache.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_prompt_allow_all.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_prompt_allow_all_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
private_field_presence.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
private_field_presence.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
process_stdin_unblock.mjs fix(ext/node): windows cancel stdin read in line mode (#23969) 2024-05-29 22:23:04 +05:30
proto_exploit.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
proto_exploit.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
queue_microtask_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
queue_microtask_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
queue_microtask_error_handled.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
queue_microtask_error_handled.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types_error.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types_error.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
reference_types_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
rejection_handled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
rejection_handled.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
replace_self.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
replace_self.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error_end_of_program.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error_end_of_program.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error_handled.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
report_error_handled.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
resolve_dns.ts feat(check): turn on useUnknownInCatchVariables (#25465) 2024-09-05 15:22:31 +02:00
resolve_dns.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
resolve_dns.zone.in chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
runtime_decorators.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
runtime_decorators.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
seed_random.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
seed_random.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_exit_code_0.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_exit_code_1.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_exit_code_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_timeout_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_timeout_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_timeout_error_handled.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
set_timeout_error_handled.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
shebang.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
shebang.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
shebang2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload_dyn.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
spawn_stdout_inherit.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
spawn_stdout_inherit.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdin_read_all.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdin_read_all.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdout_write_all.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdout_write_all.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdout_write_sync_async.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
stdout_write_sync_async.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
swc_syntax_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
swc_syntax_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test_and_bench_in_run.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
textproto.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
tls.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
tls_connecttls.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
tls_starttls.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
ts_type_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_imports_foo.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_only_import.d.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_only_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_only_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_definitions.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_definitions.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_definitions_for_export.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_definitions_for_export.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_01.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_directives_01.ts.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_directives_02.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_02.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_js_main.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_redirect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_redirect.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_headers_deno_types.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_headers_deno_types.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unbuffered_stderr.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unbuffered_stderr.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unbuffered_stdout.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unbuffered_stdout.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_sync_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unhandled_rejection_sync_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_broadcast_channel.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_broadcast_channel.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_broadcast_channel.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_cron.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_cron.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_cron.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_kv.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_kv.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_kv.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_net.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_net.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_net.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_worker.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_worker_options.disabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_worker_options.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unstable_worker_options.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unsupported_dynamic_import_scheme.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
v8_flags.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
v8_flags.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
v8_flags_unrecognized.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
v8_help.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_async.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_async.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_shared.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_shared.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_streaming_panic_test.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_streaming_panic_test.js.out refactor(ext/fetch): align error messages (#25374) 2024-09-04 09:05:29 +02:00
wasm_unreachable.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_unreachable.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_url.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
wasm_url.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
weakref.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
weakref.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
websocket_server_idletimeout.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
websocket_server_multi_field_connection_header_test.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
websocketstream_ping_test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_close_in_wasm_reactions.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_close_in_wasm_reactions.js.out feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
worker_close_nested.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_close_nested.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_close_race.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_close_race.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_drop_handle_race.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_drop_handle_race.js.out perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07:00
worker_drop_handle_race_terminate.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_drop_handle_race_terminate.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_event_handler_test.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_event_handler_test.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_message_before_close.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_message_before_close.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00