Files
TypeScript/src/services/document.ts
Mohamed Hegazy 253273820d initial change
2014-07-29 12:04:50 -07:00

6 lines
214 B
TypeScript

///<reference path="references.ts" />
module TypeScript.Services {
// Inject support for incremental parsing to the core compiler Document class.
Document.incrementalParse = IncrementalParser.parse;
}