diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index 6e7ed1cdb8..209efa034e 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.