diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-12 12:44:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-12 12:44:49 +0200 |
| commit | f649960f87a408124b5b0d6f55f3be7f5724a4e7 (patch) | |
| tree | 0a303a918828f602623c64c50a912645df55b772 /cli/tsc.rs | |
| parent | 6460eadaa178b3a9d09d04205977e4f659fe8fff (diff) | |
refactor: deno_http op crate (#11335)
Diffstat (limited to 'cli/tsc.rs')
| -rw-r--r-- | cli/tsc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index 593dd24fb..1b923aa3b 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -47,6 +47,8 @@ pub static DENO_BROADCAST_CHANNEL_LIB: &str = pub static DENO_NET_LIB: &str = include_str!(env!("DENO_NET_LIB_PATH")); pub static DENO_NET_UNSTABLE_LIB: &str = include_str!(env!("DENO_NET_UNSTABLE_LIB_PATH")); +pub static DENO_HTTP_UNSTABLE_LIB: &str = + include_str!(env!("DENO_HTTP_UNSTABLE_LIB_PATH")); pub static SHARED_GLOBALS_LIB: &str = include_str!("dts/lib.deno.shared_globals.d.ts"); pub static WINDOW_LIB: &str = include_str!("dts/lib.deno.window.d.ts"); |
