deno/cli/ops
Bartek Iwańczuk 8d5c0112fb
feat: don't require --unstable flag for npm programs (#16520)
This PR adds copies of several unstable APIs that are available
in "Deno[Deno.internal].nodeUnstable" namespace.

These copies do not perform unstable check (ie. don't require
"--unstable" flag to be present). Otherwise they work exactly
the same, including permission checks.

These APIs are not meant to be used by users directly and
can change at any time.

Copies of following APIs are available in that namespace:
- Deno.spawnChild
- Deno.spawn
- Deno.spawnSync
- Deno.serve
- Deno.upgradeHttpRaw
- Deno.listenDatagram
2022-11-10 22:03:28 +01:00
..
bench.rs refactor(bench): Allocate IDs for benches (#14757) 2022-05-30 19:58:44 +02:00
mod.rs feat: don't require --unstable flag for npm programs (#16520) 2022-11-10 22:03:28 +01:00
testing.rs refactor: allocate IDs for tests (#14729) 2022-07-15 13:09:22 -04:00