From fcd0992dba9cce0539cc60cd11867f50c0cf5efb Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 31 Aug 2021 11:25:15 +0200 Subject: fix: move unstable declarations to deno.unstable (#11876) --- cli/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 8de1f1fc5..beb54cd23 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -358,8 +358,6 @@ pub fn get_types(unstable: bool) -> String { if unstable { types.push(crate::tsc::UNSTABLE_NS_LIB); - types.push(crate::tsc::DENO_NET_UNSTABLE_LIB); - types.push(crate::tsc::DENO_HTTP_UNSTABLE_LIB); } types.join("\n") -- cgit v1.2.3