Merge pull request #17844 from amcasey/SymbolWalker

Resuscitate the SymbolWalker API
This commit is contained in:
Andrew Casey
2017-08-23 13:32:21 -07:00
committed by GitHub
8 changed files with 260 additions and 0 deletions

View File

@@ -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([