-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: vscode-extensionIssues related to the Angular Language Service VsCode extensionIssues related to the Angular Language Service VsCode extensioneffort1: hoursfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Milestone
Description
See #1836
Context: We currently need to run the angular transformer on the angular codebase with no entry points, which is why we have no warnings currently.
Potential solutions:
- Create a "private" transformer in
lib/src/for the angular codebase that does not require an entry point - Codegen the necessary files in the angular codebase and check them in so the angular transformer does not need to be run except in consumer code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: vscode-extensionIssues related to the Angular Language Service VsCode extensionIssues related to the Angular Language Service VsCode extensioneffort1: hoursfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues