@elyx-code/project-logic-tree 0.0.6020 → 0.0.6021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { IReturnDeclarationTransfer, IBreakStatementReference, IBreakStatementTransfer, ILoopReference, IConditionReference, IOutputMapReference } from '../../../../..';
|
|
1
|
+
import { IReturnDeclarationTransfer, IBreakStatementReference, IBreakStatementTransfer, ILoopReference, IConditionReference, IOutputMapReference, IArgumentDeclarationReference } from '../../../../..';
|
|
2
2
|
|
|
3
3
|
export declare const helloWorldLoopBreakStatementOutputDeclarationParentRef: IBreakStatementReference;
|
|
4
4
|
export declare const helloWorldLoopContinueStatementOutputReadsValueRef: IOutputMapReference;
|
|
5
5
|
export declare const helloWorldLoopBreakStatementOutputDeclaration: IReturnDeclarationTransfer;
|
|
6
|
+
export declare const helloWorldLoopBreakStatementCounterOutputReadsValueRef: IArgumentDeclarationReference;
|
|
7
|
+
export declare const helloWorldLoopBreakStatementCounterOutputDeclarationParentRef: IBreakStatementReference;
|
|
8
|
+
export declare const helloWorldLoopBreakStatementCounterOutputDeclaration: IReturnDeclarationTransfer;
|
|
6
9
|
export declare const helloWorldLoopBreakStatementCalledByRef: IConditionReference;
|
|
7
10
|
export declare const helloWorldLoopBreakStatementParentRef: ILoopReference;
|
|
8
11
|
export declare const helloWorldLoopBreakStatement: IBreakStatementTransfer;
|