-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
Hi: tslint uses SyntaxTree and tree walkers extensively for implementing linter rules on top of the compiler (e.g. https://github.com/palantir/tslint/blob/master/src/rules/classNameRule.ts). It looks like the visitor pattern is not present in the new compiler (at least I couldn't find it in the master branch). But languageService-v2 still has it. Can someone please explain if the syntax tree will be present in the new compiler? Because otherwise tslint needs to completely rethink its existing rule implementations for the new compiler. Thanks!
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code