mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
6 lines
214 B
TypeScript
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;
|
|
} |