Enable incremental parsing by default.

This commit is contained in:
Cyrus Najmabadi 2014-12-26 22:21:53 -08:00
parent edd3974b6f
commit 52e15e7bee

View File

@ -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)) {