From 57a06745a48093c25d0f4729ccea41a918d6427d Mon Sep 17 00:00:00 2001 From: dave caruso Date: Thu, 7 Sep 2023 04:58:44 -0700 Subject: Progress for Next.js (#4468) * L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway --- src/js/builtins.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/js/builtins.d.ts') diff --git a/src/js/builtins.d.ts b/src/js/builtins.d.ts index 70d76e5a0..bd0ec4770 100644 --- a/src/js/builtins.d.ts +++ b/src/js/builtins.d.ts @@ -315,7 +315,6 @@ declare function $isPaused(): TODO; declare function $isWindows(): TODO; declare function $join(): TODO; declare function $kind(): TODO; -declare function $lazy(): TODO; declare function $lazyLoad(): TODO; declare function $lazyStreamPrototypeMap(): TODO; declare function $loadModule(): TODO; -- cgit v1.2.3