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 |
||
---|---|---|
.. | ||
test | ||
BUILD.bazel | ||
compiler_factory.ts | ||
definitions.ts | ||
display_parts.ts | ||
language_service.ts | ||
language_service_adapter.ts | ||
quick_info.ts | ||
template_target.ts | ||
ts_plugin.ts | ||
ts_utils.ts | ||
utils.ts |