Skip to content

Commit ac03583

Browse files
committed
Still more changes reverted
1 parent 881884a commit ac03583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6980,6 +6980,7 @@ namespace ts {
69806980
// will immediately bail out of walking any subtrees when we can see that their parents
69816981
// are already correct.
69826982
const result = Parser.parseSourceFile(sourceFile.fileName, newText, sourceFile.languageVersion, syntaxCursor, /*setParentNodes*/ true, sourceFile.scriptKind);
6983+
69836984
return result;
69846985
}
69856986

0 commit comments

Comments
 (0)