8a1c98c5e8
Similar to #39613, #39609, and #38898, we should store the `keySpan` for Reference nodes so that we can accurately map from a template node to a span in the original file. This is most notably an issue at the moment for directive references `#ref="exportAs"`. The current behavior for the language service when requesting information for the reference is that it will return a text span that results in highlighting the entire source when it should only highlight "ref" (test added for this case as well). PR Close #39616 |
||
---|---|---|
.. | ||
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.