fae2769f44
Both `ReferenceSymbol` and `VariableSymbol` have two locations of interest to an external consumer. 1. The location for the initializers of the local TCB variables allow consumers to query the TypeScript Language Service for information about the initialized type of the variable. 2. The location of the local variable itself (i.e. `_t1`) allows consumers to query the TypeScript LS for references to that variable from within the template. PR Close #39715 |
||
---|---|---|
.. | ||
bundles | ||
ivy | ||
src | ||
test | ||
BUILD.bazel | ||
build.sh | ||
index.ts | ||
language-service.ts | ||
package.json |