1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/cli/tests
Casper Beyer ae8874b4b2
feat: add "deno coverage" subcommand (#8664)
This commit adds a new subcommand called "coverage" 
which can generate code coverage reports to stdout in 
multiple formats from code coverage profiles collected to disk.

Currently this supports outputting a pretty printed diff and 
the lcov format for interoperability with third-party services and tools.

Code coverage is still collected via other subcommands 
that run and collect code coverage such as 
"deno test --coverage=<directory>" but that command no 
longer prints a pretty printed report at the end of a test 
run with coverage collection enabled.

The restrictions on which files that can be reported on has 
also been relaxed and are fully controllable with the include 
and exclude regular expression flags on the coverage subcommand.

Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-02-24 15:27:51 +01:00
..
034_onload chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
053_import_compression Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
bundle chore: update crates (#9251) 2021-01-26 17:00:40 +01:00
coverage feat: add "deno coverage" subcommand (#8664) 2021-02-24 15:27:51 +01:00
doc chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +02:00
dynamic_import fix(cli): make dynamic import errors catchable (#8750) 2020-12-15 16:52:55 +11: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
lint upgrade: deno_doc, deno_lint, dprint, swc (#8443) 2020-11-21 13:17:42 +01:00
lsp fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
module_graph tests(cli): check ignores dynamic import errors (#8323) 2020-11-10 10:18:43 +11:00
recursive_imports feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
subdir feat: add "deno coverage" subcommand (#8664) 2021-02-24 15:27:51 +01:00
test_type_error feat(unstable): Add deno test --no-run (#8093) 2020-11-22 14:06:51 +01: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
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 fix: panic caused by Deno.env.set("", "") (#9583) 2021-02-23 04:24:59 -05:00
workers refactor(core): Allow multiple overflown responses in single poll (#9433) 2021-02-23 13:08:50 +01: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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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 Update to TypeScript 3.7 (#3275) 2019-11-13 13:42:34 -05:00
012_async.ts.out Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
013_dynamic_import.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04: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 fix(cli): ModuleGraph2 properly handles redirects (#7981) 2020-10-16 10:34:55 +11:00
018_async_catch.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04: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 refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +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 Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729) 2020-07-13 18:23:24 +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 Update to TypeScript 3.7 (#3275) 2019-11-13 13:42:34 -05: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 chore: remove --no-check from deno info (#7439) 2020-09-12 23:34:54 +02: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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
038_checkjs.js.out refactor(cli): unify display of errors from Rust and JS (#5183) 2020-05-09 21:09:46 +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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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_proxy_client.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
045_proxy_test.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
045_proxy_test.ts.out chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
046_jsx_test.tsx Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
046_jsx_test.tsx.out feat: JSX Support (#3038) 2019-10-02 10:46:36 -04:00
047_jsx_test.jsx Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
047_jsx_test.jsx.out feat: JSX Support (#3038) 2019-10-02 10:46:36 -04:00
048_media_types_jsx.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01: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 refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +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 refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +11:00
055_info_file_json.out refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +11: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 fix: use inline source maps when present in js (#8995) 2021-01-06 00:10:36 +01: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 refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
061_permissions_request.ts.out refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
062_permissions_request_global.ts refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
062_permissions_request_global.ts.out refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
063_permissions_revoke.ts refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
063_permissions_revoke.ts.out refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
064_permissions_revoke_global.ts refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
064_permissions_revoke_global.ts.out refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
065_import_map_info.out fix(info): add --importmap flag (#7424) 2020-09-21 15:07:19 +02: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
067_test_no_run_type_error.out feat(unstable): Add deno test --no-run (#8093) 2020-11-22 14:06:51 +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 fix(cli): make output of deno info --json deterministic (#8483) 2020-11-27 16:51:47 -05:00
076_info_json_deps_order.ts fix(cli): make output of deno info --json deterministic (#8483) 2020-11-27 16:51:47 -05: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 feat(fetch): req streaming + 0-copy resp streaming (#9036) 2021-01-10 20:54:29 +01: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 fix(cli): Check permissions for Deno.emit() (#9139) 2021-01-18 08:58:23 +11: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
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
bundle.test.out chore: update crates (#9251) 2021-01-26 17:00:40 +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 feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +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: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04: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 feat(cli): Deno.emit supports bundling as IIFE (#9291) 2021-02-16 12:02:00 +11:00
complex_permissions_test.ts feat: add --location=<href> and globalThis.location (#7369) 2021-01-07 19:06:08 +01: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
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 fix(doc): stack overflow for .d.ts files (#7167) 2020-08-23 15:48:35 +02:00
deno_doc_builtin.out fix(doc): stack overflow for .d.ts files (#7167) 2020-08-23 15:48:35 +02:00
deno_test.out chore: capture stderr in integration tests (#5549) 2020-05-17 17:42:39 +02:00
deno_test_fail_fast.out chore: capture stderr in integration tests (#5549) 2020-05-17 17:42:39 +02:00
deno_test_no_color.ts fix: "deno test" should respect NO_COLOR=true (#6371) 2020-06-19 12:10:31 +02:00
deno_test_only.ts feat: Add TestDefinition::only (#5793) 2020-06-12 11:58:04 -04:00
deno_test_only.ts.out feat: Add TestDefinition::only (#5793) 2020-06-12 11:58:04 -04:00
deno_test_unresolved_promise.out fix(test): return error when awaiting unresolved promise (#7968) 2020-10-14 15:19:13 +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 chore: remove std/installer, port installer tests to Rust (#3843) 2020-01-31 17:34:50 +01:00
echo_server.ts chore: fixed various misspellings and other typos (#8691) 2020-12-11 06:45:45 +11:00
error_001.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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 fix(cli): make dynamic import errors catchable (#8750) 2020-12-15 16:52:55 +11:00
error_004_missing_module.ts.out refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
error_005_missing_dynamic_import.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_005_missing_dynamic_import.ts.out fix(core/bindings): Add stacks for dynamic import resolution errors (#9562) 2021-02-21 16:22:06 +01: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 Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04: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_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_009_op_crates_error.js fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383) 2020-09-09 14:23:57 +02:00
error_009_op_crates_error.js.out fix: webidl utils and align Event to spec (#9470) 2021-02-13 15:58:12 +01: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 refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
error_011_bad_module_specifier.ts.out refactor: rewrite TS dependency analysis in Rust (#5029) 2020-05-18 12:59:29 +02:00
error_012_bad_dynamic_import_specifier.ts Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
error_012_bad_dynamic_import_specifier.ts.out fix(core/bindings): Add stacks for dynamic import resolution errors (#9562) 2021-02-21 16:22:06 +01: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(core/bindings): Add stacks for dynamic import resolution errors (#9562) 2021-02-21 16:22:06 +01: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 fix(core/bindings): Add stacks for dynamic import resolution errors (#9562) 2021-02-21 16:22:06 +01: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 Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04: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 Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04: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 Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04: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 Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04:00
error_023_stack_async.ts refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) 2020-04-11 02:08:11 -04:00
error_023_stack_async.ts.out Revert "fix: Use # to denote line number in stack traces" (#6119) 2020-06-05 11:37:40 -04: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 fix(core): Fix incorrect index in Promise.all error reporting (#8913) 2020-12-29 15:24:19 +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_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 refactor: rewrite TS dependency analysis in Rust (#5029) 2020-05-18 12:59:29 +02: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 fix(cli): restore permission check on workers (#8123) 2020-10-27 06:56:00 +11: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 BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01: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
exit_sanitizer_test.out feat: add exit sanitizer to Deno.test (#9529) 2021-02-24 13:55:50 +01:00
exit_sanitizer_test.ts feat: add exit sanitizer to Deno.test (#9529) 2021-02-24 13:55:50 +01:00
export_type_def.ts fix: handle @deno-types in export {} (#6202) 2020-06-10 14:19:41 +02:00
file_exists.ts fix(cli): write lock file before running any code (#5794) 2020-05-29 02:43:31 -04: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
fixture.json Upgrade node_modules, change tagline, clean up root directory (#3247) 2019-10-31 19:33:27 -07: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_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 feat(cli): support data urls (#8866) 2021-01-06 13:22:38 +11: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_map_no_unstable.out chore: Rename --importmap to --import-map (#7032) 2020-10-20 14:30:59 +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 feat(cli): json option for "deno info" (#6372) 2020-07-08 10:50:12 -04:00
info_missing_module.out fix(cli): info does not panic on missing modules (#8924) 2020-12-30 22:19:51 +11:00
info_recursive_imports_test.out refactor(cli): move info subcommand over to new module graph (#7892) 2020-10-12 13:25:27 +11:00
info_recursive_imports_test.ts feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
info_type_import.out feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02: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 feat: add "deno coverage" subcommand (#8664) 2021-02-24 15:27:51 +01:00
js_import_detect.ts Fix issue with detecting AMD like imports (#4009) 2020-02-16 11:11:44 +01: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
lock_check_err.json refactor: lock file (#6569) 2020-07-02 17:54:51 +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 feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +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 fix: source maps in inspector (#5223) 2020-05-11 23:48:36 +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 feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +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 ignore "use asm" (#9019) 2021-01-07 10:50:57 -05: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 fix(cli/tests): printf.exe doesn't exist on windows (#8404) 2020-11-19 07:06:19 -05: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 feat(unstable): add cbreak option to setRaw (#8383) 2020-11-30 11:08:03 -05: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
resolve_dns.ts fix(ops/net): fix panic in op_dns_resolve (#9187) 2021-01-20 15:47:17 +01: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 Incremental compilation for TypeScript (#6428) 2020-06-24 16:59:12 +02:00
single_compile_with_reload.ts.out refactor(cli): migrate run and cache to new infrastructure (#7996) 2020-10-23 11:50:15 +11:00
single_compile_with_reload_dyn.ts feat(fmt): Sort named import and export specifiers (#7711) 2020-09-27 12:22:32 +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_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
test_finally_cleartimeout.out feat: add exit sanitizer to Deno.test (#9529) 2021-02-24 13:55:50 +01:00
test_finally_cleartimeout.ts fix(runtime/testing): false positive for timers when an error is thrown (#9553) 2021-02-21 17:21:25 +01:00
test_runner_test.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
test_unresolved_promise.js fix(test): return error when awaiting unresolved promise (#7968) 2020-10-14 15:19:13 +02:00
text_decoder_perf.js Add TextDecoder benchmark (#3180) 2019-10-22 18:50:56 -04:00
text_encoder_perf.js Added textencoder benchmark (#3589) 2020-01-04 05:21:06 -05: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 fix: top-level-await module execution (#7946) 2020-10-14 14:04:09 +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_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 build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01: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 fix: handle @deno-types in export {} (#6202) 2020-06-10 14:19:41 +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 fix: deno-types directive should have higher precedence than X-TypeScript-Types header (#6761) 2020-07-24 14:21:36 +02: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_disabled_ts2551.out fix(Deno.ppid): improve error message when --unstable is missing (#6717) 2020-07-13 14:00:56 +02: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_ts2551.ts fix(Deno.ppid): improve error message when --unstable is missing (#6717) 2020-07-13 14:00:56 +02: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(cli): support data urls (#8866) 2021-01-06 13:22:38 +11: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_streaming.js chore: upgrade internal dprint plugins (#9566) 2021-02-22 00:17:31 +01:00
wasm_streaming.out Enable WebAssembly.instantiateStreaming (#7043) 2020-08-14 13:48:37 -04:00
wasm_unreachable.js fix: WebAssembly runtime error propagation (#6137) 2020-06-11 11:03:27 -04:00
wasm_unreachable.out test(cli/wasm_unreachable): don't assume git work dir is named 'deno' (#6991) 2020-08-08 22:06:44 +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
websocket_test.ts fix(op_crates/websocket): default to close code 1005 (#9339) 2021-02-21 17:51:46 +01:00
workers_large_message_bench.ts refactor(core): Allow multiple overflown responses in single poll (#9433) 2021-02-23 13:08:50 +01: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.