forked from AssemblyScript/assemblyscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbinary-error.json
24 lines (24 loc) · 1.45 KB
/
binary-error.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"asc_flags": [
],
"stderr": [
"TS2365: Operator '<' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '>' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '<=' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '>=' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '==' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '!=' cannot be applied to types 'binary-error/A | null' and 'i8'.",
"TS2365: Operator '+' cannot be applied to types 'i8' and '() => void'.",
"TS2365: Operator '-' cannot be applied to types 'i8' and '() => void'.",
"TS2365: Operator '*' cannot be applied to types 'i8' and '() => void'.",
"TS2365: Operator '**' cannot be applied to types 'i8' and '() => void'.",
"TS2365: Operator '/' cannot be applied to types 'i8' and '() => void'.",
"TS2365: Operator '%' cannot be applied to types 'i8' and '() => void'.",
"TS2469: The '>>' operator cannot be applied to type '() => void'.",
"TS2469: The '<<' operator cannot be applied to type '() => void'.",
"TS2469: The '>>>' operator cannot be applied to type '() => void'.",
"TS2469: The '&' operator cannot be applied to type '() => void'.",
"TS2469: The '|' operator cannot be applied to type '() => void'.",
"TS2469: The '^' operator cannot be applied to type '() => void'."
]
}