mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Updated API baselines.
This commit is contained in:
@@ -746,7 +746,7 @@ declare module "typescript" {
|
||||
interface ExternalModuleReference extends Node {
|
||||
expression?: Expression;
|
||||
}
|
||||
interface ImportDeclaration extends Statement, ModuleElement {
|
||||
interface ImportDeclaration extends ModuleElement {
|
||||
importClause?: ImportClause;
|
||||
moduleSpecifier: Expression;
|
||||
}
|
||||
@@ -888,7 +888,7 @@ declare module "typescript" {
|
||||
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
|
||||
isValidPropertyAccess(node: PropertyAccessExpression | QualifiedName, propertyName: string): boolean;
|
||||
getAliasedSymbol(symbol: Symbol): Symbol;
|
||||
getExportsOfExternalModule(node: ImportDeclaration): Symbol[];
|
||||
getExportsOfModule(moduleSymbol: Symbol): Symbol[];
|
||||
}
|
||||
interface SymbolDisplayBuilder {
|
||||
buildTypeDisplay(type: Type, writer: SymbolWriter, enclosingDeclaration?: Node, flags?: TypeFormatFlags): void;
|
||||
|
||||
@@ -2269,9 +2269,8 @@ declare module "typescript" {
|
||||
>TemplateExpression : TemplateExpression
|
||||
>PrimaryExpression : PrimaryExpression
|
||||
|
||||
head: LiteralExpression;
|
||||
head: LiteralExpression;
|
||||
|
||||
>head : LiteralExpression
|
||||
>head : LiteralExpression
|
||||
>LiteralExpression : LiteralExpression
|
||||
|
||||
@@ -2780,10 +2779,10 @@ declare module "typescript" {
|
||||
_moduleElementBrand: any;
|
||||
|
||||
>_moduleElementBrand : any
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
}
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
>Declaration : Declaration
|
||||
>ModuleElement : ModuleElement
|
||||
|
||||
@@ -777,7 +777,7 @@ declare module "typescript" {
|
||||
interface ExternalModuleReference extends Node {
|
||||
expression?: Expression;
|
||||
}
|
||||
interface ImportDeclaration extends Statement, ModuleElement {
|
||||
interface ImportDeclaration extends ModuleElement {
|
||||
importClause?: ImportClause;
|
||||
moduleSpecifier: Expression;
|
||||
}
|
||||
@@ -919,7 +919,7 @@ declare module "typescript" {
|
||||
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
|
||||
isValidPropertyAccess(node: PropertyAccessExpression | QualifiedName, propertyName: string): boolean;
|
||||
getAliasedSymbol(symbol: Symbol): Symbol;
|
||||
getExportsOfExternalModule(node: ImportDeclaration): Symbol[];
|
||||
getExportsOfModule(moduleSymbol: Symbol): Symbol[];
|
||||
}
|
||||
interface SymbolDisplayBuilder {
|
||||
buildTypeDisplay(type: Type, writer: SymbolWriter, enclosingDeclaration?: Node, flags?: TypeFormatFlags): void;
|
||||
|
||||
@@ -2415,9 +2415,8 @@ declare module "typescript" {
|
||||
>TemplateExpression : TemplateExpression
|
||||
>PrimaryExpression : PrimaryExpression
|
||||
|
||||
head: LiteralExpression;
|
||||
head: LiteralExpression;
|
||||
|
||||
>head : LiteralExpression
|
||||
>head : LiteralExpression
|
||||
>LiteralExpression : LiteralExpression
|
||||
|
||||
@@ -2926,10 +2925,10 @@ declare module "typescript" {
|
||||
_moduleElementBrand: any;
|
||||
|
||||
>_moduleElementBrand : any
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
}
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
>Declaration : Declaration
|
||||
>ModuleElement : ModuleElement
|
||||
|
||||
@@ -778,7 +778,7 @@ declare module "typescript" {
|
||||
interface ExternalModuleReference extends Node {
|
||||
expression?: Expression;
|
||||
}
|
||||
interface ImportDeclaration extends Statement, ModuleElement {
|
||||
interface ImportDeclaration extends ModuleElement {
|
||||
importClause?: ImportClause;
|
||||
moduleSpecifier: Expression;
|
||||
}
|
||||
@@ -920,7 +920,7 @@ declare module "typescript" {
|
||||
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
|
||||
isValidPropertyAccess(node: PropertyAccessExpression | QualifiedName, propertyName: string): boolean;
|
||||
getAliasedSymbol(symbol: Symbol): Symbol;
|
||||
getExportsOfExternalModule(node: ImportDeclaration): Symbol[];
|
||||
getExportsOfModule(moduleSymbol: Symbol): Symbol[];
|
||||
}
|
||||
interface SymbolDisplayBuilder {
|
||||
buildTypeDisplay(type: Type, writer: SymbolWriter, enclosingDeclaration?: Node, flags?: TypeFormatFlags): void;
|
||||
|
||||
@@ -2365,9 +2365,8 @@ declare module "typescript" {
|
||||
>TemplateExpression : TemplateExpression
|
||||
>PrimaryExpression : PrimaryExpression
|
||||
|
||||
head: LiteralExpression;
|
||||
head: LiteralExpression;
|
||||
|
||||
>head : LiteralExpression
|
||||
>head : LiteralExpression
|
||||
>LiteralExpression : LiteralExpression
|
||||
|
||||
@@ -2876,10 +2875,10 @@ declare module "typescript" {
|
||||
_moduleElementBrand: any;
|
||||
|
||||
>_moduleElementBrand : any
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
}
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
>Declaration : Declaration
|
||||
>ModuleElement : ModuleElement
|
||||
|
||||
@@ -815,7 +815,7 @@ declare module "typescript" {
|
||||
interface ExternalModuleReference extends Node {
|
||||
expression?: Expression;
|
||||
}
|
||||
interface ImportDeclaration extends Statement, ModuleElement {
|
||||
interface ImportDeclaration extends ModuleElement {
|
||||
importClause?: ImportClause;
|
||||
moduleSpecifier: Expression;
|
||||
}
|
||||
@@ -957,7 +957,7 @@ declare module "typescript" {
|
||||
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
|
||||
isValidPropertyAccess(node: PropertyAccessExpression | QualifiedName, propertyName: string): boolean;
|
||||
getAliasedSymbol(symbol: Symbol): Symbol;
|
||||
getExportsOfExternalModule(node: ImportDeclaration): Symbol[];
|
||||
getExportsOfModule(moduleSymbol: Symbol): Symbol[];
|
||||
}
|
||||
interface SymbolDisplayBuilder {
|
||||
buildTypeDisplay(type: Type, writer: SymbolWriter, enclosingDeclaration?: Node, flags?: TypeFormatFlags): void;
|
||||
|
||||
@@ -2538,9 +2538,8 @@ declare module "typescript" {
|
||||
>TemplateExpression : TemplateExpression
|
||||
>PrimaryExpression : PrimaryExpression
|
||||
|
||||
head: LiteralExpression;
|
||||
head: LiteralExpression;
|
||||
|
||||
>head : LiteralExpression
|
||||
>head : LiteralExpression
|
||||
>LiteralExpression : LiteralExpression
|
||||
|
||||
@@ -3049,10 +3048,10 @@ declare module "typescript" {
|
||||
_moduleElementBrand: any;
|
||||
|
||||
>_moduleElementBrand : any
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
}
|
||||
|
||||
interface ClassDeclaration extends Declaration, ModuleElement {
|
||||
|
||||
>ClassDeclaration : ClassDeclaration
|
||||
>Declaration : Declaration
|
||||
>ModuleElement : ModuleElement
|
||||
|
||||
Reference in New Issue
Block a user