From 8d5c0112fbbed188f97218ace2357feba3a8746f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 10 Nov 2022 22:03:28 +0100 Subject: 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 --- test_util/std | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/std') diff --git a/test_util/std b/test_util/std index 241e7eb8f..c56a8c4e3 160000 --- a/test_util/std +++ b/test_util/std @@ -1 +1 @@ -Subproject commit 241e7eb8f91a06e75d8e7108b1b35ca202adf92f +Subproject commit c56a8c4e3245dd9ea1a892d2f2150ddba57f29c3 -- cgit v1.2.3