1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 00:59:24 -05:00
denoland-deno/cli/tests
Julien Cayzac ca64771257
fix(unstable): Honor granular unstable flags in js runtime (#21466)
This fixes #21434 for `BroadcastChannel` and `WebSocketStream`.
`--unstable` still enable both, but granular unstable flags now also
work:

* `--unstable-net` now enables `WebSocketStream`.
* `--unstable-broadcast-channel` now enables `BroadcastChannel`.
* Additionally, there are now tests for all granular unstable flags.
Since `unsafe-proto` already had tests, so I didn't add any for this
one.

It also introduces a map to keep track of granular unstable ids without
having to sync multiple places.
2023-12-08 14:24:49 +01:00
..
integration fix(unstable): Honor granular unstable flags in js runtime (#21466) 2023-12-08 14:24:49 +01:00
node_compat chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
testdata fix(unstable): Honor granular unstable flags in js runtime (#21466) 2023-12-08 14:24:49 +01:00
unit feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
unit_node fix(ext/node): allow null value for req.setHeader (#21391) 2023-12-08 17:43:19 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00