PR Feedback

This commit is contained in:
Ron Buckton 2016-02-23 13:14:44 -08:00
parent 4a81dde12b
commit b3adade8b7

View file

@ -69,9 +69,7 @@ namespace ts {
}
currentSourceFile = sourceFile;
const visited = transformation(sourceFile);
currentSourceFile = undefined;
return visited;
return transformation(sourceFile);
}
function enableExpressionSubstitution(kind: SyntaxKind) {