initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441)

initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer
This commit is contained in:
Vladimir Matveev
2017-03-15 11:44:36 -07:00
committed by GitHub
parent ea57fbc59f
commit 2b10611fbf
118 changed files with 3015 additions and 346 deletions

View File

@@ -13,6 +13,7 @@ namespace ts {
newLineCharacter: string;
host: LanguageServiceHost;
cancellationToken: CancellationToken;
rulesProvider: formatting.RulesProvider;
}
export namespace codefix {