angular-cn/integration/language_service_plugin/goldens
ayazhafiz 46caf88b2c feat(language-service): add definitions for templateUrl (#32238)
Adds support for `getDefinitionAt` when called on a templateUrl
property assignment.

The currrent architecture for getting definitions is designed to be
called on templates, so we have to introduce a new
`getTsDefinitionAndBoundSpan` method to get Angular-specific definitions
in TypeScript files and pass a `readTemplate` closure that will read the
contents of a template using `TypeScriptServiceHost#getTemplates`. We
can probably go in and make this nicer in a future PR, though I'm not
sure what the best architecture should be yet.

Part of angular/vscode-ng-language-service#111

PR Close #32238
2019-08-28 17:09:46 -07:00
..
compilerOptionsForInferredProjects.json test(language-service): Improve integration test (#28168) 2019-01-17 14:11:28 -08:00
completionInfo.json test(language-service): Improve integration test (#28168) 2019-01-17 14:11:28 -08:00
configure.json test(language-service): Improve integration test (#28168) 2019-01-17 14:11:28 -08:00
definition.json test(language-service): Add tests for quickinfo and definition (#29990) 2019-04-19 19:28:46 -07:00
definitionAndBoundSpan.json fix(language-service): Make Definition and QuickInfo compatible with TS LS (#31972) 2019-08-08 12:00:56 -07:00
quickinfo.json fix(language-service): Make Definition and QuickInfo compatible with TS LS (#31972) 2019-08-08 12:00:56 -07:00
templateUrlDefinition.json feat(language-service): add definitions for templateUrl (#32238) 2019-08-28 17:09:46 -07:00