@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.
Files changed (166) hide show
  1. package/out/common/BaseNode.d.ts +15 -3
  2. package/out/common/BaseNode.d.ts.map +1 -1
  3. package/out/common/BaseNode.js +111 -21
  4. package/out/common/BaseNode.js.map +1 -1
  5. package/out/concepts/App__.d.ts.map +1 -1
  6. package/out/concepts/App__.js +4 -2
  7. package/out/concepts/App__.js.map +1 -1
  8. package/out/concepts/Argument__.d.ts.map +1 -1
  9. package/out/concepts/Argument__.js.map +1 -1
  10. package/out/concepts/AuthInterface__.d.ts.map +1 -1
  11. package/out/concepts/AuthInterface__.js.map +1 -1
  12. package/out/concepts/BindAttribute__.js +1 -1
  13. package/out/concepts/CallEvent__.d.ts +3 -0
  14. package/out/concepts/CallEvent__.d.ts.map +1 -1
  15. package/out/concepts/CallEvent__.js +13 -0
  16. package/out/concepts/CallEvent__.js.map +1 -1
  17. package/out/concepts/CallFunction__.js +2 -2
  18. package/out/concepts/CallLogic__.d.ts +4 -1
  19. package/out/concepts/CallLogic__.d.ts.map +1 -1
  20. package/out/concepts/CallLogic__.js +28 -4
  21. package/out/concepts/CallLogic__.js.map +1 -1
  22. package/out/concepts/CallQueryComponent__.d.ts +1 -1
  23. package/out/concepts/Connection__.d.ts +1 -0
  24. package/out/concepts/Connection__.d.ts.map +1 -1
  25. package/out/concepts/Connection__.js +3 -0
  26. package/out/concepts/Connection__.js.map +1 -1
  27. package/out/concepts/DataSource__.js +1 -1
  28. package/out/concepts/DataSource__.js.map +1 -1
  29. package/out/concepts/DefaultValue__.d.ts +1 -0
  30. package/out/concepts/DefaultValue__.d.ts.map +1 -1
  31. package/out/concepts/DefaultValue__.js +12 -1
  32. package/out/concepts/DefaultValue__.js.map +1 -1
  33. package/out/concepts/Entity__.d.ts.map +1 -1
  34. package/out/concepts/Entity__.js.map +1 -1
  35. package/out/concepts/EnumItem__.d.ts +2 -0
  36. package/out/concepts/EnumItem__.d.ts.map +1 -1
  37. package/out/concepts/EnumItem__.js +23 -0
  38. package/out/concepts/EnumItem__.js.map +1 -1
  39. package/out/concepts/Enum__.d.ts +1 -0
  40. package/out/concepts/Enum__.d.ts.map +1 -1
  41. package/out/concepts/Enum__.js +11 -0
  42. package/out/concepts/Enum__.js.map +1 -1
  43. package/out/concepts/FrontendVariable__.d.ts.map +1 -1
  44. package/out/concepts/FrontendVariable__.js.map +1 -1
  45. package/out/concepts/Frontend__.d.ts +1 -1
  46. package/out/concepts/Frontend__.d.ts.map +1 -1
  47. package/out/concepts/Frontend__.js +5 -3
  48. package/out/concepts/Frontend__.js.map +1 -1
  49. package/out/concepts/Identifier__.d.ts +2 -1
  50. package/out/concepts/Identifier__.d.ts.map +1 -1
  51. package/out/concepts/Identifier__.js +1 -1
  52. package/out/concepts/Identifier__.js.map +1 -1
  53. package/out/concepts/InterfaceParam__.d.ts +1 -0
  54. package/out/concepts/InterfaceParam__.d.ts.map +1 -1
  55. package/out/concepts/InterfaceParam__.js.map +1 -1
  56. package/out/concepts/Interface__.d.ts +1 -0
  57. package/out/concepts/Interface__.d.ts.map +1 -1
  58. package/out/concepts/Interface__.js +12 -1
  59. package/out/concepts/Interface__.js.map +1 -1
  60. package/out/concepts/Logic__.d.ts +3 -0
  61. package/out/concepts/Logic__.d.ts.map +1 -1
  62. package/out/concepts/Logic__.js +18 -0
  63. package/out/concepts/Logic__.js.map +1 -1
  64. package/out/concepts/Match__.d.ts +1 -0
  65. package/out/concepts/Match__.d.ts.map +1 -1
  66. package/out/concepts/Match__.js +24 -15
  67. package/out/concepts/Match__.js.map +1 -1
  68. package/out/concepts/Module__.d.ts.map +1 -1
  69. package/out/concepts/Module__.js +0 -17
  70. package/out/concepts/Module__.js.map +1 -1
  71. package/out/concepts/Param__.d.ts +2 -0
  72. package/out/concepts/Param__.d.ts.map +1 -1
  73. package/out/concepts/Param__.js +12 -1
  74. package/out/concepts/Param__.js.map +1 -1
  75. package/out/concepts/QueryFieldExpression__.d.ts +4 -0
  76. package/out/concepts/QueryFieldExpression__.d.ts.map +1 -1
  77. package/out/concepts/QueryFieldExpression__.js +6 -0
  78. package/out/concepts/QueryFieldExpression__.js.map +1 -1
  79. package/out/concepts/QueryFromExpression__.d.ts.map +1 -1
  80. package/out/concepts/QueryFromExpression__.js +1 -6
  81. package/out/concepts/QueryFromExpression__.js.map +1 -1
  82. package/out/concepts/QueryJoinExpression__.d.ts.map +1 -1
  83. package/out/concepts/QueryJoinExpression__.js +1 -6
  84. package/out/concepts/QueryJoinExpression__.js.map +1 -1
  85. package/out/concepts/Return__.d.ts +1 -0
  86. package/out/concepts/Return__.d.ts.map +1 -1
  87. package/out/concepts/Return__.js +12 -1
  88. package/out/concepts/Return__.js.map +1 -1
  89. package/out/concepts/StringInterpolation__.js +2 -2
  90. package/out/concepts/StructureProperty__.d.ts +5 -1
  91. package/out/concepts/StructureProperty__.d.ts.map +1 -1
  92. package/out/concepts/StructureProperty__.js +15 -2
  93. package/out/concepts/StructureProperty__.js.map +1 -1
  94. package/out/concepts/Structure__.d.ts +1 -0
  95. package/out/concepts/Structure__.d.ts.map +1 -1
  96. package/out/concepts/Structure__.js +12 -1
  97. package/out/concepts/Structure__.js.map +1 -1
  98. package/out/concepts/TypeAnnotation__.d.ts +47 -4
  99. package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
  100. package/out/concepts/TypeAnnotation__.js +86 -10
  101. package/out/concepts/TypeAnnotation__.js.map +1 -1
  102. package/out/concepts/TypeParam__.d.ts +6 -0
  103. package/out/concepts/TypeParam__.d.ts.map +1 -1
  104. package/out/concepts/TypeParam__.js +15 -1
  105. package/out/concepts/TypeParam__.js.map +1 -1
  106. package/out/concepts/Variable__.d.ts +1 -0
  107. package/out/concepts/Variable__.d.ts.map +1 -1
  108. package/out/concepts/Variable__.js +11 -0
  109. package/out/concepts/Variable__.js.map +1 -1
  110. package/out/concepts/View__.d.ts +1 -1
  111. package/out/concepts/View__.d.ts.map +1 -1
  112. package/out/concepts/View__.js +10 -12
  113. package/out/concepts/View__.js.map +1 -1
  114. package/out/index.d.ts +2 -1
  115. package/out/index.d.ts.map +1 -1
  116. package/out/index.js +10 -1
  117. package/out/index.js.map +1 -1
  118. package/out/semantics/localVarCollector.d.ts +11 -5
  119. package/out/semantics/localVarCollector.d.ts.map +1 -1
  120. package/out/semantics/localVarCollector.js +75 -5
  121. package/out/semantics/localVarCollector.js.map +1 -1
  122. package/out/semantics/semanticData.d.ts +22 -21
  123. package/out/semantics/semanticData.d.ts.map +1 -1
  124. package/out/semantics/semanticData.js +142 -224
  125. package/out/semantics/semanticData.js.map +1 -1
  126. package/out/service/annotation.d.ts +2 -8
  127. package/out/service/annotation.d.ts.map +1 -1
  128. package/out/service/annotation.js +1 -99
  129. package/out/service/annotation.js.map +1 -1
  130. package/out/service/file-module.d.ts +59 -0
  131. package/out/service/file-module.d.ts.map +1 -0
  132. package/out/service/file-module.js +341 -0
  133. package/out/service/file-module.js.map +1 -0
  134. package/out/service/formatTsUtils.d.ts +2 -2
  135. package/out/service/formatTsUtils.d.ts.map +1 -1
  136. package/out/service/formatTsUtils.js +43 -49
  137. package/out/service/formatTsUtils.js.map +1 -1
  138. package/out/service/genSlotVarRef.d.ts +4 -1
  139. package/out/service/genSlotVarRef.d.ts.map +1 -1
  140. package/out/service/genSlotVarRef.js +22 -12
  141. package/out/service/genSlotVarRef.js.map +1 -1
  142. package/out/service/getConnector.d.ts.map +1 -1
  143. package/out/service/getConnector.js +2 -9
  144. package/out/service/getConnector.js.map +1 -1
  145. package/out/service/getLogics.d.ts.map +1 -1
  146. package/out/service/getLogics.js +1 -0
  147. package/out/service/getLogics.js.map +1 -1
  148. package/out/service/getMemberIdentifier.d.ts +0 -1
  149. package/out/service/getMemberIdentifier.d.ts.map +1 -1
  150. package/out/service/getMemberIdentifier.js +19 -37
  151. package/out/service/getMemberIdentifier.js.map +1 -1
  152. package/out/service/getProcessesV2.js +2 -2
  153. package/out/service/getProcessesV2.js.map +1 -1
  154. package/out/service/index.d.ts +2 -0
  155. package/out/service/index.d.ts.map +1 -1
  156. package/out/service/index.js +2 -0
  157. package/out/service/index.js.map +1 -1
  158. package/out/service/transform.d.ts +2 -2
  159. package/out/service/transform.js +3 -3
  160. package/out/utils/node.d.ts +6 -1
  161. package/out/utils/node.d.ts.map +1 -1
  162. package/out/utils/node.js +56 -1
  163. package/out/utils/node.js.map +1 -1
  164. package/out/utils/traverse.js +1 -1
  165. package/out/utils/traverse.js.map +1 -1
  166. 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.13.2-rc.5",
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.13.2-rc.5",
51
- "@lcap/nasl-translator": "3.13.2-rc.5",
52
- "@lcap/nasl-types": "3.13.2-rc.5",
53
- "@lcap/nasl-utils": "3.13.2-rc.5"
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",