From e650ee79671ca8d4bdc547df18986cfb6fa64adb Mon Sep 17 00:00:00 2001 From: huseeiin <122984423+huseeiin@users.noreply.github.com> Date: Thu, 10 Oct 2024 05:35:53 -0400 Subject: [PATCH] Update bun.d.ts (#14429) --- packages/bun-types/bun.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index 6e7ed1cdb8f292..209efa034ecc1a 100644 --- a/packages/bun-types/bun.d.ts +++ b/packages/bun-types/bun.d.ts @@ -3961,7 +3961,7 @@ declare module "bun" { * * In a future version of Bun, this will be used in error messages. */ - name?: string; + name: string; /** * The target JavaScript environment the plugin should be applied to.