@lcap/nasl-concepts 3.13.2-rc.5 → 3.14.0-beta.10
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/out/common/BaseNode.d.ts +15 -3
- package/out/common/BaseNode.d.ts.map +1 -1
- package/out/common/BaseNode.js +111 -21
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/App__.d.ts.map +1 -1
- package/out/concepts/App__.js +4 -2
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Argument__.d.ts.map +1 -1
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts.map +1 -1
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/BindAttribute__.js +1 -1
- package/out/concepts/CallEvent__.d.ts +3 -0
- package/out/concepts/CallEvent__.d.ts.map +1 -1
- package/out/concepts/CallEvent__.js +13 -0
- package/out/concepts/CallEvent__.js.map +1 -1
- package/out/concepts/CallFunction__.js +2 -2
- package/out/concepts/CallLogic__.d.ts +4 -1
- package/out/concepts/CallLogic__.d.ts.map +1 -1
- package/out/concepts/CallLogic__.js +28 -4
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts +1 -1
- package/out/concepts/Connection__.d.ts +1 -0
- package/out/concepts/Connection__.d.ts.map +1 -1
- package/out/concepts/Connection__.js +3 -0
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/DataSource__.js +1 -1
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/DefaultValue__.d.ts +1 -0
- package/out/concepts/DefaultValue__.d.ts.map +1 -1
- package/out/concepts/DefaultValue__.js +12 -1
- package/out/concepts/DefaultValue__.js.map +1 -1
- package/out/concepts/Entity__.d.ts.map +1 -1
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +2 -0
- package/out/concepts/EnumItem__.d.ts.map +1 -1
- package/out/concepts/EnumItem__.js +23 -0
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +1 -0
- package/out/concepts/Enum__.d.ts.map +1 -1
- package/out/concepts/Enum__.js +11 -0
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/FrontendVariable__.d.ts.map +1 -1
- package/out/concepts/FrontendVariable__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +1 -1
- package/out/concepts/Frontend__.d.ts.map +1 -1
- package/out/concepts/Frontend__.js +5 -3
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +2 -1
- package/out/concepts/Identifier__.d.ts.map +1 -1
- package/out/concepts/Identifier__.js +1 -1
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/InterfaceParam__.d.ts +1 -0
- package/out/concepts/InterfaceParam__.d.ts.map +1 -1
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +1 -0
- package/out/concepts/Interface__.d.ts.map +1 -1
- package/out/concepts/Interface__.js +12 -1
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +3 -0
- package/out/concepts/Logic__.d.ts.map +1 -1
- package/out/concepts/Logic__.js +18 -0
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/Match__.d.ts +1 -0
- package/out/concepts/Match__.d.ts.map +1 -1
- package/out/concepts/Match__.js +24 -15
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/Module__.d.ts.map +1 -1
- package/out/concepts/Module__.js +0 -17
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/Param__.d.ts +2 -0
- package/out/concepts/Param__.d.ts.map +1 -1
- package/out/concepts/Param__.js +12 -1
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +4 -0
- package/out/concepts/QueryFieldExpression__.d.ts.map +1 -1
- package/out/concepts/QueryFieldExpression__.js +6 -0
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts.map +1 -1
- package/out/concepts/QueryFromExpression__.js +1 -6
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts.map +1 -1
- package/out/concepts/QueryJoinExpression__.js +1 -6
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/Return__.d.ts +1 -0
- package/out/concepts/Return__.d.ts.map +1 -1
- package/out/concepts/Return__.js +12 -1
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/StringInterpolation__.js +2 -2
- package/out/concepts/StructureProperty__.d.ts +5 -1
- package/out/concepts/StructureProperty__.d.ts.map +1 -1
- package/out/concepts/StructureProperty__.js +15 -2
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +1 -0
- package/out/concepts/Structure__.d.ts.map +1 -1
- package/out/concepts/Structure__.js +12 -1
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +47 -4
- package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
- package/out/concepts/TypeAnnotation__.js +86 -10
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +6 -0
- package/out/concepts/TypeParam__.d.ts.map +1 -1
- package/out/concepts/TypeParam__.js +15 -1
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +1 -0
- package/out/concepts/Variable__.d.ts.map +1 -1
- package/out/concepts/Variable__.js +11 -0
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/View__.d.ts +1 -1
- package/out/concepts/View__.d.ts.map +1 -1
- package/out/concepts/View__.js +10 -12
- package/out/concepts/View__.js.map +1 -1
- package/out/index.d.ts +2 -1
- package/out/index.d.ts.map +1 -1
- package/out/index.js +10 -1
- package/out/index.js.map +1 -1
- package/out/semantics/localVarCollector.d.ts +11 -5
- package/out/semantics/localVarCollector.d.ts.map +1 -1
- package/out/semantics/localVarCollector.js +75 -5
- package/out/semantics/localVarCollector.js.map +1 -1
- package/out/semantics/semanticData.d.ts +22 -21
- package/out/semantics/semanticData.d.ts.map +1 -1
- package/out/semantics/semanticData.js +142 -224
- package/out/semantics/semanticData.js.map +1 -1
- package/out/service/annotation.d.ts +2 -8
- package/out/service/annotation.d.ts.map +1 -1
- package/out/service/annotation.js +1 -99
- package/out/service/annotation.js.map +1 -1
- package/out/service/file-module.d.ts +59 -0
- package/out/service/file-module.d.ts.map +1 -0
- package/out/service/file-module.js +341 -0
- package/out/service/file-module.js.map +1 -0
- package/out/service/formatTsUtils.d.ts +2 -2
- package/out/service/formatTsUtils.d.ts.map +1 -1
- package/out/service/formatTsUtils.js +43 -49
- package/out/service/formatTsUtils.js.map +1 -1
- package/out/service/genSlotVarRef.d.ts +4 -1
- package/out/service/genSlotVarRef.d.ts.map +1 -1
- package/out/service/genSlotVarRef.js +22 -12
- package/out/service/genSlotVarRef.js.map +1 -1
- package/out/service/getConnector.d.ts.map +1 -1
- package/out/service/getConnector.js +2 -9
- package/out/service/getConnector.js.map +1 -1
- package/out/service/getLogics.d.ts.map +1 -1
- package/out/service/getLogics.js +1 -0
- package/out/service/getLogics.js.map +1 -1
- package/out/service/getMemberIdentifier.d.ts +0 -1
- package/out/service/getMemberIdentifier.d.ts.map +1 -1
- package/out/service/getMemberIdentifier.js +19 -37
- package/out/service/getMemberIdentifier.js.map +1 -1
- package/out/service/getProcessesV2.js +2 -2
- package/out/service/getProcessesV2.js.map +1 -1
- package/out/service/index.d.ts +2 -0
- package/out/service/index.d.ts.map +1 -1
- package/out/service/index.js +2 -0
- package/out/service/index.js.map +1 -1
- package/out/service/transform.d.ts +2 -2
- package/out/service/transform.js +3 -3
- package/out/utils/node.d.ts +6 -1
- package/out/utils/node.d.ts.map +1 -1
- package/out/utils/node.js +56 -1
- package/out/utils/node.js.map +1 -1
- package/out/utils/traverse.js +1 -1
- package/out/utils/traverse.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lcap/nasl-concepts",
|
|
3
3
|
"description": "NetEase Application Specific Language",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.14.0-beta.10",
|
|
5
5
|
"author": "Forrest <rainforest92@126.com>",
|
|
6
6
|
"main": "./out",
|
|
7
7
|
"types": "./out",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"json5": "2.2.3",
|
|
48
48
|
"lodash": "4.17.21",
|
|
49
49
|
"uuid": "8.3.2",
|
|
50
|
-
"@lcap/nasl-sentry": "3.
|
|
51
|
-
"@lcap/nasl-translator": "3.
|
|
52
|
-
"@lcap/nasl-
|
|
53
|
-
"@lcap/nasl-
|
|
50
|
+
"@lcap/nasl-sentry": "3.14.0-beta.10",
|
|
51
|
+
"@lcap/nasl-translator": "3.14.0-beta.10",
|
|
52
|
+
"@lcap/nasl-utils": "3.14.0-beta.10",
|
|
53
|
+
"@lcap/nasl-types": "3.14.0-beta.10"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/parser": "7.22.15",
|