1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/op_crates
Bartek Iwańczuk b28f9445aa
refactor(core): simplify module loading code (#10385)
General cleanup of module loading code, tried to reduce indentation in various methods
on "JsRuntime" to improve readability.

Added "JsRuntime::handle_scope" helper function, which returns a "v8::HandleScope".
This was done to reduce a code pattern that happens all over the "deno_core".

Additionally if event loop hangs during loading of dynamic modules a list of
currently pending dynamic imports is printed.
2021-04-28 18:28:46 +02:00
..
console fix(console): circular customInspect (#10338) 2021-04-27 11:54:47 +02:00
crypto remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04:00
fetch chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
file chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
timers chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
url refactor(core): simplify module loading code (#10385) 2021-04-28 18:28:46 +02:00
web chore: upgrade dprint plugins (#10397) 2021-04-28 10:08:51 -04:00
webgpu remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04:00
webidl chore: release crates (#10327) 2021-04-23 15:05:12 +02:00
websocket fix(tls): throw meaningful error when hostname is invalid (#10387) 2021-04-26 23:40:45 +02:00