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

@@ -1472,6 +1472,7 @@ declare module "typescript" {
function createTypeChecker(host: TypeCheckerHost, produceDiagnostics: boolean): TypeChecker;
}
declare module "typescript" {
/** The version of the TypeScript compiler release */
var version: string;
function createCompilerHost(options: CompilerOptions): CompilerHost;
function getPreEmitDiagnostics(program: Program): Diagnostic[];
@@ -1479,6 +1480,7 @@ declare module "typescript" {
function createProgram(rootNames: string[], options: CompilerOptions, host?: CompilerHost): Program;
}
declare module "typescript" {
/** The version of the language service API */
var servicesVersion: string;
interface Node {
getSourceFile(): SourceFile;

View File

@@ -4716,6 +4716,7 @@ declare module "typescript" {
}
interface ResolvedType extends ObjectType, UnionType {
>ResolvedType : ResolvedType
>ObjectType : ObjectType
>UnionType : UnionType
@@ -4747,6 +4748,7 @@ declare module "typescript" {
numberIndexType: Type;
>numberIndexType : Type
>Type : Type
}

View File

@@ -1503,6 +1503,7 @@ declare module "typescript" {
function createTypeChecker(host: TypeCheckerHost, produceDiagnostics: boolean): TypeChecker;
}
declare module "typescript" {
/** The version of the TypeScript compiler release */
var version: string;
function createCompilerHost(options: CompilerOptions): CompilerHost;
function getPreEmitDiagnostics(program: Program): Diagnostic[];
@@ -1510,6 +1511,7 @@ declare module "typescript" {
function createProgram(rootNames: string[], options: CompilerOptions, host?: CompilerHost): Program;
}
declare module "typescript" {
/** The version of the language service API */
var servicesVersion: string;
interface Node {
getSourceFile(): SourceFile;

View File

@@ -4862,6 +4862,7 @@ declare module "typescript" {
}
interface ResolvedType extends ObjectType, UnionType {
>ResolvedType : ResolvedType
>ObjectType : ObjectType
>UnionType : UnionType
@@ -4893,6 +4894,7 @@ declare module "typescript" {
numberIndexType: Type;
>numberIndexType : Type
>Type : Type
}

View File

@@ -1504,6 +1504,7 @@ declare module "typescript" {
function createTypeChecker(host: TypeCheckerHost, produceDiagnostics: boolean): TypeChecker;
}
declare module "typescript" {
/** The version of the TypeScript compiler release */
var version: string;
function createCompilerHost(options: CompilerOptions): CompilerHost;
function getPreEmitDiagnostics(program: Program): Diagnostic[];
@@ -1511,6 +1512,7 @@ declare module "typescript" {
function createProgram(rootNames: string[], options: CompilerOptions, host?: CompilerHost): Program;
}
declare module "typescript" {
/** The version of the language service API */
var servicesVersion: string;
interface Node {
getSourceFile(): SourceFile;

View File

@@ -4812,6 +4812,7 @@ declare module "typescript" {
}
interface ResolvedType extends ObjectType, UnionType {
>ResolvedType : ResolvedType
>ObjectType : ObjectType
>UnionType : UnionType
@@ -4843,6 +4844,7 @@ declare module "typescript" {
numberIndexType: Type;
>numberIndexType : Type
>Type : Type
}

View File

@@ -1541,6 +1541,7 @@ declare module "typescript" {
function createTypeChecker(host: TypeCheckerHost, produceDiagnostics: boolean): TypeChecker;
}
declare module "typescript" {
/** The version of the TypeScript compiler release */
var version: string;
function createCompilerHost(options: CompilerOptions): CompilerHost;
function getPreEmitDiagnostics(program: Program): Diagnostic[];
@@ -1548,6 +1549,7 @@ declare module "typescript" {
function createProgram(rootNames: string[], options: CompilerOptions, host?: CompilerHost): Program;
}
declare module "typescript" {
/** The version of the language service API */
var servicesVersion: string;
interface Node {
getSourceFile(): SourceFile;

View File

@@ -4985,6 +4985,7 @@ declare module "typescript" {
}
interface ResolvedType extends ObjectType, UnionType {
>ResolvedType : ResolvedType
>ObjectType : ObjectType
>UnionType : UnionType
@@ -5016,6 +5017,7 @@ declare module "typescript" {
numberIndexType: Type;
>numberIndexType : Type
>Type : Type
}