From d9d3f81f291bbba4ab526f1781ca78e8a00cba64 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 18 Apr 2024 11:21:25 -0600 Subject: chore: remove unused, unstable 'http' namespace (#23436) Landing parts of #21903 in preparation for the removal of serveHttp. --- tools/core_import_map.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/core_import_map.json b/tools/core_import_map.json index 078808aa0..463095de8 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -237,7 +237,6 @@ "ext:runtime/13_buffer.js": "../runtime/js/13_buffer.js", "ext:runtime/30_os.js": "../runtime/js/30_os.js", "ext:runtime/40_fs_events.js": "../runtime/js/40_fs_events.js", - "ext:runtime/40_http.js": "../runtime/js/40_http.js", "ext:runtime/40_process.js": "../runtime/js/40_process.js", "ext:runtime/40_signals.js": "../runtime/js/40_signals.js", "ext:runtime/40_tty.js": "../runtime/js/40_tty.js", -- cgit v1.2.3