mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update bun.d.ts (#14429)
This commit is contained in:
2
packages/bun-types/bun.d.ts
vendored
2
packages/bun-types/bun.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user