1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Nayeem Rahman c1c8eb3d55
build: allow disabling snapshots for dev (#20048)
Closes #19399 (running without snapshots at all was suggested as an
alternative solution).

Adds a `__runtime_js_sources` pseudo-private feature to load extension
JS sources at runtime for faster development, instead of building and
loading snapshots or embedding sources in the binary. Will only work in
a development environment obviously.

Try running `cargo test --features __runtime_js_sources
integration::node_unit_tests::os_test`. Then break some behaviour in
`ext/node/polyfills/os.ts` e.g. make `function cpus() {}` return an
empty array, and run it again. Fix and then run again. No more build
time in between.
2023-08-06 01:47:15 +02:00
..
broadcast_channel 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
cache 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
console 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
crypto 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
fetch refactor(ext/fetch): refactor fetch to use new write_error method (#20029) 2023-08-03 14:27:25 -06:00
ffi 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
fs 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
http fix(ext/http): serveHttp brotli compression level should be fastest (#20058) 2023-08-04 12:39:39 -06:00
io 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
kv 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
napi 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
net 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
node build: allow disabling snapshots for dev (#20048) 2023-08-06 01:47:15 +02:00
tls 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
url 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
web fix(ext/file): resolve unresolved Promise in Blob.stream (#20039) 2023-08-04 13:57:54 +02:00
webidl 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
websocket 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
webstorage 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00