Added description to version exports

This commit is contained in:
Bill Ticehurst
2015-03-07 20:12:16 -08:00
parent da5caf5f72
commit a6816fc128
10 changed files with 18 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ module ts {
/* @internal */ export var emitTime = 0;
/* @internal */ export var ioReadTime = 0;
/** The version of the TypeScript compiler release */
export var version = "1.5.0.0";
export function createCompilerHost(options: CompilerOptions): CompilerHost {