mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Added description to version exports
This commit is contained in:
@@ -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