Skip to content

Commit ac5dbdc

Browse files
committed
Reuse error messages
1 parent 8bfe0d4 commit ac5dbdc

File tree

6 files changed

+1650
-26
lines changed

6 files changed

+1650
-26
lines changed

@types/shared/utils.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,7 @@ export function instantiateWasm(
582582
module: WebAssembly.Module;
583583
}>;
584584
export const isProxySymbol: unique symbol;
585+
export const BADARG: "badarg";
586+
export const BADARGKEY: "badarg: key";
587+
export const BADARGVALUE: "badarg: value";
585588
export const ngAttrPrefixes: string[];

0 commit comments

Comments
 (0)