fix: move unstable declarations to deno.unstable (#11876)

This commit is contained in:
Luca Casonato 2021-08-31 11:25:15 +02:00 committed by GitHub
parent ca75752e5a
commit fcd0992dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 299 additions and 344 deletions

View file

@ -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")