mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user