diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-06 18:28:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 18:28:05 +1000 |
commit | d8f3123c365d17bfb0f73431160dcb1a2af19c32 (patch) | |
tree | 5c42703ee742a71506eff63e5edab9794f34ee11 /runtime/shared.rs | |
parent | 7937ae3f2f5a8c11f52c42676ba56d12fcb59aeb (diff) |
BREAKING(buffer): remove `Deno.Buffer` (#25441)
Towards #22079
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r-- | runtime/shared.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs index 1b2136c63..02dfd1871 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -41,7 +41,6 @@ extension!(runtime, "06_util.js", "10_permissions.js", "11_workers.js", - "13_buffer.js", "30_os.js", "40_fs_events.js", "40_process.js", |