mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
Accepting new baselines
This commit is contained in:
@@ -1001,8 +1001,8 @@ declare module "typescript" {
|
||||
declaredType?: Type;
|
||||
mapper?: TypeMapper;
|
||||
referenced?: boolean;
|
||||
exportAssignChecked?: boolean;
|
||||
exportAssignSymbol?: Symbol;
|
||||
exportAssignmentChecked?: boolean;
|
||||
exportAssignmentSymbol?: Symbol;
|
||||
unionType?: UnionType;
|
||||
}
|
||||
interface TransientSymbol extends Symbol, SymbolLinks {
|
||||
|
||||
@@ -3236,11 +3236,11 @@ declare module "typescript" {
|
||||
|
||||
>TypeCheckerHost : TypeCheckerHost
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
>getCompilerOptions : () => CompilerOptions
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
getSourceFiles(): SourceFile[];
|
||||
|
||||
>getSourceFiles : () => SourceFile[]
|
||||
|
||||
@@ -1032,8 +1032,8 @@ declare module "typescript" {
|
||||
declaredType?: Type;
|
||||
mapper?: TypeMapper;
|
||||
referenced?: boolean;
|
||||
exportAssignChecked?: boolean;
|
||||
exportAssignSymbol?: Symbol;
|
||||
exportAssignmentChecked?: boolean;
|
||||
exportAssignmentSymbol?: Symbol;
|
||||
unionType?: UnionType;
|
||||
}
|
||||
interface TransientSymbol extends Symbol, SymbolLinks {
|
||||
|
||||
@@ -3380,11 +3380,11 @@ declare module "typescript" {
|
||||
|
||||
>TypeCheckerHost : TypeCheckerHost
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
>getCompilerOptions : () => CompilerOptions
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
getSourceFiles(): SourceFile[];
|
||||
|
||||
>getSourceFiles : () => SourceFile[]
|
||||
|
||||
@@ -1033,8 +1033,8 @@ declare module "typescript" {
|
||||
declaredType?: Type;
|
||||
mapper?: TypeMapper;
|
||||
referenced?: boolean;
|
||||
exportAssignChecked?: boolean;
|
||||
exportAssignSymbol?: Symbol;
|
||||
exportAssignmentChecked?: boolean;
|
||||
exportAssignmentSymbol?: Symbol;
|
||||
unionType?: UnionType;
|
||||
}
|
||||
interface TransientSymbol extends Symbol, SymbolLinks {
|
||||
|
||||
@@ -3332,11 +3332,11 @@ declare module "typescript" {
|
||||
|
||||
>TypeCheckerHost : TypeCheckerHost
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
>getCompilerOptions : () => CompilerOptions
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
getSourceFiles(): SourceFile[];
|
||||
|
||||
>getSourceFiles : () => SourceFile[]
|
||||
|
||||
@@ -1070,8 +1070,8 @@ declare module "typescript" {
|
||||
declaredType?: Type;
|
||||
mapper?: TypeMapper;
|
||||
referenced?: boolean;
|
||||
exportAssignChecked?: boolean;
|
||||
exportAssignSymbol?: Symbol;
|
||||
exportAssignmentChecked?: boolean;
|
||||
exportAssignmentSymbol?: Symbol;
|
||||
unionType?: UnionType;
|
||||
}
|
||||
interface TransientSymbol extends Symbol, SymbolLinks {
|
||||
|
||||
@@ -3505,11 +3505,11 @@ declare module "typescript" {
|
||||
|
||||
>TypeCheckerHost : TypeCheckerHost
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
|
||||
>getCompilerOptions : () => CompilerOptions
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
>CompilerOptions : CompilerOptions
|
||||
|
||||
getSourceFiles(): SourceFile[];
|
||||
|
||||
>getSourceFiles : () => SourceFile[]
|
||||
|
||||
Reference in New Issue
Block a user