More incremental parser tests.

This commit is contained in:
Cyrus Najmabadi
2014-12-10 19:15:44 -08:00
parent 563b234240
commit ee828dc1da
2 changed files with 4 additions and 0 deletions

View File

@@ -866,6 +866,7 @@ module ts {
filename: string;
text: string;
getLineAndCharacterFromPosition(position: number): LineAndCharacter;
getPositionFromLineAndCharacter(line: number, character: number): number;
getLineStarts(): number[];