angular/packages/compiler/src/expression_parser
Kristiyan Kostadinov 9f5cc7c808 feat(compiler): support number separators in templates (#42672)
As of ES2021, JavaScript allows using underscores as separators inside numbers, in order to make them more readable (e.g. `1_000_000` vs `1000000`). TypeScript has had support for separators for a while so these changes expand the template parser to handle them as well.

PR Close #42672
2021-06-30 10:36:15 -07:00
..
ast.ts feat(compiler): support safe keyed read expressions (#41911) 2021-06-03 13:22:41 -07:00
lexer.ts feat(compiler): support number separators in templates (#42672) 2021-06-30 10:36:15 -07:00
parser.ts feat(compiler): add support for shorthand property declarations in templates (#42421) 2021-06-21 23:40:47 +00:00