mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: move unstable declarations to deno.unstable (#11876)
This commit is contained in:
parent
ca75752e5a
commit
fcd0992dba
9 changed files with 299 additions and 344 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue