Skip to content

Commit

Permalink
feat: remove Buffer polyfill.
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
  • Loading branch information
darvld authored and sgammon committed Jul 21, 2024
1 parent 277441c commit d5b78a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2,115 deletions.
2 changes: 1 addition & 1 deletion elide/runtime/js/polyfills/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package(

POLYFILLS = {
"abort-controller": ["abort-controller.js"],
"buffer": ["base64.js", "buffer.js", "ieee754.js"],
"buffer": ["base64.js", "ieee754.js"],
"once": ["once.js"],
"readable-stream": ["readable-stream.mjs"],
# --- Disabled (Implemented Natively) -------
Expand Down
Loading

0 comments on commit d5b78a2

Please sign in to comment.