From c926bc0debd0df3bf62d5125a490f8675e70c6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 11 May 2023 21:24:40 +0200 Subject: fix(npm): make http2 module available, make 'nodeGlobalThisName' writable (#19092) --- ext/node/polyfill.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/node/polyfill.rs') diff --git a/ext/node/polyfill.rs b/ext/node/polyfill.rs index b334d2d34..8cf1cec70 100644 --- a/ext/node/polyfill.rs +++ b/ext/node/polyfill.rs @@ -101,6 +101,10 @@ pub static SUPPORTED_BUILTIN_NODE_MODULES: &[NodeModulePolyfill] = &[ name: "http", specifier: "ext:deno_node/http.ts", }, + NodeModulePolyfill { + name: "http2", + specifier: "ext:deno_node/http2.ts", + }, NodeModulePolyfill { name: "https", specifier: "ext:deno_node/https.ts", -- cgit v1.2.3