1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests/workers
Nayeem Rahman ebd2047de4
feat(cli/source_map): Use top user frame for error source lines (#9604)
This commit changes formatting of JS errors; by not showing 
source lines for internal code. Where possible, instead using 
the top stack frame associated with user code i.e. the first 
location that is colourful and not a "deno:" URL.
2021-02-26 12:40:05 +01:00
..
bench_round_robin.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
bench_startup.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +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
error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +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
large_message_worker.js refactor(core): Allow multiple overflown responses in single poll (#9433) 2021-02-23 13:08:50 +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
post_undefined.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +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.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +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_error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_error.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
worker_globals.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_location.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_nested_error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_nested_error.ts.out feat(cli/source_map): Use top user frame for error source lines (#9604) 2021-02-26 12:40:05 +01:00
worker_types.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_unstable.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00