aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/scripts/class-definitions.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-02-06 23:27:18 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-02-06 23:27:18 -0800
commit52f9c3d05ed06de865ab01ffb7def3522984745d (patch)
treebf1ba3b62de29efdc06ad8453fb1b9bbdfda89b7 /src/bun.js/scripts/class-definitions.ts
parentf947987a2c13d3bed386b5c5a626d44dc452982c (diff)
downloadbun-52f9c3d05ed06de865ab01ffb7def3522984745d.tar.gz
bun-52f9c3d05ed06de865ab01ffb7def3522984745d.tar.zst
bun-52f9c3d05ed06de865ab01ffb7def3522984745d.zip
set the type
Diffstat (limited to 'src/bun.js/scripts/class-definitions.ts')
-rw-r--r--src/bun.js/scripts/class-definitions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/scripts/class-definitions.ts b/src/bun.js/scripts/class-definitions.ts
index 53d168d35..575daa01c 100644
--- a/src/bun.js/scripts/class-definitions.ts
+++ b/src/bun.js/scripts/class-definitions.ts
@@ -16,7 +16,7 @@ export type Field =
length?: number;
DOMJIT?: {
returns: string;
- args?: [string, string] | [string, string, string] | [string];
+ args?: [string, string] | [string, string, string] | [string] | [];
};
} & PropertyAttribute)
| { internal: true };