diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-04-18 11:21:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 11:21:25 -0600 |
commit | d9d3f81f291bbba4ab526f1781ca78e8a00cba64 (patch) | |
tree | d3b09207a9ea1108a0eadd998b46f0d39dada83b /tools/core_import_map.json | |
parent | 6a09a16d710b2d7a9d39478e5bcbabb40919d657 (diff) |
chore: remove unused, unstable 'http' namespace (#23436)
Landing parts of #21903 in preparation for the removal of serveHttp.
Diffstat (limited to 'tools/core_import_map.json')
-rw-r--r-- | tools/core_import_map.json | 1 |
1 files changed, 0 insertions, 1 deletions
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", |