Update bun.d.ts (#14429)

This commit is contained in:
huseeiin
2024-10-10 05:35:53 -04:00
committed by GitHub
parent 50bb5fa1f6
commit e650ee7967

View File

@@ -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.