We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e4dd75 + 1b07fbb commit a2f45e9Copy full SHA for a2f45e9
src/services/services.ts
@@ -94,7 +94,7 @@ namespace ts {
94
* change range cannot be determined. However, in that case, incremental parsing will
95
* not happen and the entire document will be re - parsed.
96
*/
97
- getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange;
+ getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined;
98
99
/** Releases all resources held by this script snapshot */
100
dispose?(): void;
0 commit comments