feat: TypeScript 5.6 and npm:@types/node@22 (#25614)

This commit is contained in:
David Sherret 2024-09-14 11:58:47 +01:00 committed by GitHub
parent 2c0bf6fd65
commit af2d992ecd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 6145 additions and 4998 deletions

View file

@ -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";