mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Enable incremental parsing by default.
This commit is contained in:
parent
edd3974b6f
commit
52e15e7bee
@ -1548,7 +1548,7 @@ module ts {
|
||||
return sourceFile;
|
||||
}
|
||||
|
||||
export var disableIncrementalParsing = true;
|
||||
export var disableIncrementalParsing = false;
|
||||
|
||||
export function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, isOpen: boolean, textChangeRange: TextChangeRange): SourceFile {
|
||||
if (textChangeRange && Debug.shouldAssert(AssertionLevel.Normal)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user