1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/ext
Bartek Iwańczuk 4fbc51ca46 refactor: move definition of Deno.build from "runtime" to "core" (#18036)
We use information about build in several extension crates like
"ext/node" or "runtime/". In an effort to move "fs" APIs to a separate 
crate it is a prerequisite to have this information available outside 
of the "runtime/" crate.

This commit moves definition of "build" object to "Deno.core" that is 
later forwarded to "Deno.build".
2023-03-10 12:55:19 +09:00
..
broadcast_channel 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
cache 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
console fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-10 12:44:33 +09:00
crypto fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) 2023-03-10 12:52:00 +09:00
fetch fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-10 12:44:33 +09:00
ffi feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955) 2023-03-10 12:51:22 +09:00
flash 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
http 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
io refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (#18018) 2023-03-10 12:47:49 +09:00
napi 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
net 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
node refactor: move definition of Deno.build from "runtime" to "core" (#18036) 2023-03-10 12:55:19 +09:00
tls 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
url feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
web feat(ops): relational ops (#18023) 2023-03-10 12:48:52 +09:00
webgpu 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
webidl fix(core): introduce SafeRegExp to primordials (#17592) 2023-03-10 12:44:33 +09:00
websocket 1.31.1 (#17936) 2023-02-24 21:17:58 -05:00
webstorage feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00