1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/ext
Bartek Iwańczuk 09de6a11d6 refactor: Split extension registration for runtime and snapshotting (#18095)
This commit splits "<ext_name>::init" functions into "init_ops" and
"init_ops_and_esm". That way we don't have to construct list of
ESM sources on each startup if we're running with a snapshot.

In a follow up commit "deno_core" will be changed to not have a split
between "extensions" and "extensions_with_js" - it will be embedders'
responsibility to pass appropriately configured extensions.

Prerequisite for https://github.com/denoland/deno/pull/18080
2023-03-10 13:01:41 +09:00
..
broadcast_channel refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
cache refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
console refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
crypto refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
fetch refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
ffi refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
flash refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
fs refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
http refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
io refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
napi refactor(core): don't use Result in ExtensionBuilder::state (#18066) 2023-03-10 12:58:06 +09:00
net refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
node refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
tls 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
url refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
web refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
webgpu refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
webidl refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
websocket refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00
webstorage refactor: Split extension registration for runtime and snapshotting (#18095) 2023-03-10 13:01:41 +09:00