Updated API baselines.

This commit is contained in:
Daniel Rosenwasser
2015-03-25 18:08:46 -07:00
parent 82222472b5
commit 77492382ea
8 changed files with 28 additions and 32 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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

View File

@@ -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;

View File

@@ -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