deno/cli/tests/subdir
Bartek Iwańczuk 7966bf14c0
refactor: split worker and worker host logic (#3722)
* split ops/worker.rs into ops/worker_host.rs and ops/web_worker.rs

* refactor js/workers.ts and factor out js/worker_main.ts - entry point for WebWorker runtime

* BREAKING CHANGE: remove support for blob: URL in Worker

* BREAKING CHANGE: remove Deno namespace support and noDenoNamespace option in Worker constructor

* introduce WebWorker struct which is a stripped down version of cli::Worker
2020-01-21 09:49:47 +01:00
..
redirects
subdir2
auto_print_hello.ts
bench_worker.ts refactor: split worker and worker host logic (#3722) 2020-01-21 09:49:47 +01:00
config.json
evil_remote_import.js
form_urlencoded.txt
indirect_import_error.js
indirect_throws.js
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
mismatch_ext.ts
mod1.ts
mod2.ts
mod3.js
mod4.js
mod5.mjs
mt_application_ecmascript.j2.js
mt_application_ecmascript_jsx.j2.jsx
mt_application_x_javascript.j4.js
mt_application_x_javascript_jsx.j4.jsx
mt_application_x_typescript.t4.ts
mt_application_x_typescript_tsx.t4.tsx
mt_javascript.js
mt_javascript_jsx.jsx
mt_text_ecmascript.j3.js
mt_text_ecmascript_jsx.j3.jsx
mt_text_javascript.j1.js
mt_text_javascript_jsx.j1.jsx
mt_text_typescript.t1.ts
mt_text_typescript_tsx.t1.tsx
mt_video_mp2t.t3.ts
mt_video_mp2t_tsx.t3.tsx
mt_video_vdn.t2.ts
mt_video_vdn_tsx.t2.tsx
no_ext
print_hello.ts
test_worker.js workers: minimal error handling and async module loading (#3665) 2020-01-17 18:43:53 -05:00
test_worker.ts
throws.js
unknown_ext.deno