mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Fix build error
This commit is contained in:
@@ -1948,7 +1948,7 @@ namespace ts {
|
||||
return sourceFile;
|
||||
}
|
||||
|
||||
export const disableIncrementalParsing = false;
|
||||
export let disableIncrementalParsing = false;
|
||||
|
||||
export function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile {
|
||||
// If we were given a text change range, and our version or open-ness changed, then
|
||||
|
||||
Reference in New Issue
Block a user