mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix: Support @types/node@25.0.2 (#25532)
### What does this PR do? CI failed again because of a change in @types/node ### How did you verify your code works? bun-types.test.ts passes
This commit is contained in:
2
packages/bun-types/overrides.d.ts
vendored
2
packages/bun-types/overrides.d.ts
vendored
@@ -86,7 +86,7 @@ declare global {
|
||||
reallyExit(code?: number): never;
|
||||
dlopen(module: { exports: any }, filename: string, flags?: number): void;
|
||||
_exiting: boolean;
|
||||
noDeprecation: boolean;
|
||||
noDeprecation?: boolean | undefined;
|
||||
|
||||
binding(m: "constants"): {
|
||||
os: typeof import("node:os").constants;
|
||||
|
||||
Reference in New Issue
Block a user