..
redirects
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
subdir2
Support dynamic import in bundles. ( #4561 )
2020-04-01 23:14:30 -04:00
amd_like.js
upgrade: TypeScript 3.8 ( #4100 )
2020-02-25 15:33:19 -05:00
auto_print_hello.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
bench_worker.ts
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
busy_worker.js
implement Worker.terminate() and self.close() ( #4684 )
2020-04-10 00:15:17 +02:00
circular1.ts
Improvements to bundling. ( #3965 )
2020-02-12 16:41:51 -05:00
circular2.ts
Improvements to bundling. ( #3965 )
2020-02-12 16:41:51 -05:00
config.json
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
deno_worker.ts
feat: support Deno namespace in Worker API ( #4784 )
2020-04-16 23:40:29 +02:00
event_worker.js
feat(worker): add MessageEvent, ErrorEvent and handling to Worker API ( #4391 )
2020-04-13 18:34:32 +02:00
event_worker_scope.js
feat: implement EventTarget for worker scope ( #4737 )
2020-04-13 22:18:31 +02:00
evil_remote_import.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
fetching_worker.js
fix: add io ops to worker to fix fetch ( #4054 )
2020-02-21 10:35:41 -05:00
foo_types.d.ts
feat: Support types compiler option in compiler APIs ( #4155 )
2020-02-27 11:27:00 -05:00
form_urlencoded.txt
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
indirect_import_error.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
indirect_throws.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
json_1.json
Support named imports/exports for subset of properties in JSON modules ( #3210 )
2019-10-26 21:04:34 -04:00
json_2.json
Support named imports/exports for subset of properties in JSON modules ( #3210 )
2019-10-26 21:04:34 -04:00
main.ts
BREAKING: feat(cli/installer): Support guessing the executable name ( #5036 )
2020-05-01 15:33:11 -04:00
mismatch_ext.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod1.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod2.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod3.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod4.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod5.mjs
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mod6.js
Fix issues with JavaScript importing JavaScript. ( #4120 )
2020-02-25 03:32:43 -05:00
mt_application_ecmascript.j2.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_application_ecmascript_jsx.j2.jsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_application_x_javascript.j4.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_application_x_javascript_jsx.j4.jsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_application_x_typescript.t4.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_application_x_typescript_tsx.t4.tsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_javascript.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_javascript_jsx.jsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_text_ecmascript.j3.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_text_ecmascript_jsx.j3.jsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_text_javascript.j1.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_text_javascript_jsx.j1.jsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_text_typescript.t1.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_text_typescript_tsx.t1.tsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_video_mp2t.t3.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_video_mp2t_tsx.t3.tsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
mt_video_vdn.t2.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
mt_video_vdn_tsx.t2.tsx
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
nested_worker.js
fix(cli/js/web/worker): Disable relative module specifiers ( #5266 )
2020-06-09 14:33:52 +02:00
no_ext
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
non_deno_worker.js
feat: support Deno namespace in Worker API ( #4784 )
2020-04-16 23:40:29 +02:00
print_hello.ts
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
racy_worker.js
implement Worker.terminate() and self.close() ( #4684 )
2020-04-10 00:15:17 +02:00
sibling_worker.js
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
single_module.ts
upgrade: TypeScript 3.8 ( #4100 )
2020-02-25 15:33:19 -05:00
test_worker.js
fix(worker): make worker name spec compliant ( #4746 )
2020-04-14 17:41:06 +02:00
test_worker.ts
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
test_worker_basic.js
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
throwing_worker.js
workers: basic event loop ( #3828 )
2020-02-11 10:04:59 +01:00
throws.js
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
tla.ts
upgrade: TypeScript 3.8 ( #4100 )
2020-02-25 15:33:19 -05:00
type_and_code.ts
feat: add --no-check option ( #6456 )
2020-07-08 11:26:39 +02:00
type_reference.d.ts
Improve support of type definitions ( #3755 )
2020-01-26 13:59:41 -05:00
type_reference.js
Improve support of type definitions ( #3755 )
2020-01-26 13:59:41 -05:00
unknown_ext.deno
Move integration tests to //cli/tests/ ( #2964 )
2019-09-16 21:05:14 -04:00
worker_crypto.js
feat(workers): "crypto" global accessible in Worker scope ( #5121 )
2020-05-08 14:30:53 +02:00