Merge pull request #1568 from Microsoft/enableIncremental

Enable incremental parsing by default.
This commit is contained in:
CyrusNajmabadi
2014-12-27 23:56:21 -08:00
+1 -1
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)) {