diff options
author | 2023-02-07 10:51:36 -0800 | |
---|---|---|
committer | 2023-02-07 10:51:55 -0800 | |
commit | 7886bce8c80b350f243e07e0c571ac6f6183cd14 (patch) | |
tree | bd6c2a5d29ab8a87f28627b14257f60bf4db2801 /src/bun.js/scripts/class-definitions.ts | |
parent | 7cd26232b12fae36a907722c4f50edd6e2ddf596 (diff) | |
download | bun-7886bce8c80b350f243e07e0c571ac6f6183cd14.tar.gz bun-7886bce8c80b350f243e07e0c571ac6f6183cd14.tar.zst bun-7886bce8c80b350f243e07e0c571ac6f6183cd14.zip |
cleanup
Diffstat (limited to 'src/bun.js/scripts/class-definitions.ts')
-rw-r--r-- | src/bun.js/scripts/class-definitions.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/scripts/class-definitions.ts b/src/bun.js/scripts/class-definitions.ts index 575daa01c..0f06bdbde 100644 --- a/src/bun.js/scripts/class-definitions.ts +++ b/src/bun.js/scripts/class-definitions.ts @@ -17,6 +17,7 @@ export type Field = DOMJIT?: { returns: string; args?: [string, string] | [string, string, string] | [string] | []; + pure?: boolean; }; } & PropertyAttribute) | { internal: true }; |