@lcap/nasl-language-server-core 3.12.0-beta.2 → 3.12.0-beta.4
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,2 +1,2 @@
|
|
|
1
|
-
export declare const traverseMap: Partial<Record<"AnnotationProperty" | "ApplyAnnotation" | "App" | "Module" | "Connector" | "Namespace" | "FrontendType" | "Frontend" | "Backend" | "Integration" | "MicroApp" | "TypeAnnotation" | "DatabaseTypeAnnotation" | "TypeParam" | "Structure" | "StructureProperty" | "Enum" | "EnumItem" | "DataSource" | "Entity" | "EntityProperty" | "EntityIndex" | "MetadataType" | "View" | "ViewElement" | "BindAttribute" | "BindDirective" | "BindEvent" | "BindStyle" | "ThemeVariable" | "InputSetter" | "SwitchSetter" | "SetterOption" | "EnumSelectSetter" | "CapsulesSetter" | "NumberInputSetter" | "IconSetter" | "ImageSetter" | "PropertySelectSetter" | "PropertyTransformSetter" | "ViewComponentDeclaration" | "BusinessComponent" | "Attribute" | "Event" | "PropDeclaration" | "EventDeclaration" | "SlotDeclaration" | "LogicDeclaration" | "Theme" | "Slot" | "ViewComponent" | "Logic" | "AuthLogic" | "AuthLogicForCallInterface" | "BusinessLogic" | "ConnectorLogic" | "OverriddenLogic" | "Param" | "ParamWithGroup" | "Return" | "Variable" | "FrontendVariable" | "BackendVariable" | "Constant" | "SubLogic" | "Function" | "AnonymousFunction" | "RetryConfig" | "Interface" | "MicroserviceInterface" | "AuthInterface" | "ConnectionInfo" | "InterfaceParam" | "Transactional" | "DefaultValue" | "Abort" | "Start" | "End" | "IfStatement" | "SwitchStatement" | "SwitchCase" | "ForEachStatement" | "WhileStatement" | "Assignment" | "BatchAssignment" | "Comment" | "CallLogic" | "CallConnector" | "CallEvent" | "CallFunction" | "CallInterface" | "CallMicroserviceInterface" | "CallAuthInterface" | "Destination" | "ExternalDestination" | "ValidationRule" | "Argument" | "Anchor" | "JSBlock" | "JavaLogic" | "Block" | "Identifier" | "NullLiteral" | "BooleanLiteral" | "StringLiteral" | "StringInterpolation" | "StaticString" | "NumericLiteral" | "BinaryExpression" | "MatchCase" | "Match" | "UnaryExpression" | "MemberExpression" | "Unparsed" | "New" | "NewComposite" | "NewStructure" | "NewList" | "NewMap" | "Paginate" | "CallQueryComponent" | "QuerySelectExpression" | "QueryFromExpression" | "QueryJoinExpression" | "QueryFieldExpression" | "QueryAggregateExpression" | "QueryOrderByExpression" | "QueryGroupByExpression" | "QueryLimitExpression" | "SqlQueryComponent" | "OqlQueryComponent" | "Process" | "ProcessElement" | "ProcessComponent" | "SequentialPolicy" | "CountersignPolicy" | "ProcessOutcome" | "Assignee" | "ProcessOutcomes" | "Role" | "Configuration" | "ConfigGroup" | "ConfigProperty" | "ConfigPropertyValue" | "I18nInfo" | "CompletionProperty" | "UseComponent" | "Point" | "Rect" | "SelectMembers" | "AssignmentLine" | "FrontendLibrary" | "ViewBlock" | "ViewBlockWithImage" | "MsgTriggerEvent" | "InterfaceTriggerEvent" | "ConnectorTrigger" | "TriggerLauncher" | "ConnectorTriggerLauncher" | "MsgTriggerLauncher" | "Dependency" | "Connection" | "ProcessV2" | "ProcessDefinitionV2" | "HistoryProcessV2" | "ProcessBindV2" | "FieldPermissionV2" | "ProcessElementV2" | "OperatePermissionV2" | "AssigneeV2" | "DepartmentV2" | "DirectManagerV2" | "DepartmentManagerV2" | "FlowConditionV2" | "SequentialPolicyV2" | "CountersignPolicyV2" | "OrSignPolicyV2" | "Annotation", import("../types").Traverse<import("@lcap/nasl-concepts").SyntaxNode>>>;
|
|
1
|
+
export declare const traverseMap: Partial<Record<"AnnotationProperty" | "ApplyAnnotation" | "App" | "Module" | "Connector" | "Namespace" | "FrontendType" | "Frontend" | "Backend" | "Integration" | "MicroApp" | "TypeAnnotation" | "DatabaseTypeAnnotation" | "TypeParam" | "Structure" | "StructureProperty" | "Enum" | "EnumItem" | "DataSource" | "Entity" | "EntityProperty" | "EntityIndex" | "MetadataType" | "View" | "ViewElement" | "BindAttribute" | "BindDirective" | "BindEvent" | "BindStyle" | "ThemeVariable" | "InputSetter" | "SwitchSetter" | "SetterOption" | "EnumSelectSetter" | "CapsulesSetter" | "NumberInputSetter" | "IconSetter" | "ImageSetter" | "PropertySelectSetter" | "PropertyTransformSetter" | "ViewComponentDeclaration" | "BusinessComponent" | "Attribute" | "Event" | "PropDeclaration" | "EventDeclaration" | "SlotDeclaration" | "LogicDeclaration" | "Theme" | "Slot" | "ViewComponent" | "Logic" | "AuthLogic" | "AuthLogicForCallInterface" | "BusinessLogic" | "ConnectorLogic" | "OverriddenLogic" | "Param" | "ParamWithGroup" | "Return" | "Variable" | "FrontendVariable" | "BackendVariable" | "Constant" | "SubLogic" | "Function" | "AnonymousFunction" | "RetryConfig" | "Interface" | "MicroserviceInterface" | "AuthInterface" | "ConnectionInfo" | "InterfaceParam" | "Transactional" | "DefaultValue" | "Abort" | "Start" | "End" | "IfStatement" | "SwitchStatement" | "SwitchCase" | "ForEachStatement" | "WhileStatement" | "Assignment" | "BatchAssignment" | "Comment" | "CallLogic" | "CallConnector" | "CallEvent" | "CallFunction" | "CallInterface" | "CallMicroserviceInterface" | "CallAuthInterface" | "Destination" | "ExternalDestination" | "ValidationRule" | "Argument" | "Anchor" | "JSBlock" | "JavaLogic" | "Block" | "Identifier" | "NullLiteral" | "BooleanLiteral" | "StringLiteral" | "StringInterpolation" | "StaticString" | "NumericLiteral" | "BinaryExpression" | "MatchCase" | "Match" | "UnaryExpression" | "MemberExpression" | "Unparsed" | "New" | "NewComposite" | "NewStructure" | "NewList" | "NewMap" | "Paginate" | "CallQueryComponent" | "QuerySelectExpression" | "QueryFromExpression" | "QueryJoinExpression" | "QueryFieldExpression" | "QueryAggregateExpression" | "QueryOrderByExpression" | "QueryGroupByExpression" | "QueryLimitExpression" | "SqlQueryComponent" | "OqlQueryComponent" | "Process" | "ProcessElement" | "ProcessComponent" | "SequentialPolicy" | "CountersignPolicy" | "ProcessOutcome" | "Assignee" | "ProcessOutcomes" | "Role" | "Configuration" | "ConfigGroup" | "ConfigProperty" | "ConfigPropertyValue" | "I18nInfo" | "CompletionProperty" | "UseComponent" | "Point" | "Rect" | "SelectMembers" | "AssignmentLine" | "FrontendLibrary" | "ViewBlock" | "ViewBlockWithImage" | "MsgTriggerEvent" | "InterfaceTriggerEvent" | "ConnectorTrigger" | "TriggerLauncher" | "ConnectorTriggerLauncher" | "MsgTriggerLauncher" | "Dependency" | "Connection" | "ProcessV2" | "ProcessDefinitionV2" | "HistoryProcessV2" | "ProcessBindV2" | "FieldPermissionV2" | "ProcessElementV2" | "OperatePermissionV2" | "AssigneeV2" | "DepartmentV2" | "DirectManagerV2" | "DepartmentManagerV2" | "UserAssignees" | "RoleAssignees" | "DepartmentAssignees" | "FlowConditionV2" | "SequentialPolicyV2" | "CountersignPolicyV2" | "OrSignPolicyV2" | "AutoApproveUnmannedV2" | "AutoRejectUnmannedV2" | "ReassignUnmannedV2" | "Annotation", import("../types").Traverse<import("@lcap/nasl-concepts").SyntaxNode>>>;
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/symbol/traverse/concepts/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/symbol/traverse/concepts/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,8yGAIR,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lcap/nasl-language-server-core",
|
|
3
3
|
"description": "NetEase Application Specific Language",
|
|
4
|
-
"version": "3.12.0-beta.
|
|
4
|
+
"version": "3.12.0-beta.4",
|
|
5
5
|
"main": "./out",
|
|
6
6
|
"types": "./out",
|
|
7
7
|
"source": "./src",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
|
-
"@lcap/nasl-concepts": "3.12.0-beta.
|
|
17
|
-
"@lcap/nasl-
|
|
18
|
-
"@lcap/nasl-
|
|
16
|
+
"@lcap/nasl-concepts": "3.12.0-beta.4",
|
|
17
|
+
"@lcap/nasl-types": "3.12.0-beta.4",
|
|
18
|
+
"@lcap/nasl-utils": "3.12.0-beta.4"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/lodash": "4.17.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"tslib": "2.6.2",
|
|
26
26
|
"typescript": "5.4.4",
|
|
27
27
|
"@lcap/nasl-test-toolkit": "1.0.0",
|
|
28
|
-
"@lcap/nasl-translator": "3.12.0-beta.
|
|
28
|
+
"@lcap/nasl-translator": "3.12.0-beta.4",
|
|
29
29
|
"@lcap/nasl-tsconfig": "1.0.1"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|