1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/ext
Luca Casonato 575150b463 fix(core): let V8 drive extension ESM loads (#18997)
This now allows circular imports across extensions.

Instead of load + eval of all ESM files in declaration order, all files
are only loaded. Eval is done recursively by V8, only evaluating
files that are listed in `Extension::esm_entry_point` fields.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-05-11 17:26:27 -04:00
..
broadcast_channel 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
cache 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
console 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
crypto fix(core): let V8 drive extension ESM loads (#18997) 2023-05-11 17:26:27 -04:00
fetch 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
ffi perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters (#19032) 2023-05-11 17:26:26 -04:00
fs refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
http refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
io refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-11 17:26:25 -04:00
kv 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
napi 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
net 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
node perf(fmt): faster formatting for minified object literals (#19050) 2023-05-11 17:26:27 -04:00
tls 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
url 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
web fix(core): let V8 drive extension ESM loads (#18997) 2023-05-11 17:26:27 -04:00
webidl 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
websocket 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
webstorage 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00