1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/tests
Justin Chase 02c74fb709
feat(tls): Optionally support loading native certs (#11491)
This commit adds "DENO_TLS_CA_STORE" env variable to support 
optionally loading certificates from the users local certificate store. 
This will allow them to successfully connect via tls with corporate 
and self signed certs provided they have them installed in their keystore. 
It also allows them to deal with revoked certs by simply updating 
their keystore without having to upgrade Deno.

Currently supported values are "mozilla", "system" or empty value.
2021-08-07 14:49:38 +02:00
..
034_onload refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
053_import_compression Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
bundle refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
coverage fix(coverage): ensure single line functions don't yield false positives (#9717) 2021-03-08 11:51:01 +01:00
doc fix(cli): deno doc panics on invalid url (#11536) 2021-07-29 04:07:25 -07:00
dynamic_import tests: fix broken tests on main (#10663) 2021-05-17 12:59:11 +02:00
encoding fix(cli): add support for non-UTF8 source files (#6789) 2020-08-03 23:39:48 +02:00
fetch feat: add --location=<href> and globalThis.location (#7369) 2021-01-07 19:06:08 +01:00
fmt chore: upgrade internal dprint plugins (#9566) 2021-02-22 00:17:31 +01:00
import_maps feat: support loading import map from URL (#9519) 2021-02-17 14:32:57 +01:00
info fix(cli): info now displays type reference deps (#11478) 2021-07-22 15:34:28 +10:00
integration feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
lint chore: upgrade dependencies (#10094) 2021-04-09 23:35:29 +02:00
lsp feat(lsp): implement refactoring code actions (#11555) 2021-08-06 11:46:32 +10:00
module_graph feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582) 2021-08-04 23:17:32 -04:00
recursive_imports refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
subdir refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
test feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
tla build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
tla2 fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
tla3 fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
tls chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
top_level_await_nested fix(core): Delay deadlock detection for dynamic imports (#11282) 2021-07-05 18:59:49 +02:00
tsc fix: ignore fileExists in tsc host (#7635) 2020-09-23 11:39:20 +10:00
tsc2 build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
type_definitions refactor: rewrite TS dependency analysis in Rust (#5029) 2020-05-18 12:59:29 +02:00
unit feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
workers feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
001_hello.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
001_hello.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
002_hello.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
002_hello.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
003_relative_import.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
003_relative_import.ts.out test: fixed initial [WILDCARD] not matching empty the on first line (#5420) 2020-06-08 19:24:27 +02:00
004_set_timeout.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
004_set_timeout.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
005_more_imports.ts feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +02:00
005_more_imports.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
006_url_imports.ts Remove test.py, use cargo test as test frontend (#2967) 2019-09-19 14:48:05 -04:00
006_url_imports.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
012_async.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
012_async.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
013_dynamic_import.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
013_dynamic_import.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
014_duplicate_import.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
014_duplicate_import.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
015_duplicate_parallel_import.js Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
015_duplicate_parallel_import.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
016_double_await.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
016_double_await.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
017_import_redirect.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
017_import_redirect.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
017_import_redirect_info.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
018_async_catch.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
018_async_catch.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
019_media_types.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
019_media_types.ts.out chore: re-enable tests using media_types (#6642) 2020-07-05 23:09:50 -04:00
020_json_modules.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
020_json_modules.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
021_mjs_modules.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
021_mjs_modules.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
022_info_flag_script.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
023_no_ext refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
023_no_ext.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
024_import_no_ext_with_headers.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
024_import_no_ext_with_headers.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
025_hrtime.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
025_hrtime.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
025_reload_js_type_error.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
025_reload_js_type_error.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
026_redirect_javascript.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
026_redirect_javascript.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
027_redirect_typescript.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
027_redirect_typescript.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
028_args.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
028_args.ts.out feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
029_eval.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
030_eval_ts.out Support TypeScript eval through deno eval -T flag (#4141) 2020-02-28 09:17:56 -05:00
031_info_ts_error.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
031_info_ts_error.ts chore: remove --no-check from deno info (#7439) 2020-09-12 23:34:54 +02:00
033_import_map.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
033_import_map_remote.out feat: support loading import map from URL (#9519) 2021-02-17 14:32:57 +01:00
034_onload.out fix: "onload" event order (#8376) 2020-11-26 22:27:55 +01:00
035_cached_only_flag.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
036_import_map_fetch.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
037_fetch_multiple.out 'Compile' messages changed to 'Check' messages (#6504) 2020-06-26 16:59:08 -04:00
038_checkjs.js chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
038_checkjs.js.out chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
038_checkjs.tsconfig.json Fix issues with JavaScript importing JavaScript. (#4120) 2020-02-25 03:32:43 -05:00
041_dyn_import_eval.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
041_info_flag.out feat(cli): add origin data dir to deno info (#10589) 2021-05-27 14:23:12 +09:00
041_info_flag_location.out feat(cli): add origin data dir to deno info (#10589) 2021-05-27 14:23:12 +09:00
042_dyn_import_evalcontext.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
042_dyn_import_evalcontext.ts.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
044_bad_resource.ts fix(core/runtime): Indicate exceptions in promises (#8124) 2020-10-26 14:34:00 +11:00
044_bad_resource.ts.out fix(core/runtime): Indicate exceptions in promises (#8124) 2020-10-26 14:34:00 +11:00
045_programmatic_proxy_client.ts feat(fetch): add programmatic proxy (#10907) 2021-06-22 05:21:57 +02:00
045_proxy_client.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
045_proxy_test.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
045_proxy_test.ts.out feat(fetch): add programmatic proxy (#10907) 2021-06-22 05:21:57 +02:00
046_jsx_test.tsx feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582) 2021-08-04 23:17:32 -04:00
046_jsx_test.tsx.out feat: JSX Support (#3038) 2019-10-02 10:46:36 -04:00
047_jsx_test.jsx feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582) 2021-08-04 23:17:32 -04:00
047_jsx_test.jsx.out feat: JSX Support (#3038) 2019-10-02 10:46:36 -04:00
048_media_types_jsx.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
048_media_types_jsx.ts.out chore: re-enable tests using media_types (#6642) 2020-07-05 23:09:50 -04:00
049_info_flag_script_jsx.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
052_no_remote_flag.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
053_import_compression.out feat: support brotli compression for fetch API (#4082) 2020-02-23 09:37:43 -05:00
054_info_local_imports.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
055_info_file_json.out refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
056_make_temp_file_write_perm.out fix: Resolve makeTemp* paths from CWD (#4104) 2020-02-25 09:23:23 -05:00
056_make_temp_file_write_perm.ts fix(cli/permissions): Fix CWD and exec path leaks (#5642) 2020-05-29 17:27:43 +02:00
058_tasks_microtasks_close.ts feat: window.close() (#4474) 2020-03-24 23:56:40 -04:00
058_tasks_microtasks_close.ts.out feat: window.close() (#4474) 2020-03-24 23:56:40 -04:00
059_fs_relative_path_perm.ts fix(cli/permissions): Fix CWD and exec path leaks (#5642) 2020-05-29 17:27:43 +02:00
059_fs_relative_path_perm.ts.out refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
060_deno_doc_displays_all_overloads_in_details_view.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
060_deno_doc_displays_all_overloads_in_details_view.ts.out feat(doc): display all overloads in cli details view (#6186) 2020-06-09 14:12:47 +02:00
061_permissions_request.ts feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
061_permissions_request.ts.out feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
062_permissions_request_global.ts feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
062_permissions_request_global.ts.out feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
063_permissions_revoke.ts feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
063_permissions_revoke.ts.out feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
064_permissions_revoke_global.ts feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
064_permissions_revoke_global.ts.out feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
065_import_map_info.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
066_prompt.ts fix(cli): prompt works with windows eol and eof (#8149) 2020-10-29 18:35:58 +01:00
066_prompt.ts.out fix(cli): prompt works with windows eol and eof (#8149) 2020-10-29 18:35:58 +01:00
070_location.ts upgrade: dlint in third_party/ (#9134) 2021-01-16 16:09:11 +01:00
070_location.ts.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
071_location_unset.ts upgrade: dlint in third_party/ (#9134) 2021-01-16 16:09:11 +01:00
071_location_unset.ts.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
072_location_relative_fetch.ts feat: add --location=<href> and globalThis.location (#7369) 2021-01-07 19:06:08 +01:00
072_location_relative_fetch.ts.out feat: add --location=<href> and globalThis.location (#7369) 2021-01-07 19:06:08 +01:00
075_import_local_query_hash.ts fix(cli/tsc): allow non-standard extensions on imports (#8464) 2020-11-23 10:20:32 +11:00
075_import_local_query_hash.ts.out fix(cli/tsc): allow non-standard extensions on imports (#8464) 2020-11-23 10:20:32 +11:00
076_info_json_deps_order.out refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
076_info_json_deps_order.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
077_fetch_empty.ts feat: add --location=<href> and globalThis.location (#7369) 2021-01-07 19:06:08 +01:00
077_fetch_empty.ts.out chore: align fetch to spec (#10203) 2021-04-20 14:47:22 +02:00
078_unload_on_exit.ts fix(runtime): fix recursive dispatches of unload event (#9207) 2021-01-21 16:44:48 +09:00
078_unload_on_exit.ts.out fix(cli): dispatch unload on exit (#9088) 2021-01-12 05:32:58 -05:00
079_location_authentication.ts fix(op_crates/web): Use WorkerLocation for location in workers (#9084) 2021-01-17 16:28:54 +01:00
079_location_authentication.ts.out fix(op_crates/web): Use WorkerLocation for location in workers (#9084) 2021-01-17 16:28:54 +01:00
080_deno_emit_permissions.ts fix(cli): Check permissions for Deno.emit() (#9139) 2021-01-18 08:58:23 +11:00
080_deno_emit_permissions.ts.out refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
081_location_relative_fetch_redirect.ts fix: redirect in --location relative fetch (#9150) 2021-01-18 13:59:29 +01:00
081_location_relative_fetch_redirect.ts.out fix: redirect in --location relative fetch (#9150) 2021-01-18 13:59:29 +01:00
082_prepare_stack_trace_throw.js fix(core): Handle prepareStackTrace() throws (#9211) 2021-01-21 20:48:04 +11:00
082_prepare_stack_trace_throw.js.out fix(core): Handle prepareStackTrace() throws (#9211) 2021-01-21 20:48:04 +11:00
083_legacy_external_source_map.ts fix(cli): check for inline source maps before external ones (#9394) 2021-02-08 10:14:05 +11:00
084_worker_custom_inspect.ts fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
084_worker_custom_inspect.ts.out fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
084_worker_custom_inspect_worker.ts fix(op_crates): Don't use Deno.inspect in op crates (#9332) 2021-02-09 16:31:46 +01:00
085_dynamic_import_async_error.ts fix(core): Make dynamic import async errors catchable (#9505) 2021-02-19 09:36:02 +11:00
085_dynamic_import_async_error.ts.out fix(core): Make dynamic import async errors catchable (#9505) 2021-02-19 09:36:02 +11:00
086_dynamic_import_already_rejected.ts fix(core/runtime): Fix dynamic imports for already rejected modules (#9559) 2021-02-20 22:50:13 +01:00
086_dynamic_import_already_rejected.ts.out fix(core/runtime): Fix dynamic imports for already rejected modules (#9559) 2021-02-20 22:50:13 +01:00
087_hello.ts fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) 2021-03-08 06:40:11 +10:00
087_no_check_imports_not_used_as_values.ts fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) 2021-03-08 06:40:11 +10:00
087_no_check_imports_not_used_as_values.ts.out fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) 2021-03-08 06:40:11 +10:00
088_dynamic_import_already_evaluating.ts fix: Properly await already evaluating dynamic imports (#9984) 2021-04-04 07:26:00 -04:00
088_dynamic_import_already_evaluating.ts.out fix: Properly await already evaluating dynamic imports (#9984) 2021-04-04 07:26:00 -04:00
088_dynamic_import_target.ts fix: Properly await already evaluating dynamic imports (#9984) 2021-04-04 07:26:00 -04:00
089_run_allow_list.ts chore: Fix broken test on Windows (#10900) 2021-06-10 12:35:38 -04:00
089_run_allow_list.ts.out feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
090_run_permissions_request.ts feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
090_run_permissions_request.ts.out feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
091_use_define_for_class_fields.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
091_use_define_for_class_fields.ts.out feat: set useDefineForClassFields to true (#10119) 2021-04-11 07:56:40 +10:00
092_import_map_unmapped_bare_specifier.ts fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
092_import_map_unmapped_bare_specifier.ts.out fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
095_cache_with_bare_import.ts fix(cli): represent bare imports as module graph error slots (#10804) 2021-06-01 16:45:37 +10:00
095_cache_with_bare_import.ts.out fix(cli): represent bare imports as module graph error slots (#10804) 2021-06-01 16:45:37 +10:00
async_error.ts build: update dlint to v0.2.10 (#8284) 2020-11-14 20:27:37 +01:00
async_error.ts.out fix(core/runtime): Indicate exceptions in promises (#8124) 2020-10-26 14:34:00 +11:00
badly_formatted.json feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
badly_formatted.md feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
badly_formatted.mjs Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
badly_formatted_fixed.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
badly_formatted_fixed.json feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
badly_formatted_fixed.md feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
blob_gc_finalization.js refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
blob_gc_finalization.js.out refactor: asynchronous blob backing store (#10969) 2021-07-05 15:34:37 +02:00
bundle.test.out chore: upgrade crates (#9632) 2021-03-02 13:39:56 +01:00
bundle_dynamic_import.ts refactor(cli): move bundle check to new infrastructure (#8071) 2020-10-23 22:05:41 +11:00
bundle_im.json feat: add --importmap flag to deno bundle (#4651) 2020-04-07 12:32:09 +02:00
bundle_im.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
bundle_jsx.out fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407) 2021-02-05 22:01:48 +11:00
cache_extensionless.out fix(cli): properly handle roots with extensions that don't match media type (#8114) 2020-10-26 07:17:58 +11:00
cache_random_extension.out fix(cli): properly handle roots with extensions that don't match media type (#8114) 2020-10-26 07:17:58 +11:00
cafile_info.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
cafile_info.ts.out refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +11:00
cafile_ts_fetch.ts Update to Prettier 2 and use ES Private Fields (#4498) 2020-03-28 13:03:49 -04:00
cafile_ts_fetch.ts.out feat: add --cert flag for http client (#3972) 2020-02-17 11:59:51 -05:00
cafile_url_imports.ts feat: add --cert flag for http client (#3972) 2020-02-17 11:59:51 -05:00
cafile_url_imports.ts.out feat: add --cert flag for http client (#3972) 2020-02-17 11:59:51 -05:00
cat.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
circular1.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
circular1.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
circular2.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
cjs_imports.ts fix: media type for .cjs and application/node (#6005) 2020-05-31 21:08:26 +02:00
cjs_imports.ts.out fix: media type for .cjs and application/node (#6005) 2020-05-31 21:08:26 +02:00
commonjs.cjs fix: media type for .cjs and application/node (#6005) 2020-05-31 21:08:26 +02:00
compiler_api_test.ts fix(#10761): graph errors reported as diagnostics for Deno.emit() (#10767) 2021-06-22 07:27:32 +10:00
complex_permissions_test.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
Component.tsx Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
config.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
config.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
config.tsconfig.json refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
config_types.ts feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
config_types.ts.out feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
config_types.tsconfig.json feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
config_types_remote.tsconfig.json feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
delayed_error.ts fix(core): Make dynamic import async errors catchable (#9505) 2021-02-19 09:36:02 +11:00
deno_doc.out fix(doc): stack overflow for .d.ts files (#7167) 2020-08-23 15:48:35 +02:00
deno_doc.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
deno_doc_builtin.out fix(doc): stack overflow for .d.ts files (#7167) 2020-08-23 15:48:35 +02:00
deno_dom_0.1.3-alpha2.wasm feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200) 2021-07-03 23:33:36 +02:00
DenoWinRunner.cs chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
DenoWinRunner.ps1 fix(cli): panic when stdio is null on windows (#6528) 2020-07-09 21:06:51 +02:00
disallow_http_from_https.js fix: disallow http imports for modules loaded over https (#5680) 2020-05-21 13:06:12 +02:00
disallow_http_from_https.ts fix: disallow http imports for modules loaded over https (#5680) 2020-05-21 13:06:12 +02:00
disallow_http_from_https_js.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
disallow_http_from_https_ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
dynamic_import_conditional.js test(cli): dynamic imports not evaluated until runtime (#8102) 2020-10-25 07:02:11 +11:00
dynamic_import_conditional.js.out test(cli): dynamic imports not evaluated until runtime (#8102) 2020-10-25 07:02:11 +11:00
echo.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
echo_server.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_001.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_001.ts.out Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04:00
error_002.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_002.ts.out Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04:00
error_003_typescript.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
error_003_typescript.ts.out refactor(cli): unify display of errors from Rust and JS (#5183) 2020-05-09 21:09:46 +02:00
error_004_missing_module.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
error_004_missing_module.ts.out chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
error_005_missing_dynamic_import.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_005_missing_dynamic_import.ts.out chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
error_006_import_ext_failure.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_006_import_ext_failure.ts.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
error_007_any.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_007_any.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_008_checkjs.js chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
error_008_checkjs.js.out Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04:00
error_009_extensions_error.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
error_009_extensions_error.js.out Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
error_009_missing_js_module.disabled Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
error_009_missing_js_module.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_009_missing_js_module.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_010_nonexistent_arg.disabled Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_010_nonexistent_arg.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_011_bad_module_specifier.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
error_011_bad_module_specifier.ts.out fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
error_012_bad_dynamic_import_specifier.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_012_bad_dynamic_import_specifier.ts.out fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
error_013_missing_script.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
error_014_catch_dynamic_import_error.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_014_catch_dynamic_import_error.js.out fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
error_015_dynamic_import_permissions.js Remove //tests symlink (#3849) 2020-02-02 16:55:22 -05:00
error_015_dynamic_import_permissions.out refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
error_016_dynamic_import_permissions2.js Remove //tests symlink (#3849) 2020-02-02 16:55:22 -05:00
error_016_dynamic_import_permissions2.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
error_017_hide_long_source_ts.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_017_hide_long_source_ts.ts.out Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_018_hide_long_source_js.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_018_hide_long_source_js.js.out Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_019_stack_function.ts refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) 2020-04-11 02:08:11 -04:00
error_019_stack_function.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_020_stack_constructor.ts refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) 2020-04-11 02:08:11 -04:00
error_020_stack_constructor.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_021_stack_method.ts refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) 2020-04-11 02:08:11 -04:00
error_021_stack_method.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_022_stack_custom_error.ts fix(core/js_errors): Get error's name and message from JS fields (#4808) 2020-04-19 15:17:22 +02:00
error_022_stack_custom_error.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_023_stack_async.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
error_023_stack_async.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_024_stack_promise_all.ts fix(core): Fix incorrect index in Promise.all error reporting (#8913) 2020-12-29 15:24:19 +01:00
error_024_stack_promise_all.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
error_025_tab_indent fix misaligned error reporting on tab char (#5032) 2020-05-01 13:03:54 -04:00
error_025_tab_indent.out Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04:00
error_026_remote_import_error.ts fix(cli/source_map): Don't use file names from source maps (#9462) 2021-02-14 17:38:41 +11:00
error_026_remote_import_error.ts.out fix(cli/source_map): Don't use file names from source maps (#9462) 2021-02-14 17:38:41 +11:00
error_027_bundle_with_bare_import.ts fix(cli): represent bare imports as module graph error slots (#10804) 2021-06-01 16:45:37 +10:00
error_027_bundle_with_bare_import.ts.out fix(cli): represent bare imports as module graph error slots (#10804) 2021-06-01 16:45:37 +10:00
error_import_map_unable_to_load.out fix(cli): give context when failed to load import map (#10478) 2021-05-04 14:27:20 +02:00
error_local_static_import_from_remote.js BREAKING: disallow static import of local modules from remote modules (#5050) 2020-05-02 15:51:08 +02:00
error_local_static_import_from_remote.js.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
error_local_static_import_from_remote.ts BREAKING: disallow static import of local modules from remote modules (#5050) 2020-05-02 15:51:08 +02:00
error_local_static_import_from_remote.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
error_missing_module_named_import.ts fix(cli): early abort before type checking on missing modules (#9285) 2021-01-28 06:54:20 +11:00
error_missing_module_named_import.ts.out fix(cli): early abort before type checking on missing modules (#9285) 2021-01-28 06:54:20 +11:00
error_no_check.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
error_no_check.ts.out upgrade: rusty_v8 0.13.0, v8 8.8.278.2 (#8446) 2020-11-21 14:45:07 +01:00
error_syntax.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_syntax.js.out upgrade: swc, dprint, deno_lint, deno_doc (#7162) 2020-08-23 13:57:09 +02:00
error_syntax_empty_trailing_line.mjs Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
error_syntax_empty_trailing_line.mjs.out refactor: TS compiler and module graph (#5817) 2020-05-29 16:32:15 +02:00
error_type_definitions.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_type_definitions.ts.out fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 10:20:34 +10:00
error_worker_permissions_local.ts fix(cli): restore permission check on workers (#8123) 2020-10-27 06:56:00 +11:00
error_worker_permissions_local.ts.out refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
error_worker_permissions_remote.ts fix(cli): restore permission check on workers (#8123) 2020-10-27 06:56:00 +11:00
error_worker_permissions_remote.ts.out refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
es_private_fields.js fix: ES private fields parsing in SWC (#5964) 2020-05-30 17:32:48 +02:00
es_private_fields.js.out fix: ES private fields parsing in SWC (#5964) 2020-05-30 17:32:48 +02:00
esm_imports_a.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
esm_imports_b.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
exec_path.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
exit_error42.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
exit_error42.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
export_type_def.ts fix: handle @deno-types in export {} (#6202) 2020-06-10 14:19:41 +02:00
fetch_response_finalization.js fix: close fetch response body on GC (#11467) 2021-07-20 21:06:24 +02:00
fetch_response_finalization.js.out fix: close fetch response body on GC (#11467) 2021-07-20 21:06:24 +02:00
file_exists.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
finalization_registry.js feat(core): pump V8 message loop on event loop tick (#11221) 2021-07-02 10:46:37 +02:00
finalization_registry.js.out feat(core): pump V8 message loop on event loop tick (#11221) 2021-07-02 10:46:37 +02:00
fix_dynamic_import_errors.js fix(cli): make dynamic import errors catchable (#8750) 2020-12-15 16:52:55 +11:00
fix_dynamic_import_errors.js.out fix(cli): make dynamic import errors catchable (#8750) 2020-12-15 16:52:55 +11:00
fix_emittable_skipped.js fix(cli): ensure that transitory dependencies are emitted (#8275) 2020-11-08 07:00:42 +11:00
fix_emittable_skipped.ts.out fix(cli): ensure that transitory dependencies are emitted (#8275) 2020-11-08 07:00:42 +11:00
fix_exotic_specifiers.ts refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
fix_exotic_specifiers.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
fix_js_import_js.ts Fix issues with JavaScript importing JavaScript. (#4120) 2020-02-25 03:32:43 -05:00
fix_js_import_js.ts.out Fix issues with JavaScript importing JavaScript. (#4120) 2020-02-25 03:32:43 -05:00
fix_js_imports.ts fix: mis-detecting imports on JavaScript when there is no checkJs (#4040) 2020-02-19 22:58:05 -05:00
fix_js_imports.ts.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
fix_tsc_file_exists.out fix: ignore fileExists in tsc host (#7635) 2020-09-23 11:39:20 +10:00
fix_worker_dispatchevent.ts fix(runtime): early binding to dispatchEvent in workers (#10904) 2021-06-09 22:21:02 +10:00
fix_worker_dispatchevent.ts.out fix(runtime): early binding to dispatchEvent in workers (#10904) 2021-06-09 22:21:02 +10:00
fixture.json Upgrade node_modules, change tagline, clean up root directory (#3247) 2019-10-31 19:33:27 -07:00
heapstats.js chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
heapstats.js.out feat(core): Deno.core.heapStats() (#9659) 2021-03-23 15:33:06 +01:00
hello.txt Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
https_import.ts test(cli/tests/https_import): use ts file in localhost instead of remote (#7431) 2020-09-14 13:18:00 +02:00
https_import.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
if_main.ts BREAKING: remove window.location and self.location (#5034) 2020-05-01 20:15:28 +02:00
if_main.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
ignore_require.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
import_blob_url.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url.ts.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_error_stack.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_error_stack.ts.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_import_relative.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_import_relative.ts.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_imports.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_imports.ts.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_jsx.ts feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_blob_url_jsx.ts.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
import_data_url.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url.ts.out feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_error_stack.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_error_stack.ts.out fix(cli/source_map): Don't use file names from source maps (#9462) 2021-02-14 17:38:41 +11:00
import_data_url_import_relative.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_import_relative.ts.out fix(cli/bundle): display anyhow error chain (#9822) 2021-03-18 20:02:29 -04:00
import_data_url_imports.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_imports.ts.out feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_jsx.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_data_url_jsx.ts.out feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_dynamic_data_url.ts feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_dynamic_data_url.ts.out feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11:00
import_file_with_colon.ts feat: hash file names in gen cache (#6911) 2020-08-03 14:55:03 +02:00
import_file_with_colon.ts.out feat: hash file names in gen cache (#6911) 2020-08-03 14:55:03 +02:00
import_meta.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
import_meta.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
import_meta2.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
info_json.out fix(cli): output json with trailing newline character (#10830) 2021-06-03 20:49:02 +02:00
info_json_location.out fix(cli): output json with trailing newline character (#10830) 2021-06-03 20:49:02 +02:00
info_missing_module.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
info_recursive_imports_test.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
info_recursive_imports_test.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
info_type_import.out feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
info_type_import.ts fix(cli): revert "never type check deno info #6978" (#7199) 2020-08-26 20:27:06 +02:00
inline_js_source_map.ts fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_2.js fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_2.js.out fix(cli/source_map): Don't use file names from source maps (#9462) 2021-02-14 17:38:41 +11:00
inline_js_source_map_2.ts fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_2_with_inline_contents.js fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_2_with_inline_contents.js.out fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_with_contents_from_graph.js fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inline_js_source_map_with_contents_from_graph.js.out fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01:00
inspector1.js feat: Support Inspector / Chrome Devtools (#4484) 2020-03-27 16:09:51 -04:00
inspector2.js Clean up 'inspector_break_on_first_line' test and fix its flakiness (#5098) 2020-05-06 04:32:14 +02:00
inspector3.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
inspector4.js fix: --inspect flag working like --inspect-brk (#5697) 2020-05-21 20:34:25 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00
js_import_detect.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
js_import_detect.ts.out Fix issue with detecting AMD like imports (#4009) 2020-02-16 11:11:44 +01:00
jsx_import_from_ts.App.jsx Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
jsx_import_from_ts.ts fix(compiler): JSX compilation and provide better error message (#6300) 2020-06-15 17:53:05 +02:00
jsx_import_from_ts.ts.out fix(compiler): JSX compilation and provide better error message (#6300) 2020-06-15 17:53:05 +02:00
lib_dom_asynciterable.ts fix(cli): add lib dom.asynciterable (#9288) 2021-01-29 06:41:30 +11:00
lib_dom_asynciterable.ts.out fix(cli): add lib dom.asynciterable (#9288) 2021-01-29 06:41:30 +11:00
lib_ref.ts refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799) 2021-01-01 08:43:54 +11:00
lib_ref.ts.out refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799) 2021-01-01 08:43:54 +11:00
lib_runtime_api.ts refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799) 2021-01-01 08:43:54 +11:00
lib_runtime_api.ts.out refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799) 2021-01-01 08:43:54 +11:00
listen_tls_alpn.ts feat(unstable): ALPN config in listenTls (#10065) 2021-04-10 22:04:44 +02:00
lock_check_err.json refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
lock_check_err.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
lock_check_err2.json chore: re-enable tests using media_types (#6642) 2020-07-05 23:09:50 -04:00
lock_check_err2.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
lock_check_err_with_bundle.json refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
lock_check_err_with_bundle.out refactor(cli): move bundle check to new infrastructure (#8071) 2020-10-23 22:05:41 +11:00
lock_check_ok.json refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
lock_check_ok2.json chore: re-enable tests using media_types (#6642) 2020-07-05 23:09:50 -04:00
lock_dynamic_imports.json refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
lock_dynamic_imports.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
lock_write_fetch.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
lock_write_fetch.ts.out lock: support lock-write for fetch command (#3787) 2020-01-26 13:43:59 -05:00
lock_write_requires_lock.out refactor: lock file (#6569) 2020-07-02 17:54:51 +02:00
main_module.ts feat: Add Deno.mainModule (#6180) 2020-06-10 23:00:29 -04:00
main_module.ts.out feat: Add Deno.mainModule (#6180) 2020-06-10 23:00:29 -04:00
main_module2.ts feat: Add Deno.mainModule (#6180) 2020-06-10 23:00:29 -04:00
no_check_decorators.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
no_check_decorators.ts.out fix(cli): inject helpers when transpiling via swc (#8221) 2020-11-02 22:33:43 +11:00
no_color.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
no_mem_cache.js fix: panic in worker when closing at top level (#8510) 2020-11-27 14:19:24 +01:00
no_mem_cache.js.out fix: panic in worker when closing at top level (#8510) 2020-11-27 14:19:24 +01:00
no_validate_asm.js chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
performance_stats.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
permission_test.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
preserve_imports.tsconfig.json fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) 2021-03-08 06:40:11 +10:00
proto_exploit.js Remove Object.prototype.__proto__ (#4341) 2020-03-15 11:34:22 +01:00
proto_exploit.js.out Remove Object.prototype.__proto__ (#4341) 2020-03-15 11:34:22 +01:00
raw_mode.ts BREAKING: Remove Deno.EOF, use null instead (#4953) 2020-04-28 12:40:43 -04:00
raw_mode_cbreak.ts fix(runtime/signal): use op_async_unref for op_signal_poll (#11097) 2021-06-25 13:15:35 +09:00
README.md Remove //tests symlink (#3849) 2020-02-02 16:55:22 -05:00
redirect_cache.out fix(cli): make dynamic import errors catchable (#8750) 2020-12-15 16:52:55 +11:00
reference_types.ts feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
reference_types.ts.out feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
reference_types_remote.ts feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
reference_types_remote.ts.out feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
resolve_dns.ts chore: update deno_lint binary used in CI to v0.5.0 (#10652) 2021-05-18 17:24:01 +02:00
resolve_dns.ts.out fix(ops/net): fix panic in op_dns_resolve (#9187) 2021-01-20 15:47:17 +01:00
runtime_decorators.ts fix(cli): add hygiene pass to transpile pipeline (#8586) 2020-12-02 20:26:04 +01:00
runtime_decorators.ts.out fix(cli): add hygiene pass to transpile pipeline (#8586) 2020-12-02 20:26:04 +01:00
seed_random.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
seed_random.js.out chore: update crates (#9251) 2021-01-26 17:00:40 +01:00
single_compile_with_reload.ts fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
single_compile_with_reload.ts.out fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
single_compile_with_reload_dyn.ts feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +02:00
single_compile_with_reload_worker.ts fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
standalone_compiler_ops.ts feat(compile): Initialize runtime_compiler ops for standalone binaries (#10052) 2021-06-07 14:02:53 +02:00
standalone_error.ts fix(compile): disable source mapping of errors (#8581) 2020-12-01 23:33:44 +01:00
standalone_import.ts feat: deno compile (#8539) 2020-11-30 20:35:12 +01:00
standalone_import_datauri.ts feat(cli/compile): Support data uri dynamic imports in deno compile (#9936) 2021-06-05 16:24:17 +02:00
standalone_runtime_flags.ts feat(cli/standalone): support runtime flags for deno compile (#8738) 2021-01-05 00:15:52 +01:00
std_lint.out feat(lint): use default globs, upgrade to v0.1.9 (#6222) 2020-06-10 23:29:48 +02:00
stdout_write_all.out test(cli): ensure await Promise.all does not race (#8868) 2020-12-26 08:29:46 -05:00
stdout_write_all.ts test(cli): ensure await Promise.all does not race (#8868) 2020-12-26 08:29:46 -05:00
swc_syntax_error.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
swc_syntax_error.ts.out upgrade: swc, dprint, deno_lint, deno_doc (#7162) 2020-08-23 13:57:09 +02:00
symlink_to_subdir Upgrade node_modules, change tagline, clean up root directory (#3247) 2019-10-31 19:33:27 -07:00
text_decoder_perf.js Add TextDecoder benchmark (#3180) 2019-10-22 18:50:56 -04:00
text_encoder_into_perf.js fix: TextEncoder#encodeInto spec compliance + perf gains (#10129) 2021-05-08 23:31:40 +02:00
text_encoder_perf.js Added textencoder benchmark (#3589) 2020-01-04 05:21:06 -05:00
tls.out fix: support --cert flag for tls connect APIs (#11484) 2021-07-22 12:28:46 +02:00
tls_connecttls.js fix: support --cert flag for tls connect APIs (#11484) 2021-07-22 12:28:46 +02:00
tls_starttls.js fix: support --cert flag for tls connect APIs (#11484) 2021-07-22 12:28:46 +02:00
top_level_await.js Upgrade V8 for top-level-await (#3015) 2019-09-24 18:37:04 -04:00
top_level_await.out Upgrade V8 for top-level-await (#3015) 2019-09-24 18:37:04 -04:00
top_level_await.ts Support top-level-await in TypeScript (#3024) 2019-09-30 12:38:23 -04:00
top_level_await_circular.js fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_await_circular.out refactor(core): simplify module loading code (#10385) 2021-04-28 18:28:46 +02:00
top_level_await_loop.js fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_await_loop.out fix(console): log function object properties / do not log non-enumerable props by default (#9363) 2021-02-10 20:52:54 +09:00
top_level_await_nested.out fix(core): Delay deadlock detection for dynamic imports (#11282) 2021-07-05 18:59:49 +02:00
top_level_await_order.js fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_await_order.out fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_await_unresolved.js fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_await_unresolved.out fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +02:00
top_level_for_await.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
top_level_for_await.out feat: top-level-for-await (#3212) 2019-10-27 09:04:42 -04:00
top_level_for_await.ts build: update dlint to v0.2.10 (#8284) 2020-11-14 20:27:37 +01:00
ts_decorators.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
ts_decorators.ts.out Remove unnecessary wildcard from ts_decorators test (#7485) 2020-09-14 21:22:03 -04:00
ts_decorators_bundle.out fix(cli): inject helpers when transpiling via swc (#8221) 2020-11-02 22:33:43 +11:00
ts_decorators_bundle.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
ts_import_from_js.deps.js fix: several regressions in TS compiler (#6177) 2020-06-10 16:02:41 +02:00
ts_import_from_js.js fix: several regressions in TS compiler (#6177) 2020-06-10 16:02:41 +02:00
ts_import_from_js.js.out fix: several regressions in TS compiler (#6177) 2020-06-10 16:02:41 +02:00
ts_type_imports.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
ts_type_imports.ts.out 'Compile' messages changed to 'Check' messages (#6504) 2020-06-26 16:59:08 -04:00
ts_type_imports_foo.ts fix: ts type imports (#5733) 2020-05-22 19:05:18 +02:00
ts_type_only_import.d.ts fix: providing empty source code for missing compiled files (#6760) 2020-07-17 15:50:17 +02:00
ts_type_only_import.ts fix: providing empty source code for missing compiled files (#6760) 2020-07-17 15:50:17 +02:00
ts_type_only_import.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
ts_with_generic.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
tsconfig.decorators.json fix: SWC lexer settings and silent errors (#5752) 2020-05-22 19:23:35 +02:00
tsx_imports.ts fix: TSX analysis in module graph loader (#5785) 2020-05-23 19:04:29 +02:00
tsx_imports.ts.out 'Compile' messages changed to 'Check' messages (#6504) 2020-06-26 16:59:08 -04:00
type_definitions.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01:00
type_definitions.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
type_definitions_for_export.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
type_definitions_for_export.ts.out 'Compile' messages changed to 'Check' messages (#6504) 2020-06-26 16:59:08 -04:00
type_directives_01.ts Improve support of type definitions (#3755) 2020-01-26 13:59:41 -05:00
type_directives_01.ts.out feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
type_directives_02.ts Improve support of type definitions (#3755) 2020-01-26 13:59:41 -05:00
type_directives_02.ts.out feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
type_directives_js_main.js fix: fetch reference types for JS files (#4652) 2020-04-06 16:52:25 -04:00
type_directives_js_main.js.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
type_directives_redirect.ts fix: redirects handling in module analysis (#5726) 2020-05-22 16:01:00 +02:00
type_directives_redirect.ts.out 'Compile' messages changed to 'Check' messages (#6504) 2020-06-26 16:59:08 -04:00
type_headers_deno_types.ts chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
type_headers_deno_types.ts.out fix: deno-types directive should have higher precedence than X-TypeScript-Types header (#6761) 2020-07-24 14:21:36 +02:00
types.out chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
unbuffered_stderr.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
unbuffered_stderr.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
unbuffered_stdout.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
unbuffered_stdout.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
unstable.js Unstable methods should not appear in runtime or d.ts (#4957) 2020-04-30 11:23:40 -04:00
unstable.ts Unstable methods should not appear in runtime or d.ts (#4957) 2020-04-30 11:23:40 -04:00
unstable_disabled.out Improved typechecking error for unstable props (#5503) 2020-05-29 12:45:20 +02:00
unstable_disabled_js.out Unstable methods should not appear in runtime or d.ts (#4957) 2020-04-30 11:23:40 -04:00
unstable_enabled.out Unstable methods should not appear in runtime or d.ts (#4957) 2020-04-30 11:23:40 -04:00
unstable_enabled_js.out Unstable methods should not appear in runtime or d.ts (#4957) 2020-04-30 11:23:40 -04:00
unstable_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
unstable_worker.ts.out refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799) 2021-01-01 08:43:54 +11:00
unsupported_dynamic_import_scheme.out feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
v8_flags.js Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
v8_flags.js.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
v8_flags_unrecognized.out fix(cli): show error on unrecognized V8 flag, exit on --help (#6980) 2020-08-08 21:23:21 +02:00
v8_help.out fix(cli): show error on unrecognized V8 flag, exit on --help (#6980) 2020-08-08 21:23:21 +02:00
wasm.ts fix(cli): use upstream type definitions for WebAssembly (#7216) 2020-08-31 12:04:47 +02:00
wasm.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
wasm_async.js Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
wasm_async.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
wasm_shared.out feat(core): enable wasm threading support (#10116) 2021-04-26 17:54:07 +02:00
wasm_shared.ts feat(core): enable wasm threading support (#10116) 2021-04-26 17:54:07 +02:00
wasm_unreachable.js fix: WebAssembly runtime error propagation (#6137) 2020-06-11 11:03:27 -04:00
wasm_unreachable.out upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113) 2021-06-25 12:54:53 +02:00
weakref.ts feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
weakref.ts.out feat(cli): add types for WeakRef/FinalizationRegistry (#8056) 2020-10-21 21:57:01 +11:00
webgpu_computepass_shader.wgsl chore: update wgpu and realign to spec (#9760) 2021-05-06 16:48:45 +02:00
webgpu_hellotriangle.out feat: WebGPU API (#7977) 2021-03-01 11:31:13 +01:00
webgpu_hellotriangle_shader.wgsl chore: update wgpu and realign to spec (#9760) 2021-05-06 16:48:45 +02:00
websocket_test.ts refactor(cli/tests): remove unnecessary void return types (#11577) 2021-08-05 13:08:58 +02:00
worker_close_race.js fix(workers): silently ignore non-existent worker IDs (#11417) 2021-07-17 08:51:06 +10:00
worker_close_race.js.out fix(workers): silently ignore non-existent worker IDs (#11417) 2021-07-17 08:51:06 +10:00
worker_event_handler_test.js fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353) 2021-07-10 23:32:10 +02:00
worker_event_handler_test.js.out fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353) 2021-07-10 23:32:10 +02:00
x_deno_warning.js Add support for X-Deno-Warning header (#5161) 2020-05-09 12:43:24 -04:00

Integration Tests

This path contains integration tests. See integration_tests.rs for the index.