mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added description to version exports
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
/// <reference path='formatting\smartIndenter.ts' />
|
||||
|
||||
module ts {
|
||||
/** The version of the language service API */
|
||||
export var servicesVersion = "0.4"
|
||||
|
||||
export interface Node {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user