0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/ext
Bartek Iwańczuk 60bf79c184
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490)
… (#19463)"

This reverts commit ceb03cfb03.

This is being reverted because it causes 3.5Mb increase in the binary
size,
due to runtime JS code being included in the binary, even though it's
already snapshotted.

CC @nayeemrmn
2023-06-13 22:36:16 +00:00
..
broadcast_channel chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
cache chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
console chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
crypto chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
fetch perf(http): cache verified headers (#19465) 2023-06-13 21:13:34 +02:00
ffi chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
fs Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
http fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19485) 2023-06-13 18:05:23 +00:00
io chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
kv chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
napi chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
net Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
node fix(node/buffer): make slice be the same as subarray (#19481) 2023-06-13 21:26:28 +02:00
tls chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
url Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
web Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
webidl Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
websocket fix(ext/websockets): ensure we fully send frames before close (#19484) 2023-06-13 17:16:17 +00:00
webstorage chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00