Regenerating node_modules
This commit is contained in:
parent
09b4a82c83
commit
c96f84308a
5488 changed files with 487362 additions and 60779 deletions
9
node_modules/tsutils/util/control-flow.d.ts
generated
vendored
9
node_modules/tsutils/util/control-flow.d.ts
generated
vendored
|
|
@ -1,9 +0,0 @@
|
|||
import * as ts from 'typescript';
|
||||
export declare function endsControlFlow(statement: ts.Statement | ts.BlockLike): boolean;
|
||||
export declare type ControlFlowStatement = ts.BreakStatement | ts.ContinueStatement | ts.ReturnStatement | ts.ThrowStatement;
|
||||
export interface ControlFlowEnd {
|
||||
readonly statements: ReadonlyArray<ControlFlowStatement>;
|
||||
readonly end: boolean;
|
||||
}
|
||||
export declare function getControlFlowEnd(statement: ts.Statement | ts.BlockLike): ControlFlowEnd;
|
||||
export declare function getControlFlowEnd(statement: ts.Statement | ts.BlockLike, label?: ts.Identifier): ControlFlowEnd;
|
||||
Loading…
Add table
Add a link
Reference in a new issue