Expression Parser Errors

Errors 0151 to 0179 are @aurelia/expression-parser package related errors.

Please see below a reference to each @aurelia/expression-parser package related error with explanations and resources for debugging and solving.

Parse Errors (0151-0179)

These errors occur during expression parsing in templates and binding expressions.

  • AUR0151 - Invalid expression start

  • AUR0152 - Spread operator not supported

  • AUR0153 - Expected identifier

  • AUR0154 - Invalid member expression

  • AUR0155 - Unexpected end of expression

  • AUR0156 - Unconsumed token

  • AUR0157 - Invalid empty expression

  • AUR0158 - Left-hand side not assignable

  • AUR0159 - Expected converter identifier

  • AUR0160 - Expected behavior identifier

  • AUR0161 - Unexpected keyword "of"

  • AUR0162 - Unexpected keyword "import"

  • AUR0163 - Invalid identifier in for-of

  • AUR0164 - Invalid object literal key

  • AUR0165 - Unterminated string literal

  • AUR0166 - Unterminated template string

  • AUR0167 - Missing expected token

  • AUR0168 - Unexpected character

  • AUR0170 - Unexpected token in destructuring

  • AUR0171 - Unexpected token in optional chain

  • AUR0172 - Invalid tag in optional chain

  • AUR0173 - Invalid arrow function parameters

  • AUR0174 - Arrow function default parameters not supported

  • AUR0175 - Arrow function destructuring not supported

  • AUR0176 - Rest parameter must be last

  • AUR0178 - Arrow function body not supported

  • AUR0179 - Unexpected double dot

Last updated

Was this helpful?