mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-27 15:41:22 -05:00
Merge pull request #17844 from amcasey/SymbolWalker
Resuscitate the SymbolWalker API
This commit is contained in:
@@ -142,6 +142,7 @@ var harnessSources = harnessCoreSources.concat([
|
||||
"transform.ts",
|
||||
"customTransforms.ts",
|
||||
"programMissingFiles.ts",
|
||||
"symbolWalker.ts",
|
||||
].map(function (f) {
|
||||
return path.join(unittestsDirectory, f);
|
||||
})).concat([
|
||||
|
||||
Reference in New Issue
Block a user