Skip to content

Commit ab1fc01

Browse files
committed
Cleanup: remove more comments
1 parent ac03583 commit ab1fc01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/services.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,6 @@ namespace ts {
933933
: (changedText + suffix);
934934
}
935935

936-
// TODO: Previously I passed the cheat parameter to updateSourceFile even though this code path never happened (afaict)
937-
// now I am no longer passing it and hoping for the best
938936
const newSourceFile = updateSourceFile(sourceFile, newText, textChangeRange, aggressiveChecks);
939937
setSourceFileFields(newSourceFile, scriptSnapshot, version);
940938
// after incremental parsing nameTable might not be up-to-date

0 commit comments

Comments
 (0)