From d8f3123c365d17bfb0f73431160dcb1a2af19c32 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 6 Sep 2024 18:28:05 +1000 Subject: BREAKING(buffer): remove `Deno.Buffer` (#25441) Towards #22079 --------- Signed-off-by: Asher Gomez --- 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 2d8631d87..15affc2b7 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -238,7 +238,6 @@ "ext:runtime/06_util.js": "../runtime/js/06_util.js", "ext:runtime/10_permissions.js": "../runtime/js/10_permissions.js", "ext:runtime/11_workers.js": "../runtime/js/11_workers.js", - "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_process.js": "../runtime/js/40_process.js", -- cgit v1.2.3