@elyx-code/project-logic-tree 0.0.6531 → 0.0.6533
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +168 -154
- package/dist/index.umd.cjs +17 -17
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18826,6 +18826,7 @@ export declare enum SharedEntityErrorCode {
|
|
|
18826
18826
|
InternalCallParentMissingDataType = "internal-call-parent-missing-data-type",
|
|
18827
18827
|
InternalCallParentDeclarationEntityInvalidType = "internal-call-parent-declaration-entity-invalid-type",
|
|
18828
18828
|
InternalCallDeclarationNotFoundInParentDatatypeEntity = "internal-call-declaration-not-found-in-parent-datatype-entity",
|
|
18829
|
+
InternalCallDeclarationNotFound = "internal-call-declaration-not-found",
|
|
18829
18830
|
InternalCallDeclarationIsNotFunctionDeclaration = "internal-call-declaration-is-not-function-declaration",
|
|
18830
18831
|
InternalCallDeclarationNotInParentDatatypeEntity = "internal-call-declaration-not-in-parent-datatype-entity",
|
|
18831
18832
|
GlobalVariableDeclarationCannotCatchError = "global-variable-declaration-cannot-catch-error",
|