mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
feat: TypeScript 5.6 and npm:@types/node@22
(#25614)
This commit is contained in:
parent
2c0bf6fd65
commit
af2d992ecd
52 changed files with 6145 additions and 4998 deletions
|
@ -3,7 +3,6 @@
|
|||
import { assert, assertEquals } from "@std/assert";
|
||||
import { fromFileUrl, relative } from "@std/path";
|
||||
import { pipeline } from "node:stream/promises";
|
||||
// @ts-expect-error: @types/node is outdated
|
||||
import { getDefaultHighWaterMark, Stream } from "node:stream";
|
||||
import { createReadStream, createWriteStream } from "node:fs";
|
||||
import { EventEmitter } from "node:events";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue