Allow singleline string writer to be recursively used (#18297)

* Allow singleline string writer to be recursively used

* Add unit test exposing issue

* Fix lints
This commit is contained in:
Wesley Wigham
2017-09-06 21:56:16 -07:00
committed by GitHub
parent 697c4d3353
commit 5c779b1edb
4 changed files with 53 additions and 4 deletions

View File

@@ -143,6 +143,7 @@ var harnessSources = harnessCoreSources.concat([
"customTransforms.ts",
"programMissingFiles.ts",
"symbolWalker.ts",
"languageService.ts",
].map(function (f) {
return path.join(unittestsDirectory, f);
})).concat([