1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/workers
Casper Beyer 6abf126c2a
chore: remove std directory (#9361)
This removes the std folder from the tree.

Various parts of the tests are pretty tightly dependent 
on std (47 direct imports and 75 indirect imports, not 
counting the cli tests that use them as fixtures) so I've 
added std as a submodule for now.
2021-02-02 12:05:46 +01:00
..
bench_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
busy_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
deno_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
event_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
event_worker_scope.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
fetching_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
immediately_close_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
nested_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
no_permissions_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
non_deno_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
parent_read_check_granular_worker.js chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
parent_read_check_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
racy_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
read_check_granular_worker.js chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
read_check_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
sibling_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
test_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
test_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
throwing_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_crypto.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_globals.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_unstable.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00