refactor: deno_http op crate (#11335)

This commit is contained in:
Luca Casonato 2021-07-12 12:44:49 +02:00 committed by GitHub
parent 6460eadaa1
commit f649960f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 270 additions and 148 deletions

View file

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