We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717e1d2 commit 40b1c70Copy full SHA for 40b1c70
elide/runtime/js/polyfills/BUILD.bazel
@@ -15,13 +15,13 @@ package(
15
16
POLYFILLS = {
17
"node-streams": ["node-streams.mjs"],
18
- "readable-stream": ["readable-stream.mjs"],
19
"fetch": ["fetch.js"],
20
# --- Disabled (Implemented Natively) -------
21
# "abort-controller": [],
22
# "buffer": ["base64.js", "ieee754.js"],
23
# "event": ["event-target.js"],
24
# "once": ["once.js"],
+ # "readable-stream": ["readable-stream.mjs"],
25
# "text-encoder": ["textencoder.js"],
26
}
27
elide/runtime/js/polyfills/polyfills.js
@@ -12,6 +12,5 @@
12
*/
13
14
import "./node-streams.mjs";
-import "./readable-stream.mjs";
import "./fetch.js";
0 commit comments