df890d7629
This commit fixes a bug with the expression parser wherein the end index of an expression node was recorded as the start index of the next token, not the end index of the current token. Closes #33477 Closes https://github.com/angular/vscode-ng-language-service/issues/433 PR Close #34690 |
||
---|---|---|
.. | ||
util | ||
view | ||
BUILD.bazel | ||
README.md | ||
r3_ast_absolute_span_spec.ts | ||
r3_ast_spans_spec.ts | ||
r3_template_transform_spec.ts | ||
style_parser_spec.ts |
README.md
Tests in this directory are excluded from running in the browser and only run in node.