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.
1 parent 729464d commit 1b07fbbCopy full SHA for 1b07fbb
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