mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 13:45:34 -05:00
Accept APISamples baselines
This commit is contained in:
@@ -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" {
|
||||
i = 105,
|
||||
|
||||
>i : CharacterCodes
|
||||
|
||||
j = 106,
|
||||
|
||||
>j : CharacterCodes
|
||||
|
||||
k = 107,
|
||||
|
||||
@@ -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" {
|
||||
i = 105,
|
||||
|
||||
>i : CharacterCodes
|
||||
|
||||
j = 106,
|
||||
|
||||
>j : CharacterCodes
|
||||
|
||||
k = 107,
|
||||
|
||||
@@ -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" {
|
||||
i = 105,
|
||||
|
||||
>i : CharacterCodes
|
||||
|
||||
j = 106,
|
||||
|
||||
>j : CharacterCodes
|
||||
|
||||
k = 107,
|
||||
|
||||
@@ -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" {
|
||||
i = 105,
|
||||
|
||||
>i : CharacterCodes
|
||||
|
||||
j = 106,
|
||||
|
||||
>j : CharacterCodes
|
||||
|
||||
k = 107,
|
||||
|
||||
Reference in New Issue
Block a user