parserUnaryExpression2.ts(1,3): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type.
parserUnaryExpression2.ts(1,12): error TS7006: Parameter 'e' implicitly has an 'any' type.


==== parserUnaryExpression2.ts (2 errors) ====
    ++function(e) { }
      ~~~~~~~~
!!! error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type.
               ~
!!! error TS7006: Parameter 'e' implicitly has an 'any' type.