mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 13:42:16 -05:00
@@ -1616,6 +1616,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@@ -5227,6 +5227,9 @@ declare module "typescript" {
|
||||
|
||||
>f : CharacterCodes
|
||||
|
||||
g = 103,
|
||||
|
||||
>g : CharacterCodes
|
||||
|
||||
h = 104,
|
||||
|
||||
|
||||
@@ -1647,6 +1647,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@@ -5371,6 +5371,9 @@ declare module "typescript" {
|
||||
|
||||
>f : CharacterCodes
|
||||
|
||||
g = 103,
|
||||
|
||||
>g : CharacterCodes
|
||||
|
||||
h = 104,
|
||||
|
||||
|
||||
@@ -1648,6 +1648,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@@ -5323,6 +5323,9 @@ declare module "typescript" {
|
||||
|
||||
>f : CharacterCodes
|
||||
|
||||
g = 103,
|
||||
|
||||
>g : CharacterCodes
|
||||
|
||||
h = 104,
|
||||
|
||||
|
||||
@@ -1685,6 +1685,7 @@ declare module "typescript" {
|
||||
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
|
||||
PlaceOpenBraceOnNewLineForFunctions: boolean;
|
||||
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
|
||||
[s: string]: boolean | number | string;
|
||||
}
|
||||
interface DefinitionInfo {
|
||||
fileName: string;
|
||||
|
||||
@@ -5496,6 +5496,9 @@ declare module "typescript" {
|
||||
|
||||
>f : CharacterCodes
|
||||
|
||||
g = 103,
|
||||
|
||||
>g : CharacterCodes
|
||||
|
||||
h = 104,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user