mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Accept APISamples baselines
This commit is contained in:
parent
54e6756831
commit
32e2f4d95d
@ -1605,6 +1605,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@ -5195,6 +5195,9 @@ declare module "typescript" {
|
||||
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
>PlaceOpenBraceOnNewLineForControlBlocks : boolean
|
||||
|
||||
[s: string]: boolean | number | string;
|
||||
>s : string
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
>DefinitionInfo : DefinitionInfo
|
||||
|
||||
@ -1636,6 +1636,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@ -5339,6 +5339,9 @@ declare module "typescript" {
|
||||
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
>PlaceOpenBraceOnNewLineForControlBlocks : boolean
|
||||
|
||||
[s: string]: boolean | number | string;
|
||||
>s : string
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
>DefinitionInfo : DefinitionInfo
|
||||
|
||||
@ -1637,6 +1637,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@ -5291,6 +5291,9 @@ declare module "typescript" {
|
||||
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
>PlaceOpenBraceOnNewLineForControlBlocks : boolean
|
||||
|
||||
[s: string]: boolean | number | string;
|
||||
>s : string
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
>DefinitionInfo : DefinitionInfo
|
||||
|
||||
@ -1674,6 +1674,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@ -5464,6 +5464,9 @@ declare module "typescript" {
|
||||
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
>PlaceOpenBraceOnNewLineForControlBlocks : boolean
|
||||
|
||||
[s: string]: boolean | number | string;
|
||||
>s : string
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
>DefinitionInfo : DefinitionInfo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user