mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: deno_http op crate (#11335)
This commit is contained in:
parent
6460eadaa1
commit
f649960f87
23 changed files with 270 additions and 148 deletions
|
@ -348,6 +348,7 @@ 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