1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-29 02:29:06 -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
busy_worker.js
deno_worker.ts
error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
event_worker.js
event_worker_scope.js
fetching_worker.js
immediately_close_worker.js
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
no_permissions_worker.js
non_deno_worker.js
parent_read_check_granular_worker.js
parent_read_check_worker.js
post_undefined.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
racy_worker.js
read_check_granular_worker.js
read_check_worker.js
sibling_worker.js
test.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
test_worker.js
test_worker.ts
throwing_worker.js
worker_crypto.js
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
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