|
| 1 | +{ |
| 2 | + "asc_flags": [ |
| 3 | + ], |
| 4 | + "stderr": [ |
| 5 | + "TS2365: Operator '<' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 6 | + "TS2365: Operator '>' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 7 | + "TS2365: Operator '<=' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 8 | + "TS2365: Operator '>=' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 9 | + "TS2365: Operator '==' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 10 | + "TS2365: Operator '!=' cannot be applied to types 'binary-error/A | null' and 'i8'.", |
| 11 | + "TS2365: Operator '+' cannot be applied to types 'i8' and '() => void'.", |
| 12 | + "TS2365: Operator '-' cannot be applied to types 'i8' and '() => void'.", |
| 13 | + "TS2365: Operator '*' cannot be applied to types 'i8' and '() => void'.", |
| 14 | + "TS2365: Operator '**' cannot be applied to types 'i8' and '() => void'.", |
| 15 | + "TS2365: Operator '/' cannot be applied to types 'i8' and '() => void'.", |
| 16 | + "TS2365: Operator '%' cannot be applied to types 'i8' and '() => void'.", |
| 17 | + "TS2469: The '>>' operator cannot be applied to type '() => void'.", |
| 18 | + "TS2469: The '<<' operator cannot be applied to type '() => void'.", |
| 19 | + "TS2469: The '>>>' operator cannot be applied to type '() => void'.", |
| 20 | + "TS2469: The '&' operator cannot be applied to type '() => void'.", |
| 21 | + "TS2469: The '|' operator cannot be applied to type '() => void'.", |
| 22 | + "TS2469: The '^' operator cannot be applied to type '() => void'." |
| 23 | + ] |
| 24 | +} |
0 commit comments