firest commit

This commit is contained in:
wwweww
2026-02-21 22:48:40 +08:00
commit 55e8053e07
1034 changed files with 99049 additions and 0 deletions
@@ -0,0 +1 @@
export {};
+3
View File
@@ -0,0 +1,3 @@
import { asyncIterator as e } from "../ponyfill/asyncIterator.js";
ReadableStream.prototype.values ??= ReadableStream.prototype[Symbol.asyncIterator] ??= e;
ReadableStream.prototype[Symbol.asyncIterator] ??= ReadableStream.prototype.values;
@@ -0,0 +1 @@
export {};
@@ -0,0 +1,2 @@
import { fromAnyIterable as r } from "../ponyfill/fromAnyIterable.js";
ReadableStream.from ??= r;
+2
View File
@@ -0,0 +1,2 @@
import "./asyncIterator.js";
import "./fromAnyIterable.js";
+4
View File
@@ -0,0 +1,4 @@
import "./asyncIterator.js";
import "./fromAnyIterable.js";
import "../ponyfill/asyncIterator.js";
import "../ponyfill/fromAnyIterable.js";