@lcap/nasl 3.3.2-beta.4 → 3.3.3-beta.1

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 (1260) hide show
  1. package/.nyc_output/{d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json → 4f2d526f-9422-4abc-993d-0857e05a5009.json} +1 -1
  2. package/.nyc_output/processinfo/4f2d526f-9422-4abc-993d-0857e05a5009.json +1 -0
  3. package/.nyc_output/processinfo/index.json +1 -1
  4. package/coverage/index.html +108 -108
  5. package/coverage/src/automate/engine/index.html +1 -1
  6. package/coverage/src/automate/engine/utils.js.html +36 -36
  7. package/coverage/src/bak/index.html +15 -15
  8. package/coverage/src/bak/translator.js.html +183 -60
  9. package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +1 -1
  10. package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +1 -1
  11. package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +1 -1
  12. package/coverage/src/breakpoint/generator/CallbackNode.ts.html +1 -1
  13. package/coverage/src/breakpoint/generator/index.html +1 -1
  14. package/coverage/src/breakpoint/generator/index.ts.html +1 -1
  15. package/coverage/src/breakpoint/index.html +1 -1
  16. package/coverage/src/breakpoint/index.ts.html +1 -1
  17. package/coverage/src/breakpoint/shared/constants.ts.html +1 -1
  18. package/coverage/src/breakpoint/shared/index.html +1 -1
  19. package/coverage/src/breakpoint/shared/index.ts.html +1 -1
  20. package/coverage/src/breakpoint/shared/operations.ts.html +1 -1
  21. package/coverage/src/breakpoint/shared/socket.ts.html +1 -1
  22. package/coverage/src/breakpoint/shared/utils.ts.html +1 -1
  23. package/coverage/src/breakpoint/store/core.ts.html +1 -1
  24. package/coverage/src/breakpoint/store/dock.ts.html +1 -1
  25. package/coverage/src/breakpoint/store/index.html +1 -1
  26. package/coverage/src/breakpoint/store/index.ts.html +1 -1
  27. package/coverage/src/common/BaseNode.ts.html +92 -62
  28. package/coverage/src/common/Command.ts.html +1 -1
  29. package/coverage/src/common/EventEmitter.ts.html +1 -1
  30. package/coverage/src/common/Messager.ts.html +1 -1
  31. package/coverage/src/common/asyncFuncMap.ts.html +1 -1
  32. package/coverage/src/common/index.html +14 -14
  33. package/coverage/src/common/index.ts.html +1 -1
  34. package/coverage/src/concepts/Abort__.ts.html +9 -6
  35. package/coverage/src/concepts/Anchor__.ts.html +36 -21
  36. package/coverage/src/concepts/AnonymousFunction__.ts.html +62 -20
  37. package/coverage/src/concepts/App__.ts.html +917 -74
  38. package/coverage/src/concepts/Argument__.ts.html +41 -26
  39. package/coverage/src/concepts/Assignee__.ts.html +40 -13
  40. package/coverage/src/concepts/AssignmentLine__.ts.html +9 -6
  41. package/coverage/src/concepts/Assignment__.ts.html +61 -22
  42. package/coverage/src/concepts/Attribute__.ts.html +25 -10
  43. package/coverage/src/concepts/AuthInterface__.ts.html +9 -6
  44. package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +25 -10
  45. package/coverage/src/concepts/AuthLogic__.ts.html +18 -6
  46. package/coverage/src/concepts/BackendVariable__.ts.html +25 -10
  47. package/coverage/src/concepts/Backend__.ts.html +25 -10
  48. package/coverage/src/concepts/BatchAssignment__.ts.html +61 -16
  49. package/coverage/src/concepts/BinaryExpression__.ts.html +141 -39
  50. package/coverage/src/concepts/BindAttribute__.ts.html +134 -41
  51. package/coverage/src/concepts/BindDirective__.ts.html +79 -16
  52. package/coverage/src/concepts/BindEvent__.ts.html +80 -23
  53. package/coverage/src/concepts/BindStyle__.ts.html +25 -10
  54. package/coverage/src/concepts/BooleanLiteral__.ts.html +9 -6
  55. package/coverage/src/concepts/CallAuthInterface__.ts.html +25 -10
  56. package/coverage/src/concepts/CallConnector__.ts.html +9 -6
  57. package/coverage/src/concepts/CallFunction__.ts.html +56 -38
  58. package/coverage/src/concepts/CallInterface__.ts.html +81 -36
  59. package/coverage/src/concepts/CallLogic__.ts.html +195 -264
  60. package/coverage/src/concepts/CallQueryComponent__.ts.html +40 -13
  61. package/coverage/src/concepts/Comment__.ts.html +11 -8
  62. package/coverage/src/concepts/CompletionProperty__.ts.html +25 -10
  63. package/coverage/src/concepts/ConfigGroup__.ts.html +25 -10
  64. package/coverage/src/concepts/ConfigPropertyValue__.ts.html +9 -6
  65. package/coverage/src/concepts/ConfigProperty__.ts.html +25 -10
  66. package/coverage/src/concepts/Configuration__.ts.html +25 -10
  67. package/coverage/src/concepts/Connection__.ts.html +26 -11
  68. package/coverage/src/concepts/ConnectorTrigger__.ts.html +9 -6
  69. package/coverage/src/concepts/Connector__.ts.html +85 -22
  70. package/coverage/src/concepts/Constant__.ts.html +25 -10
  71. package/coverage/src/concepts/DataSource__.ts.html +26 -11
  72. package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +9 -6
  73. package/coverage/src/concepts/Destination__.ts.html +24 -12
  74. package/coverage/src/concepts/End__.ts.html +9 -6
  75. package/coverage/src/concepts/EntityIndex__.ts.html +9 -6
  76. package/coverage/src/concepts/EntityProperty__.ts.html +62 -14
  77. package/coverage/src/concepts/Entity__.ts.html +41 -14
  78. package/coverage/src/concepts/EnumItem__.ts.html +9 -6
  79. package/coverage/src/concepts/Enum__.ts.html +25 -10
  80. package/coverage/src/concepts/Event__.ts.html +25 -10
  81. package/coverage/src/concepts/ExternalDestination__.ts.html +25 -10
  82. package/coverage/src/concepts/ForEachStatement__.ts.html +68 -47
  83. package/coverage/src/concepts/FrontendLibrary__.ts.html +40 -13
  84. package/coverage/src/concepts/FrontendVariable__.ts.html +1 -1
  85. package/coverage/src/concepts/Frontend__.ts.html +86 -23
  86. package/coverage/src/concepts/Function__.ts.html +92 -26
  87. package/coverage/src/concepts/Identifier__.ts.html +28 -25
  88. package/coverage/src/concepts/IfStatement__.ts.html +83 -56
  89. package/coverage/src/concepts/Integration__.ts.html +40 -13
  90. package/coverage/src/concepts/InterfaceParam__.ts.html +25 -10
  91. package/coverage/src/concepts/Interface__.ts.html +61 -22
  92. package/coverage/src/concepts/JSBlock__.ts.html +188 -8
  93. package/coverage/src/concepts/JavaLogic__.ts.html +9 -6
  94. package/coverage/src/concepts/LogicItem__.ts.html +15 -12
  95. package/coverage/src/concepts/Logic__.ts.html +117 -81
  96. package/coverage/src/concepts/MatchCase__.ts.html +100 -61
  97. package/coverage/src/concepts/Match__.ts.html +48 -27
  98. package/coverage/src/concepts/MemberExpression__.ts.html +72 -66
  99. package/coverage/src/concepts/MetadataType__.ts.html +1996 -0
  100. package/coverage/src/concepts/MicroApp__.ts.html +9 -6
  101. package/coverage/src/concepts/Module__.ts.html +672 -18
  102. package/coverage/src/concepts/MsgTriggerEvent__.ts.html +25 -10
  103. package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +25 -10
  104. package/coverage/src/concepts/Namespace__.ts.html +175 -40
  105. package/coverage/src/concepts/NewComposite__.ts.html +93 -27
  106. package/coverage/src/concepts/NewList__.ts.html +44 -14
  107. package/coverage/src/concepts/NewMap__.ts.html +44 -14
  108. package/coverage/src/concepts/New__.ts.html +1 -1
  109. package/coverage/src/concepts/NullLiteral__.ts.html +9 -6
  110. package/coverage/src/concepts/NumericLiteral__.ts.html +27 -12
  111. package/coverage/src/concepts/OqlQueryComponent__.ts.html +103 -13
  112. package/coverage/src/concepts/OverriddenLogic__.ts.html +100 -25
  113. package/coverage/src/concepts/Param__.ts.html +24 -15
  114. package/coverage/src/concepts/Point__.ts.html +9 -6
  115. package/coverage/src/concepts/ProcessComponent__.ts.html +40 -13
  116. package/coverage/src/concepts/ProcessElement__.ts.html +128 -29
  117. package/coverage/src/concepts/ProcessOutcome__.ts.html +9 -6
  118. package/coverage/src/concepts/ProcessOutcomes__.ts.html +9 -6
  119. package/coverage/src/concepts/Process__.ts.html +85 -22
  120. package/coverage/src/concepts/QueryAggregateExpression__.ts.html +25 -10
  121. package/coverage/src/concepts/QueryFieldExpression__.ts.html +9 -6
  122. package/coverage/src/concepts/QueryFromExpression__.ts.html +25 -10
  123. package/coverage/src/concepts/QueryGroupByExpression__.ts.html +25 -10
  124. package/coverage/src/concepts/QueryJoinExpression__.ts.html +25 -10
  125. package/coverage/src/concepts/QueryLimitExpression__.ts.html +25 -10
  126. package/coverage/src/concepts/QueryOrderByExpression__.ts.html +25 -10
  127. package/coverage/src/concepts/QuerySelectExpression__.ts.html +25 -10
  128. package/coverage/src/concepts/Rect__.ts.html +9 -6
  129. package/coverage/src/concepts/Return__.ts.html +25 -10
  130. package/coverage/src/concepts/Role__.ts.html +9 -6
  131. package/coverage/src/concepts/SelectMembers__.ts.html +25 -10
  132. package/coverage/src/concepts/Slot__.ts.html +25 -10
  133. package/coverage/src/concepts/SqlQueryComponent__.ts.html +25 -10
  134. package/coverage/src/concepts/Start__.ts.html +9 -6
  135. package/coverage/src/concepts/StringInterpolation__.ts.html +40 -19
  136. package/coverage/src/concepts/StringLiteral__.ts.html +9 -6
  137. package/coverage/src/concepts/StructureProperty__.ts.html +25 -10
  138. package/coverage/src/concepts/Structure__.ts.html +40 -13
  139. package/coverage/src/concepts/SwitchCase__.ts.html +33 -18
  140. package/coverage/src/concepts/SwitchStatement__.ts.html +38 -23
  141. package/coverage/src/concepts/Theme__.ts.html +9 -6
  142. package/coverage/src/concepts/Transactional__.ts.html +9 -6
  143. package/coverage/src/concepts/TriggerEvent__.ts.html +25 -10
  144. package/coverage/src/concepts/TriggerLauncher__.ts.html +9 -6
  145. package/coverage/src/concepts/TypeAnnotation__.ts.html +223 -61
  146. package/coverage/src/concepts/TypeParam__.ts.html +10 -7
  147. package/coverage/src/concepts/UnaryExpression__.ts.html +40 -13
  148. package/coverage/src/concepts/Unparsed__.ts.html +11 -8
  149. package/coverage/src/concepts/UseComponent__.ts.html +9 -6
  150. package/coverage/src/concepts/ValidationRule__.ts.html +30 -15
  151. package/coverage/src/concepts/Variable__.ts.html +61 -16
  152. package/coverage/src/concepts/ViewBlock__.ts.html +9 -6
  153. package/coverage/src/concepts/ViewComponent__.ts.html +99 -24
  154. package/coverage/src/concepts/ViewElement__.ts.html +334 -181
  155. package/coverage/src/concepts/View__.ts.html +326 -71
  156. package/coverage/src/concepts/WhileStatement__.ts.html +78 -45
  157. package/coverage/src/concepts/basics/stdlib/index.html +1 -1
  158. package/coverage/src/concepts/basics/stdlib/index.ts.html +1 -1
  159. package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +1 -1
  160. package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +1 -1
  161. package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +1 -1
  162. package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +1 -1
  163. package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +1 -1
  164. package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +1 -1
  165. package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +1 -1
  166. package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +1 -1
  167. package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +1 -1
  168. package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +1 -1
  169. package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +1 -1
  170. package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +1 -1
  171. package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +1 -1
  172. package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +1 -1
  173. package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +1 -1
  174. package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +1 -1
  175. package/coverage/src/concepts/basics/types/coreTypeList.ts.html +1 -1
  176. package/coverage/src/concepts/basics/types/index.html +1 -1
  177. package/coverage/src/concepts/basics/types/index.ts.html +1 -1
  178. package/coverage/src/concepts/index.html +823 -808
  179. package/coverage/src/concepts/index.ts.html +1 -1
  180. package/coverage/src/concepts/index__.ts.html +7 -4
  181. package/coverage/src/config.ts.html +1 -1
  182. package/coverage/src/decorators/index.html +1 -1
  183. package/coverage/src/decorators/index.ts.html +24 -24
  184. package/coverage/src/decorators/promise.ts.html +1 -1
  185. package/coverage/src/eventBus.ts.html +1 -1
  186. package/coverage/src/generator/compileComponent.ts.html +1 -1
  187. package/coverage/src/generator/genBundleFiles.ts.html +13 -19
  188. package/coverage/src/generator/genHash.ts.html +1 -1
  189. package/coverage/src/generator/genMetaData.ts.html +103 -16
  190. package/coverage/src/generator/genReleaseBody.ts.html +1 -1
  191. package/coverage/src/generator/icestark.ts.html +1 -1
  192. package/coverage/src/generator/index.html +15 -15
  193. package/coverage/src/generator/index.ts.html +1 -1
  194. package/coverage/src/generator/microApp.ts.html +1 -1
  195. package/coverage/src/generator/permission.ts.html +1 -1
  196. package/coverage/src/generator/qiankun.ts.html +1 -1
  197. package/coverage/src/generator/styleReplacer.ts.html +1 -1
  198. package/coverage/src/index.html +7 -7
  199. package/coverage/src/index.ts.html +4 -4
  200. package/coverage/src/manager/diagnostic.ts.html +1 -1
  201. package/coverage/src/manager/index.html +1 -1
  202. package/coverage/src/manager/stepRecorder.ts.html +1 -1
  203. package/coverage/src/natural/genNaturalTS.ts.html +1 -1
  204. package/coverage/src/natural/index.html +15 -15
  205. package/coverage/src/natural/index.ts.html +1 -1
  206. package/coverage/src/natural/naslStdlibMap.ts.html +1 -1
  207. package/coverage/src/natural/transformTSCode.ts.html +78 -18
  208. package/coverage/src/sentry/index.html +1 -1
  209. package/coverage/src/sentry/index.ts.html +21 -21
  210. package/coverage/src/server/createUiTs.ts.html +15 -6
  211. package/coverage/src/server/entity2LogicNamespace.ts.html +1 -1
  212. package/coverage/src/server/event.js.html +1 -1
  213. package/coverage/src/server/extendBaseNode.ts.html +7 -4
  214. package/coverage/src/server/formatTsUtils.ts.html +1 -1
  215. package/coverage/src/server/getConnector.ts.html +1 -1
  216. package/coverage/src/server/getExtensionModules.ts.html +1 -1
  217. package/coverage/src/server/getFunctions.ts.html +1 -1
  218. package/coverage/src/server/getInterfaces.ts.html +1 -1
  219. package/coverage/src/server/getLogging.ts.html +1 -1
  220. package/coverage/src/server/getLogics.ts.html +1 -1
  221. package/coverage/src/server/getMemberIdentifier.ts.html +161 -113
  222. package/coverage/src/server/getProcessComponents.ts.html +1 -1
  223. package/coverage/src/server/getProcesses.ts.html +1 -1
  224. package/coverage/src/server/getValidates.ts.html +1 -1
  225. package/coverage/src/server/index.html +25 -25
  226. package/coverage/src/server/index.ts.html +1 -1
  227. package/coverage/src/server/naslServer.ts.html +470 -59
  228. package/coverage/src/server/naslStdlibMap.ts.html +1 -1
  229. package/coverage/src/server/process2LogicNamespace.ts.html +1 -1
  230. package/coverage/src/server/translator.ts.html +3 -3
  231. package/coverage/src/service/creator/add.configs.js.html +26 -8
  232. package/coverage/src/service/creator/errHandles.js.html +19 -37
  233. package/coverage/src/service/creator/index.html +22 -22
  234. package/coverage/src/service/creator/index.js.html +1 -1
  235. package/coverage/src/service/datasource/api.js.html +1 -1
  236. package/coverage/src/service/datasource/index.html +1 -1
  237. package/coverage/src/service/datasource/index.js.html +1 -1
  238. package/coverage/src/service/logic/api.js.html +1 -1
  239. package/coverage/src/service/logic/index.html +1 -1
  240. package/coverage/src/service/logic/index.js.html +1 -1
  241. package/coverage/src/service/storage/api.js.html +1 -1
  242. package/coverage/src/service/storage/index.html +19 -19
  243. package/coverage/src/service/storage/index.ts.html +1 -1
  244. package/coverage/src/service/storage/init.ts.html +1498 -598
  245. package/coverage/src/service/storage/jsoner.ts.html +3 -3
  246. package/coverage/src/service/storage/map.ts.html +1 -1
  247. package/coverage/src/service/storage/service.ts.html +1 -1
  248. package/coverage/src/service/storage/storagePoint.ts.html +1 -1
  249. package/coverage/src/templator/genCallComponentLogic.ts.html +1 -1
  250. package/coverage/src/templator/genCreateBlock.ts.html +47 -56
  251. package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +49 -31
  252. package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +81 -93
  253. package/coverage/src/templator/genEditTableBlock.ts.html +80 -11
  254. package/coverage/src/templator/genEnumSelectBlock.ts.html +1 -1
  255. package/coverage/src/templator/genGetBlock.ts.html +1 -1
  256. package/coverage/src/templator/genGridViewBlock.ts.html +1 -1
  257. package/coverage/src/templator/genListViewBlock.ts.html +1 -1
  258. package/coverage/src/templator/genQueryComponent.ts.html +1 -1
  259. package/coverage/src/templator/genSelectBlock.ts.html +1 -1
  260. package/coverage/src/templator/genTableBlock.ts.html +66 -3
  261. package/coverage/src/templator/genUpdateBlock.ts.html +48 -36
  262. package/coverage/src/templator/index.html +39 -39
  263. package/coverage/src/templator/index.ts.html +1 -1
  264. package/coverage/src/templator/utils.ts.html +77 -11
  265. package/coverage/src/translator/constant.ts.html +1 -1
  266. package/coverage/src/translator/index.html +20 -20
  267. package/coverage/src/translator/index.ts.html +1 -1
  268. package/coverage/src/translator/utils.ts.html +87 -30
  269. package/coverage/src/utils/cookie.ts.html +1 -1
  270. package/coverage/src/utils/env.ts.html +1 -1
  271. package/coverage/src/utils/index.html +27 -27
  272. package/coverage/src/utils/index.ts.html +115 -22
  273. package/coverage/src/utils/logger.ts.html +1 -1
  274. package/coverage/src/utils/sortTsString.ts.html +1 -1
  275. package/coverage/src/utils/string.ts.html +110 -8
  276. package/coverage/src/utils/time-slicing.ts.html +1 -1
  277. package/coverage/src/utils/traverse.ts.html +1 -1
  278. package/coverage/src/utils/window.ts.html +1 -1
  279. package/package.json +1 -1
  280. package/sandbox/stdlib/nasl.core.ts +187 -185
  281. package/src/bak/translator.js +75 -43
  282. package/src/common/BaseNode.ts +62 -12
  283. package/src/concepts/Abort__.ts +1 -0
  284. package/src/concepts/Anchor__.ts +19 -14
  285. package/src/concepts/AnonymousFunction__.ts +26 -12
  286. package/src/concepts/App__.ts +359 -76
  287. package/src/concepts/Argument__.ts +8 -3
  288. package/src/concepts/Assignee__.ts +15 -6
  289. package/src/concepts/AssignmentLine__.ts +1 -0
  290. package/src/concepts/Assignment__.ts +27 -14
  291. package/src/concepts/Attribute__.ts +8 -3
  292. package/src/concepts/AuthInterface__.ts +1 -0
  293. package/src/concepts/AuthLogicForCallInterface__.ts +8 -3
  294. package/src/concepts/AuthLogic__.ts +4 -0
  295. package/src/concepts/BackendVariable__.ts +30 -6
  296. package/src/concepts/Backend__.ts +8 -3
  297. package/src/concepts/BatchAssignment__.ts +28 -13
  298. package/src/concepts/BinaryExpression__.ts +56 -22
  299. package/src/concepts/BindAttribute__.ts +50 -18
  300. package/src/concepts/BindDirective__.ts +26 -5
  301. package/src/concepts/BindEvent__.ts +34 -15
  302. package/src/concepts/BindStyle__.ts +8 -3
  303. package/src/concepts/BooleanLiteral__.ts +1 -0
  304. package/src/concepts/CallAuthInterface__.ts +8 -3
  305. package/src/concepts/CallConnector__.ts +1 -0
  306. package/src/concepts/CallFunction__.ts +27 -24
  307. package/src/concepts/CallInterface__.ts +43 -28
  308. package/src/concepts/CallLogic__.ts +85 -62
  309. package/src/concepts/CallQueryComponent__.ts +15 -6
  310. package/src/concepts/Comment__.ts +2 -1
  311. package/src/concepts/CompletionProperty__.ts +8 -3
  312. package/src/concepts/ConfigGroup__.ts +8 -3
  313. package/src/concepts/ConfigPropertyValue__.ts +1 -0
  314. package/src/concepts/ConfigProperty__.ts +8 -3
  315. package/src/concepts/Configuration__.ts +8 -3
  316. package/src/concepts/Connection__.ts +9 -4
  317. package/src/concepts/ConnectorTrigger__.ts +1 -0
  318. package/src/concepts/Connector__.ts +36 -15
  319. package/src/concepts/Constant__.ts +8 -3
  320. package/src/concepts/DataSource__.ts +8 -3
  321. package/src/concepts/DatabaseTypeAnnotation__.ts +1 -0
  322. package/src/concepts/Destination__.ts +8 -4
  323. package/src/concepts/End__.ts +1 -0
  324. package/src/concepts/EntityIndex__.ts +1 -0
  325. package/src/concepts/EntityProperty__.ts +23 -7
  326. package/src/concepts/Entity__.ts +15 -6
  327. package/src/concepts/EnumItem__.ts +1 -0
  328. package/src/concepts/Enum__.ts +8 -3
  329. package/src/concepts/Event__.ts +8 -3
  330. package/src/concepts/ExternalDestination__.ts +8 -3
  331. package/src/concepts/ForEachStatement__.ts +43 -36
  332. package/src/concepts/FrontendLibrary__.ts +15 -6
  333. package/src/concepts/Frontend__.ts +36 -15
  334. package/src/concepts/Function__.ts +40 -18
  335. package/src/concepts/Identifier__.ts +1 -0
  336. package/src/concepts/IfStatement__.ts +29 -20
  337. package/src/concepts/Integration__.ts +15 -6
  338. package/src/concepts/InterfaceParam__.ts +8 -3
  339. package/src/concepts/Interface__.ts +28 -15
  340. package/src/concepts/JSBlock__.ts +60 -0
  341. package/src/concepts/JavaLogic__.ts +1 -0
  342. package/src/concepts/LogicItem__.ts +5 -4
  343. package/src/concepts/Logic__.ts +70 -58
  344. package/src/concepts/MatchCase__.ts +42 -29
  345. package/src/concepts/Match__.ts +23 -16
  346. package/src/concepts/MemberExpression__.ts +24 -19
  347. package/src/concepts/MetadataType__.ts +637 -0
  348. package/src/concepts/MicroApp__.ts +1 -0
  349. package/src/concepts/Module__.ts +227 -9
  350. package/src/concepts/MsgTriggerEvent__.ts +8 -3
  351. package/src/concepts/MsgTriggerLauncher__.ts +8 -3
  352. package/src/concepts/Namespace__.ts +78 -33
  353. package/src/concepts/NewComposite__.ts +41 -19
  354. package/src/concepts/NewList__.ts +17 -7
  355. package/src/concepts/NewMap__.ts +17 -7
  356. package/src/concepts/NullLiteral__.ts +1 -0
  357. package/src/concepts/NumericLiteral__.ts +9 -4
  358. package/src/concepts/OqlQueryComponent__.ts +35 -5
  359. package/src/concepts/OverriddenLogic__.ts +44 -19
  360. package/src/concepts/Param__.ts +38 -15
  361. package/src/concepts/Point__.ts +1 -0
  362. package/src/concepts/ProcessComponent__.ts +15 -6
  363. package/src/concepts/ProcessElement__.ts +57 -24
  364. package/src/concepts/ProcessOutcome__.ts +1 -0
  365. package/src/concepts/ProcessOutcomes__.ts +1 -0
  366. package/src/concepts/Process__.ts +36 -15
  367. package/src/concepts/QueryAggregateExpression__.ts +8 -3
  368. package/src/concepts/QueryFieldExpression__.ts +1 -0
  369. package/src/concepts/QueryFromExpression__.ts +8 -3
  370. package/src/concepts/QueryGroupByExpression__.ts +8 -3
  371. package/src/concepts/QueryJoinExpression__.ts +8 -3
  372. package/src/concepts/QueryLimitExpression__.ts +8 -3
  373. package/src/concepts/QueryOrderByExpression__.ts +8 -3
  374. package/src/concepts/QuerySelectExpression__.ts +8 -3
  375. package/src/concepts/Rect__.ts +1 -0
  376. package/src/concepts/Return__.ts +31 -6
  377. package/src/concepts/Role__.ts +1 -0
  378. package/src/concepts/SelectMembers__.ts +8 -3
  379. package/src/concepts/Slot__.ts +8 -3
  380. package/src/concepts/SqlQueryComponent__.ts +8 -3
  381. package/src/concepts/Start__.ts +1 -0
  382. package/src/concepts/StringInterpolation__.ts +14 -7
  383. package/src/concepts/StringLiteral__.ts +1 -0
  384. package/src/concepts/StructureProperty__.ts +8 -3
  385. package/src/concepts/Structure__.ts +15 -6
  386. package/src/concepts/SwitchCase__.ts +14 -9
  387. package/src/concepts/SwitchStatement__.ts +21 -16
  388. package/src/concepts/Theme__.ts +1 -0
  389. package/src/concepts/Transactional__.ts +1 -0
  390. package/src/concepts/TriggerEvent__.ts +8 -3
  391. package/src/concepts/TriggerLauncher__.ts +1 -0
  392. package/src/concepts/TypeAnnotation__.ts +75 -21
  393. package/src/concepts/TypeParam__.ts +2 -1
  394. package/src/concepts/UnaryExpression__.ts +15 -6
  395. package/src/concepts/Unparsed__.ts +2 -1
  396. package/src/concepts/UseComponent__.ts +1 -0
  397. package/src/concepts/ValidationRule__.ts +10 -5
  398. package/src/concepts/Variable__.ts +32 -8
  399. package/src/concepts/ViewBlock__.ts +1 -0
  400. package/src/concepts/ViewComponent__.ts +43 -18
  401. package/src/concepts/ViewElement__.ts +190 -119
  402. package/src/concepts/View__.ts +136 -58
  403. package/src/concepts/WhileStatement__.ts +26 -15
  404. package/src/concepts/basics/stdlib/nasl.util.ts +2 -2
  405. package/src/concepts/index__.ts +1 -0
  406. package/src/concepts/types__.ts +2 -0
  407. package/src/generator/genBundleFiles.ts +11 -13
  408. package/src/generator/genMetaData.ts +37 -8
  409. package/src/generator/permission.ts +33 -9
  410. package/src/sentry/index.ts +3 -1
  411. package/src/server/extendBaseNode.ts +2 -1
  412. package/src/server/getMemberIdentifier.ts +122 -121
  413. package/src/server/naslServer.ts +141 -5
  414. package/src/server/translator.ts +2 -2
  415. package/src/service/storage/init.ts +46 -22
  416. package/src/templator/genCreateBlock.ts +35 -38
  417. package/src/templator/genCurdEditMultipleKeyBlock.ts +31 -25
  418. package/src/templator/genCurdMultipleKeyBlock.ts +67 -71
  419. package/src/templator/genEditTableBlock.ts +7 -6
  420. package/src/templator/genUpdateBlock.ts +30 -26
  421. package/src/templator/utils.ts +23 -1
  422. package/src/translator/utils.ts +20 -0
  423. package/src/utils/index.ts +19 -1
  424. package/src/utils/string.ts +34 -0
  425. package/test/concepts/call-interface/__snapshots__/toJS.spec.ts.snap +2 -2
  426. package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +3 -3
  427. package/test/concepts/match/__snapshots__/toJS.spec.ts.snap +1 -1
  428. package/test/concepts/numeric-literal/__snapshots__/toJS.spec.ts.snap +1 -1
  429. package/test/concepts/validation-rule/__snapshots__/toJS.spec.ts.snap +3 -3
  430. package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +4 -0
  431. package/.nyc_output/processinfo/d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json +0 -1
  432. package/out/automate/engine/index.d.ts +0 -4
  433. package/out/automate/engine/index.js +0 -443
  434. package/out/automate/engine/index.js.map +0 -1
  435. package/out/automate/engine/operators.d.ts +0 -24
  436. package/out/automate/engine/operators.js +0 -252
  437. package/out/automate/engine/operators.js.map +0 -1
  438. package/out/automate/engine/uniqueName.d.ts +0 -12
  439. package/out/automate/engine/uniqueName.js +0 -112
  440. package/out/automate/engine/uniqueName.js.map +0 -1
  441. package/out/automate/engine/utils.d.ts +0 -25
  442. package/out/automate/engine/utils.js +0 -444
  443. package/out/automate/engine/utils.js.map +0 -1
  444. package/out/automate/engine/viewCache.d.ts +0 -19
  445. package/out/automate/engine/viewCache.js +0 -45
  446. package/out/automate/engine/viewCache.js.map +0 -1
  447. package/out/automate/template/myProcess.d.ts +0 -10
  448. package/out/automate/template/myProcess.js +0 -11498
  449. package/out/automate/template/myProcess.js.map +0 -1
  450. package/out/automate/upgrader/2.12.d.ts +0 -7
  451. package/out/automate/upgrader/2.12.js +0 -63
  452. package/out/automate/upgrader/2.12.js.map +0 -1
  453. package/out/automate/upgrader/2.14-components.d.ts +0 -1115
  454. package/out/automate/upgrader/2.14-components.js +0 -1087
  455. package/out/automate/upgrader/2.14-components.js.map +0 -1
  456. package/out/automate/upgrader/2.14.d.ts +0 -10
  457. package/out/automate/upgrader/2.14.js +0 -236
  458. package/out/automate/upgrader/2.14.js.map +0 -1
  459. package/out/automate/upgrader/2.14.old.d.ts +0 -1
  460. package/out/automate/upgrader/2.14.old.js +0 -125
  461. package/out/automate/upgrader/2.14.old.js.map +0 -1
  462. package/out/automate/upgrader/2.16.d.ts +0 -10
  463. package/out/automate/upgrader/2.16.js +0 -75
  464. package/out/automate/upgrader/2.16.js.map +0 -1
  465. package/out/automate/upgrader/2.17.d.ts +0 -21
  466. package/out/automate/upgrader/2.17.js +0 -557
  467. package/out/automate/upgrader/2.17.js.map +0 -1
  468. package/out/automate/upgrader/2.18.d.ts +0 -10
  469. package/out/automate/upgrader/2.18.js +0 -107
  470. package/out/automate/upgrader/2.18.js.map +0 -1
  471. package/out/automate/upgrader/2.20.d.ts +0 -17
  472. package/out/automate/upgrader/2.20.js +0 -68
  473. package/out/automate/upgrader/2.20.js.map +0 -1
  474. package/out/bak/translator.d.ts +0 -1
  475. package/out/bak/translator.js +0 -190
  476. package/out/bak/translator.js.map +0 -1
  477. package/out/breakpoint/generator/AfterStartNode.d.ts +0 -7
  478. package/out/breakpoint/generator/AfterStartNode.js +0 -30
  479. package/out/breakpoint/generator/AfterStartNode.js.map +0 -1
  480. package/out/breakpoint/generator/BeforeEndNode.d.ts +0 -7
  481. package/out/breakpoint/generator/BeforeEndNode.js +0 -28
  482. package/out/breakpoint/generator/BeforeEndNode.js.map +0 -1
  483. package/out/breakpoint/generator/BreakpointNode.d.ts +0 -15
  484. package/out/breakpoint/generator/BreakpointNode.js +0 -284
  485. package/out/breakpoint/generator/BreakpointNode.js.map +0 -1
  486. package/out/breakpoint/generator/CallbackNode.d.ts +0 -4
  487. package/out/breakpoint/generator/CallbackNode.js +0 -22
  488. package/out/breakpoint/generator/CallbackNode.js.map +0 -1
  489. package/out/breakpoint/generator/FragmentNode.d.ts +0 -4
  490. package/out/breakpoint/generator/FragmentNode.js +0 -18
  491. package/out/breakpoint/generator/FragmentNode.js.map +0 -1
  492. package/out/breakpoint/generator/index.d.ts +0 -4
  493. package/out/breakpoint/generator/index.js +0 -119
  494. package/out/breakpoint/generator/index.js.map +0 -1
  495. package/out/breakpoint/index.d.ts +0 -3
  496. package/out/breakpoint/index.js +0 -20
  497. package/out/breakpoint/index.js.map +0 -1
  498. package/out/breakpoint/shared/constants.d.ts +0 -37
  499. package/out/breakpoint/shared/constants.js +0 -106
  500. package/out/breakpoint/shared/constants.js.map +0 -1
  501. package/out/breakpoint/shared/index.d.ts +0 -3
  502. package/out/breakpoint/shared/index.js +0 -33
  503. package/out/breakpoint/shared/index.js.map +0 -1
  504. package/out/breakpoint/shared/operations.d.ts +0 -10
  505. package/out/breakpoint/shared/operations.js +0 -25
  506. package/out/breakpoint/shared/operations.js.map +0 -1
  507. package/out/breakpoint/shared/socket.d.ts +0 -48
  508. package/out/breakpoint/shared/socket.js +0 -257
  509. package/out/breakpoint/shared/socket.js.map +0 -1
  510. package/out/breakpoint/shared/utils.d.ts +0 -27
  511. package/out/breakpoint/shared/utils.js +0 -229
  512. package/out/breakpoint/shared/utils.js.map +0 -1
  513. package/out/breakpoint/store/core.d.ts +0 -80
  514. package/out/breakpoint/store/core.js +0 -416
  515. package/out/breakpoint/store/core.js.map +0 -1
  516. package/out/breakpoint/store/dock.d.ts +0 -1
  517. package/out/breakpoint/store/dock.js +0 -160
  518. package/out/breakpoint/store/dock.js.map +0 -1
  519. package/out/breakpoint/store/index.d.ts +0 -2
  520. package/out/breakpoint/store/index.js +0 -19
  521. package/out/breakpoint/store/index.js.map +0 -1
  522. package/out/common/BaseNode.d.ts +0 -330
  523. package/out/common/BaseNode.js +0 -1261
  524. package/out/common/BaseNode.js.map +0 -1
  525. package/out/common/Command.d.ts +0 -21
  526. package/out/common/Command.js +0 -79
  527. package/out/common/Command.js.map +0 -1
  528. package/out/common/ComponentAPI.d.ts +0 -110
  529. package/out/common/ComponentAPI.js +0 -3
  530. package/out/common/ComponentAPI.js.map +0 -1
  531. package/out/common/EventEmitter.d.ts +0 -59
  532. package/out/common/EventEmitter.js +0 -69
  533. package/out/common/EventEmitter.js.map +0 -1
  534. package/out/common/Messager.d.ts +0 -91
  535. package/out/common/Messager.js +0 -207
  536. package/out/common/Messager.js.map +0 -1
  537. package/out/common/asyncFuncMap.d.ts +0 -2
  538. package/out/common/asyncFuncMap.js +0 -16
  539. package/out/common/asyncFuncMap.js.map +0 -1
  540. package/out/common/index.d.ts +0 -3
  541. package/out/common/index.js +0 -20
  542. package/out/common/index.js.map +0 -1
  543. package/out/concepts/Abort__.d.ts +0 -26
  544. package/out/concepts/Abort__.js +0 -80
  545. package/out/concepts/Abort__.js.map +0 -1
  546. package/out/concepts/Anchor__.d.ts +0 -46
  547. package/out/concepts/Anchor__.js +0 -198
  548. package/out/concepts/Anchor__.js.map +0 -1
  549. package/out/concepts/AnonymousFunction__.d.ts +0 -173
  550. package/out/concepts/AnonymousFunction__.js +0 -519
  551. package/out/concepts/AnonymousFunction__.js.map +0 -1
  552. package/out/concepts/App__.d.ts +0 -1687
  553. package/out/concepts/App__.js +0 -2529
  554. package/out/concepts/App__.js.map +0 -1
  555. package/out/concepts/Argument__.d.ts +0 -67
  556. package/out/concepts/Argument__.js +0 -302
  557. package/out/concepts/Argument__.js.map +0 -1
  558. package/out/concepts/Assignee__.d.ts +0 -289
  559. package/out/concepts/Assignee__.js +0 -425
  560. package/out/concepts/Assignee__.js.map +0 -1
  561. package/out/concepts/AssignmentLine__.d.ts +0 -42
  562. package/out/concepts/AssignmentLine__.js +0 -111
  563. package/out/concepts/AssignmentLine__.js.map +0 -1
  564. package/out/concepts/Assignment__.d.ts +0 -75
  565. package/out/concepts/Assignment__.js +0 -310
  566. package/out/concepts/Assignment__.js.map +0 -1
  567. package/out/concepts/Attribute__.d.ts +0 -98
  568. package/out/concepts/Attribute__.js +0 -206
  569. package/out/concepts/Attribute__.js.map +0 -1
  570. package/out/concepts/AuthInterface__.d.ts +0 -36
  571. package/out/concepts/AuthInterface__.js +0 -83
  572. package/out/concepts/AuthInterface__.js.map +0 -1
  573. package/out/concepts/AuthLogicForCallInterface__.d.ts +0 -139
  574. package/out/concepts/AuthLogicForCallInterface__.js +0 -523
  575. package/out/concepts/AuthLogicForCallInterface__.js.map +0 -1
  576. package/out/concepts/AuthLogic__.d.ts +0 -67
  577. package/out/concepts/AuthLogic__.js +0 -219
  578. package/out/concepts/AuthLogic__.js.map +0 -1
  579. package/out/concepts/BackendVariable__.d.ts +0 -138
  580. package/out/concepts/BackendVariable__.js +0 -424
  581. package/out/concepts/BackendVariable__.js.map +0 -1
  582. package/out/concepts/Backend__.d.ts +0 -135
  583. package/out/concepts/Backend__.js +0 -275
  584. package/out/concepts/Backend__.js.map +0 -1
  585. package/out/concepts/BatchAssignment__.d.ts +0 -253
  586. package/out/concepts/BatchAssignment__.js +0 -856
  587. package/out/concepts/BatchAssignment__.js.map +0 -1
  588. package/out/concepts/BinaryExpression__.d.ts +0 -72
  589. package/out/concepts/BinaryExpression__.js +0 -386
  590. package/out/concepts/BinaryExpression__.js.map +0 -1
  591. package/out/concepts/BindAttribute__.d.ts +0 -324
  592. package/out/concepts/BindAttribute__.js +0 -1046
  593. package/out/concepts/BindAttribute__.js.map +0 -1
  594. package/out/concepts/BindDirective__.d.ts +0 -163
  595. package/out/concepts/BindDirective__.js +0 -540
  596. package/out/concepts/BindDirective__.js.map +0 -1
  597. package/out/concepts/BindEvent__.d.ts +0 -253
  598. package/out/concepts/BindEvent__.js +0 -922
  599. package/out/concepts/BindEvent__.js.map +0 -1
  600. package/out/concepts/BindStyle__.d.ts +0 -140
  601. package/out/concepts/BindStyle__.js +0 -433
  602. package/out/concepts/BindStyle__.js.map +0 -1
  603. package/out/concepts/BooleanLiteral__.d.ts +0 -36
  604. package/out/concepts/BooleanLiteral__.js +0 -106
  605. package/out/concepts/BooleanLiteral__.js.map +0 -1
  606. package/out/concepts/CallAuthInterface__.d.ts +0 -126
  607. package/out/concepts/CallAuthInterface__.js +0 -405
  608. package/out/concepts/CallAuthInterface__.js.map +0 -1
  609. package/out/concepts/CallConnector__.d.ts +0 -47
  610. package/out/concepts/CallConnector__.js +0 -264
  611. package/out/concepts/CallConnector__.js.map +0 -1
  612. package/out/concepts/CallFunction__.d.ts +0 -159
  613. package/out/concepts/CallFunction__.js +0 -549
  614. package/out/concepts/CallFunction__.js.map +0 -1
  615. package/out/concepts/CallInterface__.d.ts +0 -130
  616. package/out/concepts/CallInterface__.js +0 -790
  617. package/out/concepts/CallInterface__.js.map +0 -1
  618. package/out/concepts/CallLogic__.d.ts +0 -231
  619. package/out/concepts/CallLogic__.js +0 -1322
  620. package/out/concepts/CallLogic__.js.map +0 -1
  621. package/out/concepts/CallQueryComponent__.d.ts +0 -433
  622. package/out/concepts/CallQueryComponent__.js +0 -1283
  623. package/out/concepts/CallQueryComponent__.js.map +0 -1
  624. package/out/concepts/Comment__.d.ts +0 -33
  625. package/out/concepts/Comment__.js +0 -102
  626. package/out/concepts/Comment__.js.map +0 -1
  627. package/out/concepts/CompletionProperty__.d.ts +0 -105
  628. package/out/concepts/CompletionProperty__.js +0 -269
  629. package/out/concepts/CompletionProperty__.js.map +0 -1
  630. package/out/concepts/ConfigGroup__.d.ts +0 -125
  631. package/out/concepts/ConfigGroup__.js +0 -254
  632. package/out/concepts/ConfigGroup__.js.map +0 -1
  633. package/out/concepts/ConfigPropertyValue__.d.ts +0 -45
  634. package/out/concepts/ConfigPropertyValue__.js +0 -107
  635. package/out/concepts/ConfigPropertyValue__.js.map +0 -1
  636. package/out/concepts/ConfigProperty__.d.ts +0 -154
  637. package/out/concepts/ConfigProperty__.js +0 -325
  638. package/out/concepts/ConfigProperty__.js.map +0 -1
  639. package/out/concepts/Configuration__.d.ts +0 -124
  640. package/out/concepts/Configuration__.js +0 -227
  641. package/out/concepts/Configuration__.js.map +0 -1
  642. package/out/concepts/Connection__.d.ts +0 -166
  643. package/out/concepts/Connection__.js +0 -335
  644. package/out/concepts/Connection__.js.map +0 -1
  645. package/out/concepts/ConnectorTrigger__.d.ts +0 -79
  646. package/out/concepts/ConnectorTrigger__.js +0 -157
  647. package/out/concepts/ConnectorTrigger__.js.map +0 -1
  648. package/out/concepts/Connector__.d.ts +0 -570
  649. package/out/concepts/Connector__.js +0 -856
  650. package/out/concepts/Connector__.js.map +0 -1
  651. package/out/concepts/Constant__.d.ts +0 -111
  652. package/out/concepts/Constant__.js +0 -255
  653. package/out/concepts/Constant__.js.map +0 -1
  654. package/out/concepts/DataSource__.d.ts +0 -169
  655. package/out/concepts/DataSource__.js +0 -465
  656. package/out/concepts/DataSource__.js.map +0 -1
  657. package/out/concepts/DatabaseTypeAnnotation__.d.ts +0 -32
  658. package/out/concepts/DatabaseTypeAnnotation__.js +0 -79
  659. package/out/concepts/DatabaseTypeAnnotation__.js.map +0 -1
  660. package/out/concepts/Destination__.d.ts +0 -158
  661. package/out/concepts/Destination__.js +0 -796
  662. package/out/concepts/Destination__.js.map +0 -1
  663. package/out/concepts/End__.d.ts +0 -25
  664. package/out/concepts/End__.js +0 -114
  665. package/out/concepts/End__.js.map +0 -1
  666. package/out/concepts/EntityIndex__.d.ts +0 -96
  667. package/out/concepts/EntityIndex__.js +0 -221
  668. package/out/concepts/EntityIndex__.js.map +0 -1
  669. package/out/concepts/EntityProperty__.d.ts +0 -275
  670. package/out/concepts/EntityProperty__.js +0 -819
  671. package/out/concepts/EntityProperty__.js.map +0 -1
  672. package/out/concepts/Entity__.d.ts +0 -340
  673. package/out/concepts/Entity__.js +0 -738
  674. package/out/concepts/Entity__.js.map +0 -1
  675. package/out/concepts/EnumItem__.d.ts +0 -65
  676. package/out/concepts/EnumItem__.js +0 -152
  677. package/out/concepts/EnumItem__.js.map +0 -1
  678. package/out/concepts/Enum__.d.ts +0 -139
  679. package/out/concepts/Enum__.js +0 -334
  680. package/out/concepts/Enum__.js.map +0 -1
  681. package/out/concepts/Event__.d.ts +0 -144
  682. package/out/concepts/Event__.js +0 -249
  683. package/out/concepts/Event__.js.map +0 -1
  684. package/out/concepts/ExternalDestination__.d.ts +0 -76
  685. package/out/concepts/ExternalDestination__.js +0 -286
  686. package/out/concepts/ExternalDestination__.js.map +0 -1
  687. package/out/concepts/ForEachStatement__.d.ts +0 -171
  688. package/out/concepts/ForEachStatement__.js +0 -508
  689. package/out/concepts/ForEachStatement__.js.map +0 -1
  690. package/out/concepts/FrontendLibrary__.d.ts +0 -214
  691. package/out/concepts/FrontendLibrary__.js +0 -353
  692. package/out/concepts/FrontendLibrary__.js.map +0 -1
  693. package/out/concepts/FrontendVariable__.d.ts +0 -22
  694. package/out/concepts/FrontendVariable__.js +0 -65
  695. package/out/concepts/FrontendVariable__.js.map +0 -1
  696. package/out/concepts/Frontend__.d.ts +0 -478
  697. package/out/concepts/Frontend__.js +0 -845
  698. package/out/concepts/Frontend__.js.map +0 -1
  699. package/out/concepts/Function__.d.ts +0 -418
  700. package/out/concepts/Function__.js +0 -757
  701. package/out/concepts/Function__.js.map +0 -1
  702. package/out/concepts/Identifier__.d.ts +0 -52
  703. package/out/concepts/Identifier__.js +0 -302
  704. package/out/concepts/Identifier__.js.map +0 -1
  705. package/out/concepts/IfStatement__.d.ts +0 -159
  706. package/out/concepts/IfStatement__.js +0 -333
  707. package/out/concepts/IfStatement__.js.map +0 -1
  708. package/out/concepts/Integration__.d.ts +0 -144
  709. package/out/concepts/Integration__.js +0 -282
  710. package/out/concepts/Integration__.js.map +0 -1
  711. package/out/concepts/InterfaceParam__.d.ts +0 -136
  712. package/out/concepts/InterfaceParam__.js +0 -296
  713. package/out/concepts/InterfaceParam__.js.map +0 -1
  714. package/out/concepts/Interface__.d.ts +0 -331
  715. package/out/concepts/Interface__.js +0 -881
  716. package/out/concepts/Interface__.js.map +0 -1
  717. package/out/concepts/JSBlock__.d.ts +0 -35
  718. package/out/concepts/JSBlock__.js +0 -112
  719. package/out/concepts/JSBlock__.js.map +0 -1
  720. package/out/concepts/JavaLogic__.d.ts +0 -43
  721. package/out/concepts/JavaLogic__.js +0 -124
  722. package/out/concepts/JavaLogic__.js.map +0 -1
  723. package/out/concepts/LogicItem__.d.ts +0 -152
  724. package/out/concepts/LogicItem__.js +0 -286
  725. package/out/concepts/LogicItem__.js.map +0 -1
  726. package/out/concepts/Logic__.d.ts +0 -644
  727. package/out/concepts/Logic__.js +0 -1819
  728. package/out/concepts/Logic__.js.map +0 -1
  729. package/out/concepts/MatchCase__.d.ts +0 -259
  730. package/out/concepts/MatchCase__.js +0 -683
  731. package/out/concepts/MatchCase__.js.map +0 -1
  732. package/out/concepts/Match__.d.ts +0 -125
  733. package/out/concepts/Match__.js +0 -683
  734. package/out/concepts/Match__.js.map +0 -1
  735. package/out/concepts/MemberExpression__.d.ts +0 -75
  736. package/out/concepts/MemberExpression__.js +0 -484
  737. package/out/concepts/MemberExpression__.js.map +0 -1
  738. package/out/concepts/MicroApp__.d.ts +0 -52
  739. package/out/concepts/MicroApp__.js +0 -119
  740. package/out/concepts/MicroApp__.js.map +0 -1
  741. package/out/concepts/Module__.d.ts +0 -1236
  742. package/out/concepts/Module__.js +0 -1692
  743. package/out/concepts/Module__.js.map +0 -1
  744. package/out/concepts/MsgTriggerEvent__.d.ts +0 -138
  745. package/out/concepts/MsgTriggerEvent__.js +0 -227
  746. package/out/concepts/MsgTriggerEvent__.js.map +0 -1
  747. package/out/concepts/MsgTriggerLauncher__.d.ts +0 -127
  748. package/out/concepts/MsgTriggerLauncher__.js +0 -222
  749. package/out/concepts/MsgTriggerLauncher__.js.map +0 -1
  750. package/out/concepts/Namespace__.d.ts +0 -1070
  751. package/out/concepts/Namespace__.js +0 -1394
  752. package/out/concepts/Namespace__.js.map +0 -1
  753. package/out/concepts/NewComposite__.d.ts +0 -349
  754. package/out/concepts/NewComposite__.js +0 -1221
  755. package/out/concepts/NewComposite__.js.map +0 -1
  756. package/out/concepts/NewList__.d.ts +0 -136
  757. package/out/concepts/NewList__.js +0 -423
  758. package/out/concepts/NewList__.js.map +0 -1
  759. package/out/concepts/NewMap__.d.ts +0 -226
  760. package/out/concepts/NewMap__.js +0 -550
  761. package/out/concepts/NewMap__.js.map +0 -1
  762. package/out/concepts/New__.d.ts +0 -21
  763. package/out/concepts/New__.js +0 -70
  764. package/out/concepts/New__.js.map +0 -1
  765. package/out/concepts/NullLiteral__.d.ts +0 -27
  766. package/out/concepts/NullLiteral__.js +0 -81
  767. package/out/concepts/NullLiteral__.js.map +0 -1
  768. package/out/concepts/NumericLiteral__.d.ts +0 -57
  769. package/out/concepts/NumericLiteral__.js +0 -180
  770. package/out/concepts/NumericLiteral__.js.map +0 -1
  771. package/out/concepts/OqlQueryComponent__.d.ts +0 -74
  772. package/out/concepts/OqlQueryComponent__.js +0 -335
  773. package/out/concepts/OqlQueryComponent__.js.map +0 -1
  774. package/out/concepts/OverriddenLogic__.d.ts +0 -635
  775. package/out/concepts/OverriddenLogic__.js +0 -1634
  776. package/out/concepts/OverriddenLogic__.js.map +0 -1
  777. package/out/concepts/Param__.d.ts +0 -173
  778. package/out/concepts/Param__.js +0 -489
  779. package/out/concepts/Param__.js.map +0 -1
  780. package/out/concepts/Point__.d.ts +0 -32
  781. package/out/concepts/Point__.js +0 -79
  782. package/out/concepts/Point__.js.map +0 -1
  783. package/out/concepts/ProcessComponent__.d.ts +0 -220
  784. package/out/concepts/ProcessComponent__.js +0 -339
  785. package/out/concepts/ProcessComponent__.js.map +0 -1
  786. package/out/concepts/ProcessElement__.d.ts +0 -647
  787. package/out/concepts/ProcessElement__.js +0 -1227
  788. package/out/concepts/ProcessElement__.js.map +0 -1
  789. package/out/concepts/ProcessOutcome__.d.ts +0 -32
  790. package/out/concepts/ProcessOutcome__.js +0 -90
  791. package/out/concepts/ProcessOutcome__.js.map +0 -1
  792. package/out/concepts/ProcessOutcomes__.d.ts +0 -32
  793. package/out/concepts/ProcessOutcomes__.js +0 -89
  794. package/out/concepts/ProcessOutcomes__.js.map +0 -1
  795. package/out/concepts/Process__.d.ts +0 -614
  796. package/out/concepts/Process__.js +0 -1037
  797. package/out/concepts/Process__.js.map +0 -1
  798. package/out/concepts/QueryAggregateExpression__.d.ts +0 -52
  799. package/out/concepts/QueryAggregateExpression__.js +0 -149
  800. package/out/concepts/QueryAggregateExpression__.js.map +0 -1
  801. package/out/concepts/QueryFieldExpression__.d.ts +0 -54
  802. package/out/concepts/QueryFieldExpression__.js +0 -160
  803. package/out/concepts/QueryFieldExpression__.js.map +0 -1
  804. package/out/concepts/QueryFromExpression__.d.ts +0 -99
  805. package/out/concepts/QueryFromExpression__.js +0 -208
  806. package/out/concepts/QueryFromExpression__.js.map +0 -1
  807. package/out/concepts/QueryGroupByExpression__.d.ts +0 -47
  808. package/out/concepts/QueryGroupByExpression__.js +0 -140
  809. package/out/concepts/QueryGroupByExpression__.js.map +0 -1
  810. package/out/concepts/QueryJoinExpression__.d.ts +0 -186
  811. package/out/concepts/QueryJoinExpression__.js +0 -331
  812. package/out/concepts/QueryJoinExpression__.js.map +0 -1
  813. package/out/concepts/QueryLimitExpression__.d.ts +0 -58
  814. package/out/concepts/QueryLimitExpression__.js +0 -160
  815. package/out/concepts/QueryLimitExpression__.js.map +0 -1
  816. package/out/concepts/QueryOrderByExpression__.d.ts +0 -69
  817. package/out/concepts/QueryOrderByExpression__.js +0 -173
  818. package/out/concepts/QueryOrderByExpression__.js.map +0 -1
  819. package/out/concepts/QuerySelectExpression__.d.ts +0 -204
  820. package/out/concepts/QuerySelectExpression__.js +0 -299
  821. package/out/concepts/QuerySelectExpression__.js.map +0 -1
  822. package/out/concepts/Rect__.d.ts +0 -40
  823. package/out/concepts/Rect__.js +0 -95
  824. package/out/concepts/Rect__.js.map +0 -1
  825. package/out/concepts/Return__.d.ts +0 -135
  826. package/out/concepts/Return__.js +0 -370
  827. package/out/concepts/Return__.js.map +0 -1
  828. package/out/concepts/Role__.d.ts +0 -63
  829. package/out/concepts/Role__.js +0 -169
  830. package/out/concepts/Role__.js.map +0 -1
  831. package/out/concepts/SelectMembers__.d.ts +0 -143
  832. package/out/concepts/SelectMembers__.js +0 -293
  833. package/out/concepts/SelectMembers__.js.map +0 -1
  834. package/out/concepts/Slot__.d.ts +0 -75
  835. package/out/concepts/Slot__.js +0 -165
  836. package/out/concepts/Slot__.js.map +0 -1
  837. package/out/concepts/SqlQueryComponent__.d.ts +0 -72
  838. package/out/concepts/SqlQueryComponent__.js +0 -281
  839. package/out/concepts/SqlQueryComponent__.js.map +0 -1
  840. package/out/concepts/Start__.d.ts +0 -25
  841. package/out/concepts/Start__.js +0 -73
  842. package/out/concepts/Start__.js.map +0 -1
  843. package/out/concepts/StringInterpolation__.d.ts +0 -116
  844. package/out/concepts/StringInterpolation__.js +0 -263
  845. package/out/concepts/StringInterpolation__.js.map +0 -1
  846. package/out/concepts/StringLiteral__.d.ts +0 -39
  847. package/out/concepts/StringLiteral__.js +0 -138
  848. package/out/concepts/StringLiteral__.js.map +0 -1
  849. package/out/concepts/StructureProperty__.d.ts +0 -136
  850. package/out/concepts/StructureProperty__.js +0 -320
  851. package/out/concepts/StructureProperty__.js.map +0 -1
  852. package/out/concepts/Structure__.d.ts +0 -248
  853. package/out/concepts/Structure__.js +0 -475
  854. package/out/concepts/Structure__.js.map +0 -1
  855. package/out/concepts/SwitchCase__.d.ts +0 -95
  856. package/out/concepts/SwitchCase__.js +0 -273
  857. package/out/concepts/SwitchCase__.js.map +0 -1
  858. package/out/concepts/SwitchStatement__.d.ts +0 -85
  859. package/out/concepts/SwitchStatement__.js +0 -200
  860. package/out/concepts/SwitchStatement__.js.map +0 -1
  861. package/out/concepts/Theme__.d.ts +0 -38
  862. package/out/concepts/Theme__.js +0 -88
  863. package/out/concepts/Theme__.js.map +0 -1
  864. package/out/concepts/Transactional__.d.ts +0 -88
  865. package/out/concepts/Transactional__.js +0 -168
  866. package/out/concepts/Transactional__.js.map +0 -1
  867. package/out/concepts/TriggerEvent__.d.ts +0 -121
  868. package/out/concepts/TriggerEvent__.js +0 -224
  869. package/out/concepts/TriggerEvent__.js.map +0 -1
  870. package/out/concepts/TriggerLauncher__.d.ts +0 -82
  871. package/out/concepts/TriggerLauncher__.js +0 -220
  872. package/out/concepts/TriggerLauncher__.js.map +0 -1
  873. package/out/concepts/TypeAnnotation__.d.ts +0 -299
  874. package/out/concepts/TypeAnnotation__.js +0 -995
  875. package/out/concepts/TypeAnnotation__.js.map +0 -1
  876. package/out/concepts/TypeParam__.d.ts +0 -26
  877. package/out/concepts/TypeParam__.js +0 -79
  878. package/out/concepts/TypeParam__.js.map +0 -1
  879. package/out/concepts/UnaryExpression__.d.ts +0 -50
  880. package/out/concepts/UnaryExpression__.js +0 -186
  881. package/out/concepts/UnaryExpression__.js.map +0 -1
  882. package/out/concepts/Unparsed__.d.ts +0 -33
  883. package/out/concepts/Unparsed__.js +0 -100
  884. package/out/concepts/Unparsed__.js.map +0 -1
  885. package/out/concepts/UseComponent__.d.ts +0 -32
  886. package/out/concepts/UseComponent__.js +0 -79
  887. package/out/concepts/UseComponent__.js.map +0 -1
  888. package/out/concepts/ValidationRule__.d.ts +0 -148
  889. package/out/concepts/ValidationRule__.js +0 -489
  890. package/out/concepts/ValidationRule__.js.map +0 -1
  891. package/out/concepts/Variable__.d.ts +0 -155
  892. package/out/concepts/Variable__.js +0 -420
  893. package/out/concepts/Variable__.js.map +0 -1
  894. package/out/concepts/ViewBlock__.d.ts +0 -36
  895. package/out/concepts/ViewBlock__.js +0 -87
  896. package/out/concepts/ViewBlock__.js.map +0 -1
  897. package/out/concepts/ViewComponent__.d.ts +0 -566
  898. package/out/concepts/ViewComponent__.js +0 -762
  899. package/out/concepts/ViewComponent__.js.map +0 -1
  900. package/out/concepts/ViewElement__.d.ts +0 -628
  901. package/out/concepts/ViewElement__.js +0 -2245
  902. package/out/concepts/ViewElement__.js.map +0 -1
  903. package/out/concepts/View__.d.ts +0 -723
  904. package/out/concepts/View__.js +0 -2129
  905. package/out/concepts/View__.js.map +0 -1
  906. package/out/concepts/WhileStatement__.d.ts +0 -98
  907. package/out/concepts/WhileStatement__.js +0 -235
  908. package/out/concepts/WhileStatement__.js.map +0 -1
  909. package/out/concepts/basics/stdlib/index.d.ts +0 -4
  910. package/out/concepts/basics/stdlib/index.js +0 -45
  911. package/out/concepts/basics/stdlib/index.js.map +0 -1
  912. package/out/concepts/basics/stdlib/nasl.auth.d.ts +0 -7
  913. package/out/concepts/basics/stdlib/nasl.auth.js +0 -164
  914. package/out/concepts/basics/stdlib/nasl.auth.js.map +0 -1
  915. package/out/concepts/basics/stdlib/nasl.browser.d.ts +0 -3
  916. package/out/concepts/basics/stdlib/nasl.browser.js +0 -149
  917. package/out/concepts/basics/stdlib/nasl.browser.js.map +0 -1
  918. package/out/concepts/basics/stdlib/nasl.collection.d.ts +0 -7
  919. package/out/concepts/basics/stdlib/nasl.collection.js +0 -52
  920. package/out/concepts/basics/stdlib/nasl.collection.js.map +0 -1
  921. package/out/concepts/basics/stdlib/nasl.configuration.d.ts +0 -3
  922. package/out/concepts/basics/stdlib/nasl.configuration.js +0 -33
  923. package/out/concepts/basics/stdlib/nasl.configuration.js.map +0 -1
  924. package/out/concepts/basics/stdlib/nasl.core.d.ts +0 -5
  925. package/out/concepts/basics/stdlib/nasl.core.js +0 -49
  926. package/out/concepts/basics/stdlib/nasl.core.js.map +0 -1
  927. package/out/concepts/basics/stdlib/nasl.event.d.ts +0 -3
  928. package/out/concepts/basics/stdlib/nasl.event.js +0 -25
  929. package/out/concepts/basics/stdlib/nasl.event.js.map +0 -1
  930. package/out/concepts/basics/stdlib/nasl.http.d.ts +0 -7
  931. package/out/concepts/basics/stdlib/nasl.http.js +0 -169
  932. package/out/concepts/basics/stdlib/nasl.http.js.map +0 -1
  933. package/out/concepts/basics/stdlib/nasl.interface.d.ts +0 -7
  934. package/out/concepts/basics/stdlib/nasl.interface.js +0 -43
  935. package/out/concepts/basics/stdlib/nasl.interface.js.map +0 -1
  936. package/out/concepts/basics/stdlib/nasl.io.d.ts +0 -3
  937. package/out/concepts/basics/stdlib/nasl.io.js +0 -52
  938. package/out/concepts/basics/stdlib/nasl.io.js.map +0 -1
  939. package/out/concepts/basics/stdlib/nasl.logging.d.ts +0 -3
  940. package/out/concepts/basics/stdlib/nasl.logging.js +0 -56
  941. package/out/concepts/basics/stdlib/nasl.logging.js.map +0 -1
  942. package/out/concepts/basics/stdlib/nasl.process.d.ts +0 -7
  943. package/out/concepts/basics/stdlib/nasl.process.js +0 -638
  944. package/out/concepts/basics/stdlib/nasl.process.js.map +0 -1
  945. package/out/concepts/basics/stdlib/nasl.ui.d.ts +0 -7
  946. package/out/concepts/basics/stdlib/nasl.ui.js +0 -1063
  947. package/out/concepts/basics/stdlib/nasl.ui.js.map +0 -1
  948. package/out/concepts/basics/stdlib/nasl.util.d.ts +0 -5
  949. package/out/concepts/basics/stdlib/nasl.util.js +0 -2255
  950. package/out/concepts/basics/stdlib/nasl.util.js.map +0 -1
  951. package/out/concepts/basics/stdlib/nasl.validation.d.ts +0 -3
  952. package/out/concepts/basics/stdlib/nasl.validation.js +0 -565
  953. package/out/concepts/basics/stdlib/nasl.validation.js.map +0 -1
  954. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +0 -5
  955. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +0 -26
  956. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +0 -1
  957. package/out/concepts/basics/stdlib/timeZone.d.ts +0 -5
  958. package/out/concepts/basics/stdlib/timeZone.js +0 -196
  959. package/out/concepts/basics/stdlib/timeZone.js.map +0 -1
  960. package/out/concepts/basics/types/coreTypeList.d.ts +0 -2
  961. package/out/concepts/basics/types/coreTypeList.js +0 -15
  962. package/out/concepts/basics/types/coreTypeList.js.map +0 -1
  963. package/out/concepts/basics/types/index.d.ts +0 -16
  964. package/out/concepts/basics/types/index.js +0 -35
  965. package/out/concepts/basics/types/index.js.map +0 -1
  966. package/out/concepts/index.d.ts +0 -6
  967. package/out/concepts/index.js +0 -25
  968. package/out/concepts/index.js.map +0 -1
  969. package/out/concepts/index__.d.ts +0 -122
  970. package/out/concepts/index__.js +0 -139
  971. package/out/concepts/index__.js.map +0 -1
  972. package/out/concepts/types__.d.ts +0 -124
  973. package/out/concepts/types__.js +0 -3
  974. package/out/concepts/types__.js.map +0 -1
  975. package/out/config.d.ts +0 -43
  976. package/out/config.js +0 -72
  977. package/out/config.js.map +0 -1
  978. package/out/decorators/index.d.ts +0 -57
  979. package/out/decorators/index.js +0 -170
  980. package/out/decorators/index.js.map +0 -1
  981. package/out/decorators/promise.d.ts +0 -7
  982. package/out/decorators/promise.js +0 -28
  983. package/out/decorators/promise.js.map +0 -1
  984. package/out/enums/KEYWORDS.d.ts +0 -6
  985. package/out/enums/KEYWORDS.js +0 -1244
  986. package/out/enums/KEYWORDS.js.map +0 -1
  987. package/out/enums/LEVEL_NAME_MAP.d.ts +0 -26
  988. package/out/enums/LEVEL_NAME_MAP.js +0 -30
  989. package/out/enums/LEVEL_NAME_MAP.js.map +0 -1
  990. package/out/eventBus.d.ts +0 -3
  991. package/out/eventBus.js +0 -7
  992. package/out/eventBus.js.map +0 -1
  993. package/out/generator/compileComponent.d.ts +0 -11
  994. package/out/generator/compileComponent.js +0 -12
  995. package/out/generator/compileComponent.js.map +0 -1
  996. package/out/generator/genBundleFiles.d.ts +0 -34
  997. package/out/generator/genBundleFiles.js +0 -547
  998. package/out/generator/genBundleFiles.js.map +0 -1
  999. package/out/generator/genHash.d.ts +0 -7
  1000. package/out/generator/genHash.js +0 -39
  1001. package/out/generator/genHash.js.map +0 -1
  1002. package/out/generator/genMetaData.d.ts +0 -31
  1003. package/out/generator/genMetaData.js +0 -286
  1004. package/out/generator/genMetaData.js.map +0 -1
  1005. package/out/generator/genReleaseBody.d.ts +0 -72
  1006. package/out/generator/genReleaseBody.js +0 -322
  1007. package/out/generator/genReleaseBody.js.map +0 -1
  1008. package/out/generator/icestark.d.ts +0 -2
  1009. package/out/generator/icestark.js +0 -48
  1010. package/out/generator/icestark.js.map +0 -1
  1011. package/out/generator/index.d.ts +0 -7
  1012. package/out/generator/index.js +0 -24
  1013. package/out/generator/index.js.map +0 -1
  1014. package/out/generator/microApp.d.ts +0 -2
  1015. package/out/generator/microApp.js +0 -36
  1016. package/out/generator/microApp.js.map +0 -1
  1017. package/out/generator/permission.d.ts +0 -10
  1018. package/out/generator/permission.js +0 -270
  1019. package/out/generator/permission.js.map +0 -1
  1020. package/out/generator/qiankun.d.ts +0 -2
  1021. package/out/generator/qiankun.js +0 -52
  1022. package/out/generator/qiankun.js.map +0 -1
  1023. package/out/generator/styleReplacer.d.ts +0 -3
  1024. package/out/generator/styleReplacer.js +0 -68
  1025. package/out/generator/styleReplacer.js.map +0 -1
  1026. package/out/index.d.ts +0 -13
  1027. package/out/index.js +0 -67
  1028. package/out/index.js.map +0 -1
  1029. package/out/manager/diagnostic.d.ts +0 -35
  1030. package/out/manager/diagnostic.js +0 -63
  1031. package/out/manager/diagnostic.js.map +0 -1
  1032. package/out/manager/stepRecorder.d.ts +0 -20
  1033. package/out/manager/stepRecorder.js +0 -114
  1034. package/out/manager/stepRecorder.js.map +0 -1
  1035. package/out/natural/componentData.d.ts +0 -31
  1036. package/out/natural/componentData.js +0 -85
  1037. package/out/natural/componentData.js.map +0 -1
  1038. package/out/natural/genNaturalTS.d.ts +0 -3
  1039. package/out/natural/genNaturalTS.js +0 -90
  1040. package/out/natural/genNaturalTS.js.map +0 -1
  1041. package/out/natural/index.d.ts +0 -2
  1042. package/out/natural/index.js +0 -19
  1043. package/out/natural/index.js.map +0 -1
  1044. package/out/natural/naslStdlibMap.d.ts +0 -2
  1045. package/out/natural/naslStdlibMap.js +0 -26
  1046. package/out/natural/naslStdlibMap.js.map +0 -1
  1047. package/out/natural/transformTSCode.d.ts +0 -7
  1048. package/out/natural/transformTSCode.js +0 -920
  1049. package/out/natural/transformTSCode.js.map +0 -1
  1050. package/out/sentry/index.d.ts +0 -34
  1051. package/out/sentry/index.js +0 -148
  1052. package/out/sentry/index.js.map +0 -1
  1053. package/out/server/createUiTs.d.ts +0 -16
  1054. package/out/server/createUiTs.js +0 -296
  1055. package/out/server/createUiTs.js.map +0 -1
  1056. package/out/server/entity2LogicNamespace.d.ts +0 -10
  1057. package/out/server/entity2LogicNamespace.js +0 -382
  1058. package/out/server/entity2LogicNamespace.js.map +0 -1
  1059. package/out/server/event.d.ts +0 -30
  1060. package/out/server/event.js +0 -151
  1061. package/out/server/event.js.map +0 -1
  1062. package/out/server/extendBaseNode.d.ts +0 -1
  1063. package/out/server/extendBaseNode.js +0 -544
  1064. package/out/server/extendBaseNode.js.map +0 -1
  1065. package/out/server/formatTsUtils.d.ts +0 -37
  1066. package/out/server/formatTsUtils.js +0 -852
  1067. package/out/server/formatTsUtils.js.map +0 -1
  1068. package/out/server/getConnector.d.ts +0 -14
  1069. package/out/server/getConnector.js +0 -78
  1070. package/out/server/getConnector.js.map +0 -1
  1071. package/out/server/getExtensionModules.d.ts +0 -3
  1072. package/out/server/getExtensionModules.js +0 -34
  1073. package/out/server/getExtensionModules.js.map +0 -1
  1074. package/out/server/getFunctions.d.ts +0 -3
  1075. package/out/server/getFunctions.js +0 -20
  1076. package/out/server/getFunctions.js.map +0 -1
  1077. package/out/server/getInterfaces.d.ts +0 -2
  1078. package/out/server/getInterfaces.js +0 -48
  1079. package/out/server/getInterfaces.js.map +0 -1
  1080. package/out/server/getLogging.d.ts +0 -1
  1081. package/out/server/getLogging.js +0 -9
  1082. package/out/server/getLogging.js.map +0 -1
  1083. package/out/server/getLogics.d.ts +0 -4
  1084. package/out/server/getLogics.js +0 -381
  1085. package/out/server/getLogics.js.map +0 -1
  1086. package/out/server/getMemberIdentifier.d.ts +0 -17
  1087. package/out/server/getMemberIdentifier.js +0 -482
  1088. package/out/server/getMemberIdentifier.js.map +0 -1
  1089. package/out/server/getProcessComponents.d.ts +0 -2
  1090. package/out/server/getProcessComponents.js +0 -13
  1091. package/out/server/getProcessComponents.js.map +0 -1
  1092. package/out/server/getProcesses.d.ts +0 -33
  1093. package/out/server/getProcesses.js +0 -597
  1094. package/out/server/getProcesses.js.map +0 -1
  1095. package/out/server/getScope.d.ts +0 -13
  1096. package/out/server/getScope.js +0 -61
  1097. package/out/server/getScope.js.map +0 -1
  1098. package/out/server/getValidates.d.ts +0 -3
  1099. package/out/server/getValidates.js +0 -14
  1100. package/out/server/getValidates.js.map +0 -1
  1101. package/out/server/index.d.ts +0 -5
  1102. package/out/server/index.js +0 -42
  1103. package/out/server/index.js.map +0 -1
  1104. package/out/server/naslServer.d.ts +0 -381
  1105. package/out/server/naslServer.js +0 -4591
  1106. package/out/server/naslServer.js.map +0 -1
  1107. package/out/server/naslStdlibMap.d.ts +0 -2
  1108. package/out/server/naslStdlibMap.js +0 -54
  1109. package/out/server/naslStdlibMap.js.map +0 -1
  1110. package/out/server/process2LogicNamespace.d.ts +0 -26
  1111. package/out/server/process2LogicNamespace.js +0 -109
  1112. package/out/server/process2LogicNamespace.js.map +0 -1
  1113. package/out/server/translator.d.ts +0 -26
  1114. package/out/server/translator.js +0 -806
  1115. package/out/server/translator.js.map +0 -1
  1116. package/out/service/creator/add.configs.d.ts +0 -1
  1117. package/out/service/creator/add.configs.js +0 -103
  1118. package/out/service/creator/add.configs.js.map +0 -1
  1119. package/out/service/creator/errHandles.d.ts +0 -18
  1120. package/out/service/creator/errHandles.js +0 -68
  1121. package/out/service/creator/errHandles.js.map +0 -1
  1122. package/out/service/creator/index.d.ts +0 -1
  1123. package/out/service/creator/index.js +0 -87
  1124. package/out/service/creator/index.js.map +0 -1
  1125. package/out/service/datasource/api.d.ts +0 -12
  1126. package/out/service/datasource/api.js +0 -14
  1127. package/out/service/datasource/api.js.map +0 -1
  1128. package/out/service/datasource/index.d.ts +0 -2
  1129. package/out/service/datasource/index.js +0 -10
  1130. package/out/service/datasource/index.js.map +0 -1
  1131. package/out/service/defaultErrorMessage.json +0 -98
  1132. package/out/service/logic/api.d.ts +0 -9
  1133. package/out/service/logic/api.js +0 -11
  1134. package/out/service/logic/api.js.map +0 -1
  1135. package/out/service/logic/checktypeSocket.d.ts +0 -5
  1136. package/out/service/logic/checktypeSocket.js +0 -55
  1137. package/out/service/logic/checktypeSocket.js.map +0 -1
  1138. package/out/service/logic/index.d.ts +0 -2
  1139. package/out/service/logic/index.js +0 -10
  1140. package/out/service/logic/index.js.map +0 -1
  1141. package/out/service/storage/api.d.ts +0 -54
  1142. package/out/service/storage/api.js +0 -42
  1143. package/out/service/storage/api.js.map +0 -1
  1144. package/out/service/storage/index.d.ts +0 -2
  1145. package/out/service/storage/index.js +0 -10
  1146. package/out/service/storage/index.js.map +0 -1
  1147. package/out/service/storage/init.d.ts +0 -102
  1148. package/out/service/storage/init.js +0 -1126
  1149. package/out/service/storage/init.js.map +0 -1
  1150. package/out/service/storage/jsoner.d.ts +0 -36
  1151. package/out/service/storage/jsoner.js +0 -129
  1152. package/out/service/storage/jsoner.js.map +0 -1
  1153. package/out/service/storage/map.d.ts +0 -4
  1154. package/out/service/storage/map.js +0 -54
  1155. package/out/service/storage/map.js.map +0 -1
  1156. package/out/service/storage/service.d.ts +0 -25
  1157. package/out/service/storage/service.js +0 -80
  1158. package/out/service/storage/service.js.map +0 -1
  1159. package/out/service/storage/storagePoint.d.ts +0 -17
  1160. package/out/service/storage/storagePoint.js +0 -76
  1161. package/out/service/storage/storagePoint.js.map +0 -1
  1162. package/out/service/video/BaseService.d.ts +0 -7
  1163. package/out/service/video/BaseService.js +0 -61
  1164. package/out/service/video/BaseService.js.map +0 -1
  1165. package/out/service/video/MainCallbackService.d.ts +0 -12
  1166. package/out/service/video/MainCallbackService.js +0 -183
  1167. package/out/service/video/MainCallbackService.js.map +0 -1
  1168. package/out/service/video/VideoTranscribe.d.ts +0 -15
  1169. package/out/service/video/VideoTranscribe.js +0 -96
  1170. package/out/service/video/VideoTranscribe.js.map +0 -1
  1171. package/out/service/video/publishService.d.ts +0 -1
  1172. package/out/service/video/publishService.js +0 -58
  1173. package/out/service/video/publishService.js.map +0 -1
  1174. package/out/templator/genCallComponentLogic.d.ts +0 -17
  1175. package/out/templator/genCallComponentLogic.js +0 -29
  1176. package/out/templator/genCallComponentLogic.js.map +0 -1
  1177. package/out/templator/genCreateBlock.d.ts +0 -10
  1178. package/out/templator/genCreateBlock.js +0 -343
  1179. package/out/templator/genCreateBlock.js.map +0 -1
  1180. package/out/templator/genCurdEditMultipleKeyBlock.d.ts +0 -8
  1181. package/out/templator/genCurdEditMultipleKeyBlock.js +0 -527
  1182. package/out/templator/genCurdEditMultipleKeyBlock.js.map +0 -1
  1183. package/out/templator/genCurdMultipleKeyBlock.d.ts +0 -34
  1184. package/out/templator/genCurdMultipleKeyBlock.js +0 -704
  1185. package/out/templator/genCurdMultipleKeyBlock.js.map +0 -1
  1186. package/out/templator/genEditTableBlock.d.ts +0 -51
  1187. package/out/templator/genEditTableBlock.js +0 -326
  1188. package/out/templator/genEditTableBlock.js.map +0 -1
  1189. package/out/templator/genEnumSelectBlock.d.ts +0 -10
  1190. package/out/templator/genEnumSelectBlock.js +0 -26
  1191. package/out/templator/genEnumSelectBlock.js.map +0 -1
  1192. package/out/templator/genGetBlock.d.ts +0 -6
  1193. package/out/templator/genGetBlock.js +0 -138
  1194. package/out/templator/genGetBlock.js.map +0 -1
  1195. package/out/templator/genGridViewBlock.d.ts +0 -55
  1196. package/out/templator/genGridViewBlock.js +0 -359
  1197. package/out/templator/genGridViewBlock.js.map +0 -1
  1198. package/out/templator/genListViewBlock.d.ts +0 -19
  1199. package/out/templator/genListViewBlock.js +0 -148
  1200. package/out/templator/genListViewBlock.js.map +0 -1
  1201. package/out/templator/genQueryComponent.d.ts +0 -34
  1202. package/out/templator/genQueryComponent.js +0 -349
  1203. package/out/templator/genQueryComponent.js.map +0 -1
  1204. package/out/templator/genSelectBlock.d.ts +0 -45
  1205. package/out/templator/genSelectBlock.js +0 -388
  1206. package/out/templator/genSelectBlock.js.map +0 -1
  1207. package/out/templator/genTableBlock.d.ts +0 -53
  1208. package/out/templator/genTableBlock.js +0 -304
  1209. package/out/templator/genTableBlock.js.map +0 -1
  1210. package/out/templator/genUpdateBlock.d.ts +0 -6
  1211. package/out/templator/genUpdateBlock.js +0 -385
  1212. package/out/templator/genUpdateBlock.js.map +0 -1
  1213. package/out/templator/index.d.ts +0 -19
  1214. package/out/templator/index.js +0 -38
  1215. package/out/templator/index.js.map +0 -1
  1216. package/out/templator/utils.d.ts +0 -683
  1217. package/out/templator/utils.js +0 -459
  1218. package/out/templator/utils.js.map +0 -1
  1219. package/out/translator/constant.d.ts +0 -6
  1220. package/out/translator/constant.js +0 -10
  1221. package/out/translator/constant.js.map +0 -1
  1222. package/out/translator/index.d.ts +0 -3
  1223. package/out/translator/index.js +0 -20
  1224. package/out/translator/index.js.map +0 -1
  1225. package/out/translator/types.d.ts +0 -33
  1226. package/out/translator/types.js +0 -3
  1227. package/out/translator/types.js.map +0 -1
  1228. package/out/translator/utils.d.ts +0 -17
  1229. package/out/translator/utils.js +0 -111
  1230. package/out/translator/utils.js.map +0 -1
  1231. package/out/utils/cookie.d.ts +0 -9
  1232. package/out/utils/cookie.js +0 -62
  1233. package/out/utils/cookie.js.map +0 -1
  1234. package/out/utils/env.d.ts +0 -2
  1235. package/out/utils/env.js +0 -6
  1236. package/out/utils/env.js.map +0 -1
  1237. package/out/utils/index.d.ts +0 -44
  1238. package/out/utils/index.js +0 -201
  1239. package/out/utils/index.js.map +0 -1
  1240. package/out/utils/logger.d.ts +0 -7
  1241. package/out/utils/logger.js +0 -23
  1242. package/out/utils/logger.js.map +0 -1
  1243. package/out/utils/sortTsString.d.ts +0 -1
  1244. package/out/utils/sortTsString.js +0 -38
  1245. package/out/utils/sortTsString.js.map +0 -1
  1246. package/out/utils/string.d.ts +0 -51
  1247. package/out/utils/string.js +0 -107
  1248. package/out/utils/string.js.map +0 -1
  1249. package/out/utils/time-slicing.d.ts +0 -41
  1250. package/out/utils/time-slicing.js +0 -82
  1251. package/out/utils/time-slicing.js.map +0 -1
  1252. package/out/utils/traverse.d.ts +0 -36
  1253. package/out/utils/traverse.js +0 -143
  1254. package/out/utils/traverse.js.map +0 -1
  1255. package/out/utils/types.d.ts +0 -1
  1256. package/out/utils/types.js +0 -3
  1257. package/out/utils/types.js.map +0 -1
  1258. package/out/utils/window.d.ts +0 -7
  1259. package/out/utils/window.js +0 -14
  1260. package/out/utils/window.js.map +0 -1
@@ -1,995 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __importDefault = (this && this.__importDefault) || function (mod) {
9
- return (mod && mod.__esModule) ? mod : { "default": mod };
10
- };
11
- var TypeAnnotation_1;
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- exports.TypeAnnotation = exports.isUnion = exports.GENERIC_DESC = exports.PRIMITIVE_DESC = exports.OLD_PRIMITIVE_TITLE = exports.PRIMITIVE_TITLE = exports.PRIMITIVE_TYPE = void 0;
14
- const translator_1 = require("../translator");
15
- const generator_1 = require("../generator");
16
- var PRIMITIVE_TYPE;
17
- (function (PRIMITIVE_TYPE) {
18
- PRIMITIVE_TYPE["Boolean"] = "Boolean";
19
- PRIMITIVE_TYPE["Integer"] = "Integer";
20
- PRIMITIVE_TYPE["Long"] = "Long";
21
- PRIMITIVE_TYPE["Double"] = "Double";
22
- PRIMITIVE_TYPE["Decimal"] = "Decimal";
23
- PRIMITIVE_TYPE["String"] = "String";
24
- PRIMITIVE_TYPE["Text"] = "Text";
25
- PRIMITIVE_TYPE["Binary"] = "Binary";
26
- PRIMITIVE_TYPE["Date"] = "Date";
27
- PRIMITIVE_TYPE["Time"] = "Time";
28
- PRIMITIVE_TYPE["DateTime"] = "DateTime";
29
- PRIMITIVE_TYPE["Email"] = "Email";
30
- PRIMITIVE_TYPE["Union"] = "Union";
31
- PRIMITIVE_TYPE["Null"] = "Null";
32
- })(PRIMITIVE_TYPE = exports.PRIMITIVE_TYPE || (exports.PRIMITIVE_TYPE = {}));
33
- exports.PRIMITIVE_TITLE = {
34
- Boolean: '布尔值',
35
- Integer: '整数',
36
- Long: '整数',
37
- Double: '小数',
38
- Decimal: '小数',
39
- String: '文本',
40
- Text: '长文本',
41
- Binary: '二进制流',
42
- Date: '日期',
43
- Time: '时间',
44
- DateTime: '日期时间',
45
- Email: '电子邮箱',
46
- Union: '联合类型',
47
- };
48
- exports.OLD_PRIMITIVE_TITLE = {
49
- Boolean: '布尔值',
50
- Integer: '整数',
51
- Long: '长整数',
52
- Double: '小数',
53
- Decimal: '精准小数',
54
- String: '字符串',
55
- Text: '长文本',
56
- Binary: '二进制流',
57
- Date: '日期',
58
- Time: '时间',
59
- DateTime: '日期时间',
60
- Email: '电子邮箱',
61
- Union: '联合类型',
62
- };
63
- exports.PRIMITIVE_DESC = {
64
- Integer: '可表示最大长度约 10 个数字的正负整数(将被删除)',
65
- Double: '小数,有效数字约 16 个左右(将被删除)',
66
- Text: '底层与String相同,可存储更长的内容(将被删除)',
67
- Binary: '用于二进制流的存储',
68
- Email: '表示一个邮箱,底层与String相同(将被删除)',
69
- Boolean: '包含真(true)、假(false)两个值',
70
- Long: '可表示最大长度约 19 个数字的正负整数',
71
- Decimal: '可表示 31 个有效数字以内的小数',
72
- String: '表示汉语、英语、数字等文本内容',
73
- Date: '通常用于仅日期处理和数据存储',
74
- Time: '通常用于仅时间处理和数据存储',
75
- DateTime: '通常用于日期和时间的处理和数据存储',
76
- };
77
- exports.GENERIC_DESC = {
78
- List: 'T类型的数据构成的列表',
79
- Map: '从K类型到V类型的映射',
80
- };
81
- /**
82
- * 判断是否是联合类型
83
- * @param typeAnnotation
84
- * @returns
85
- */
86
- function isUnion(typeAnnotation) {
87
- return (typeAnnotation &&
88
- typeAnnotation.typeKind === 'union' &&
89
- typeAnnotation.typeNamespace === 'nasl.core' &&
90
- typeAnnotation.typeName === 'Union');
91
- }
92
- exports.isUnion = isUnion;
93
- const decorators_1 = require("../decorators");
94
- const BaseNode_1 = __importDefault(require("../common/BaseNode"));
95
- const StructureProperty__1 = __importDefault(require("./StructureProperty__"));
96
- /**
97
- * 类型标注
98
- */
99
- let TypeAnnotation = TypeAnnotation_1 =
100
- // @ts-ignore
101
- class TypeAnnotation extends BaseNode_1.default {
102
- /** 类名 */
103
- static ConceptName = 'TypeAnnotation';
104
- /**
105
- * 产品概念
106
- */
107
- // @ts-ignore
108
- concept;
109
- /**
110
- * 类型种类
111
- */
112
- // @ts-ignore
113
- typeKind;
114
- /**
115
- * 类型命名空间
116
- */
117
- // @ts-ignore
118
- typeNamespace;
119
- /**
120
- * 类型名称
121
- */
122
- // @ts-ignore
123
- typeName;
124
- /**
125
- * 类型参数
126
- */
127
- typeArguments = null;
128
- /**
129
- * 返回类型
130
- */
131
- returnType = null;
132
- /**
133
- * 是否是推断出来的
134
- */
135
- // @ts-ignore
136
- inferred;
137
- /**
138
- * 匿名数据结构属性
139
- */
140
- properties = null;
141
- /**
142
- * 规则对象
143
- */
144
- // @ts-ignore
145
- ruleMap;
146
- /**
147
- * @param source 需要合并的部分参数
148
- */
149
- constructor(source) {
150
- source = Object.assign({}, TypeAnnotation_1.getDefaultOptions(), source);
151
- super(source);
152
- super.subConstructor(source);
153
- }
154
- static from(source, parentNode, parentKey) {
155
- return super.from(source, parentNode, parentKey);
156
- }
157
- /**
158
- * 从父级删除该节点
159
- * @internal
160
- */
161
- _delete() {
162
- let params = null;
163
- if (this.parentNode) {
164
- params = this.parentNode?.__removeTypeAnnotation?.(this);
165
- }
166
- return params;
167
- }
168
- /**
169
- * 设置规则对象
170
- */
171
- setRuleMap(ruleMap) {
172
- const object = {
173
- ruleMap,
174
- };
175
- this.update({
176
- ...object,
177
- });
178
- }
179
- _insertTypeAnnotationInTypeArgumentsAt(options, index) {
180
- const typeAnnotationOptions = {};
181
- const relationOptions = { parentNode: this, parentKey: 'typeArguments' };
182
- let typeAnnotation;
183
- if (options instanceof TypeAnnotation_1) {
184
- options.ensureDelete(); // 同一实例不支持多处存在
185
- typeAnnotation = options;
186
- Object.assign(typeAnnotation, relationOptions);
187
- }
188
- else {
189
- typeAnnotation = TypeAnnotation_1.from({
190
- ...typeAnnotationOptions,
191
- ...options,
192
- }, this, 'typeArguments');
193
- }
194
- this.typeArguments.splice(index, 0, typeAnnotation);
195
- return typeAnnotation;
196
- }
197
- insertTypeAnnotationInTypeArgumentsAt(options, index) {
198
- const node = this._insertTypeAnnotationInTypeArgumentsAt(options, index);
199
- node.create({
200
- index,
201
- parentNode: this,
202
- parentKey: 'typeArguments',
203
- });
204
- return node;
205
- }
206
- _addTypeAnnotationInTypeArguments(options) {
207
- const index = this.typeArguments.length;
208
- return this._insertTypeAnnotationInTypeArgumentsAt(options, index);
209
- }
210
- addTypeAnnotationInTypeArguments(options) {
211
- const node = this._addTypeAnnotationInTypeArguments(options);
212
- const index = this.typeArguments.indexOf(node);
213
- node.create({
214
- index,
215
- parentNode: this,
216
- parentKey: 'typeArguments',
217
- });
218
- return node;
219
- }
220
- _insertTypeAnnotationInReturnTypeAt(options, index) {
221
- const typeAnnotationOptions = {};
222
- const relationOptions = { parentNode: this, parentKey: 'returnType' };
223
- let typeAnnotation;
224
- if (options instanceof TypeAnnotation_1) {
225
- options.ensureDelete(); // 同一实例不支持多处存在
226
- typeAnnotation = options;
227
- Object.assign(typeAnnotation, relationOptions);
228
- }
229
- else {
230
- typeAnnotation = TypeAnnotation_1.from({
231
- ...typeAnnotationOptions,
232
- ...options,
233
- }, this, 'returnType');
234
- }
235
- this.returnType.splice(index, 0, typeAnnotation);
236
- return typeAnnotation;
237
- }
238
- insertTypeAnnotationInReturnTypeAt(options, index) {
239
- const node = this._insertTypeAnnotationInReturnTypeAt(options, index);
240
- node.create({
241
- index,
242
- parentNode: this,
243
- parentKey: 'returnType',
244
- });
245
- return node;
246
- }
247
- _addTypeAnnotationInReturnType(options) {
248
- const index = this.returnType.length;
249
- return this._insertTypeAnnotationInReturnTypeAt(options, index);
250
- }
251
- addTypeAnnotationInReturnType(options) {
252
- const node = this._addTypeAnnotationInReturnType(options);
253
- const index = this.returnType.indexOf(node);
254
- node.create({
255
- index,
256
- parentNode: this,
257
- parentKey: 'returnType',
258
- });
259
- return node;
260
- }
261
- _insertStructurePropertyAt(options, index) {
262
- const structurePropertyOptions = {};
263
- const relationOptions = { parentNode: this, parentKey: 'properties' };
264
- let structureProperty;
265
- if (options instanceof StructureProperty__1.default) {
266
- options.ensureDelete(); // 同一实例不支持多处存在
267
- structureProperty = options;
268
- Object.assign(structureProperty, relationOptions);
269
- }
270
- else {
271
- structureProperty = StructureProperty__1.default.from({
272
- ...structurePropertyOptions,
273
- ...options,
274
- }, this, 'properties');
275
- }
276
- this.properties.splice(index, 0, structureProperty);
277
- return structureProperty;
278
- }
279
- insertStructurePropertyAt(options, index) {
280
- const node = this._insertStructurePropertyAt(options, index);
281
- node.create({
282
- index,
283
- parentNode: this,
284
- parentKey: 'properties',
285
- });
286
- return node;
287
- }
288
- _addStructureProperty(options) {
289
- const index = this.properties.length;
290
- return this._insertStructurePropertyAt(options, index);
291
- }
292
- addStructureProperty(options) {
293
- const node = this._addStructureProperty(options);
294
- const index = this.properties.indexOf(node);
295
- node.create({
296
- index,
297
- parentNode: this,
298
- parentKey: 'properties',
299
- });
300
- return node;
301
- }
302
- removeTypeAnnotationInTypeArguments(options) {
303
- let typeAnnotation = options;
304
- return typeAnnotation.delete();
305
- }
306
- removeTypeAnnotationInReturnType(options) {
307
- let typeAnnotation = options;
308
- return typeAnnotation.delete();
309
- }
310
- __removeTypeAnnotation(typeAnnotation) {
311
- const parentKey = typeAnnotation.parentKey;
312
- const params = {
313
- parentNode: this,
314
- parentKey,
315
- index: -1,
316
- object: null,
317
- oldObject: typeAnnotation,
318
- };
319
- if (parentKey) {
320
- params.parentKey = parentKey;
321
- if (Array.isArray(this[parentKey])) {
322
- const index = this[parentKey].indexOf(typeAnnotation);
323
- ~index && this[parentKey].splice(index, 1);
324
- params.index = index;
325
- }
326
- else if (this[parentKey] === typeAnnotation) {
327
- params.index = 0;
328
- this[parentKey] = undefined;
329
- }
330
- }
331
- return params;
332
- }
333
- removeStructureProperty(options) {
334
- let structureProperty = options;
335
- return structureProperty.delete();
336
- }
337
- __removeStructureProperty(structureProperty) {
338
- const parentKey = structureProperty.parentKey;
339
- const params = {
340
- parentNode: this,
341
- parentKey,
342
- index: -1,
343
- object: null,
344
- oldObject: structureProperty,
345
- };
346
- if (parentKey) {
347
- params.parentKey = parentKey;
348
- if (Array.isArray(this[parentKey])) {
349
- const index = this[parentKey].indexOf(structureProperty);
350
- ~index && this[parentKey].splice(index, 1);
351
- params.index = index;
352
- }
353
- else if (this[parentKey] === structureProperty) {
354
- params.index = 0;
355
- this[parentKey] = undefined;
356
- }
357
- }
358
- return params;
359
- }
360
- //================================================================================
361
- // ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
362
- // 自动生成的代码已结束。下面可以手动编写。
363
- //================================================================================
364
- // 兼容 long 需要显示为 long 的情况,默认 undefined
365
- longNotInteger = undefined;
366
- toUI(state) {
367
- return this.headTitle;
368
- }
369
- traverse(callback, enter, leave, onJoin) {
370
- enter(this);
371
- callback(this);
372
- if (this.typeArguments && ['generic', 'union'].includes(this.typeKind)) {
373
- const l = this.typeArguments.length;
374
- this.typeArguments.forEach((arg, idx) => {
375
- arg.traverse(callback, enter, leave, onJoin);
376
- if (idx < l - 1) {
377
- onJoin(this, arg);
378
- }
379
- });
380
- }
381
- leave(this);
382
- }
383
- get typeKey() {
384
- if (this.typeKind === 'primitive' || this.typeKind === 'reference') {
385
- return `${this.typeNamespace}.${this.typeName}`;
386
- }
387
- else if (this.typeKind === 'generic') {
388
- return `${this.typeNamespace}.${this.typeName}<${(this.typeArguments || []).map((arg) => arg?.typeKey)}>`;
389
- }
390
- else if (this.typeKind === 'anonymousStructure') {
391
- return `{ ${this.properties
392
- .map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation?.typeKey : '未知'}`)
393
- .join(', ')} }`;
394
- }
395
- else if (this.typeKind === 'union') {
396
- return `${this.typeArguments.map((arg) => arg?.typeKey).join(' | ')}`;
397
- }
398
- else {
399
- return this.typeName;
400
- }
401
- }
402
- // 排过序的类型标识
403
- get sortedTypeKey() {
404
- if (this.typeKind === 'anonymousStructure') {
405
- // 按匿名数据结构的key排序
406
- return `{${[...this.properties]
407
- .sort(({ name: name1 }, { name: name2 }) => (name1 > name2 ? 1 : -1))
408
- .map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation?.sortedTypeKey : '未知'}`)
409
- .join(', ')}}`;
410
- }
411
- else if (this.typeKind === 'union') {
412
- // 按返回的每个具体项排序
413
- return `${this.typeArguments
414
- .map((arg) => arg?.sortedTypeKey)
415
- .sort((name1, name2) => (name1 > name2 ? 1 : -1))
416
- .join(' | ')}`;
417
- }
418
- const typeArr = [];
419
- if (this.typeNamespace) {
420
- typeArr.push(this.typeNamespace);
421
- }
422
- if (this.typeName) {
423
- typeArr.push(this.typeName);
424
- }
425
- const typeKey = typeArr.join('.');
426
- if (this.typeKind === 'generic') {
427
- let code = typeKey;
428
- code += '<';
429
- if (Array.isArray(this.typeArguments) && this.typeArguments.length) {
430
- // 必须按typeArguments定义的顺序,否则实参位置不对
431
- code += `${(this.typeArguments || []).map((arg) => arg?.sortedTypeKey).join(', ')}`;
432
- }
433
- code += '>';
434
- return code;
435
- }
436
- return typeKey;
437
- }
438
- /**
439
- * 用于展示的 type 标题
440
- */
441
- get headTitle() {
442
- if (this.typeKind === 'primitive') {
443
- // longNotInteger: 兼容 long 需要显示为 long 的情况,默认 undefined
444
- if (this.typeName === 'Long' && !this.longNotInteger) {
445
- return `Integer ${exports.PRIMITIVE_TITLE[this.typeName] || ''}`;
446
- }
447
- return `${this.typeName} ${exports.PRIMITIVE_TITLE[this.typeName] || ''}`;
448
- }
449
- else if (this.typeKind === 'reference') {
450
- const typeNamespace = this?.typeNamespace;
451
- let typeTitle = this.typeName;
452
- if (typeNamespace && this.rootNode) {
453
- const entity = this.rootNode.findNodeByCompleteName?.([typeNamespace, this?.typeName].join('.'));
454
- if (entity?.concept === 'Entity') {
455
- const dataSourceName = entity.dataSource?.name;
456
- if (dataSourceName) {
457
- typeTitle += `(${dataSourceName})`;
458
- }
459
- }
460
- }
461
- return typeTitle;
462
- }
463
- else if (this.typeKind === 'generic') {
464
- if (this.typeArguments && this.typeArguments.length)
465
- return `${this.typeName}<${(this.typeArguments || [])
466
- .map((arg) => arg.headTitle || arg.name || 'T')
467
- .join(', ')}>`;
468
- else
469
- return this.typeName;
470
- }
471
- else if (this.typeKind === 'anonymousStructure') {
472
- return `{ ${this.properties
473
- ?.map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation.headTitle}`)
474
- .join(', ')} }`;
475
- }
476
- else if (this.typeKind === 'union') {
477
- return `${this.typeArguments.map((arg) => arg.typeTitle || arg.name).join(' 或 ')}`;
478
- }
479
- else {
480
- return this.typeName;
481
- }
482
- }
483
- /**
484
- * 用于展示的 type 标题
485
- */
486
- get typeTitle() {
487
- if (this.typeKind === 'primitive') {
488
- if (this.typeName === 'Long') {
489
- return `Integer ${exports.PRIMITIVE_TITLE[this.typeName] || ''}`;
490
- }
491
- return `${this.typeName} ${exports.PRIMITIVE_TITLE[this.typeName] || ''}`;
492
- }
493
- else if (this.typeKind === 'reference') {
494
- return this.typeName;
495
- }
496
- else if (this.typeKind === 'generic') {
497
- return `${this.typeName}<${!this.typeArguments.length ? 'T' : this.typeArguments.map((arg) => arg?.typeTitle || arg?.name || 'T').join(', ')}>`;
498
- }
499
- else if (this.typeKind === 'anonymousStructure') {
500
- return `{ ${this.properties
501
- ?.map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation?.typeTitle : '未知'}`)
502
- .join(', ')} }`;
503
- }
504
- else if (this.typeKind === 'union') {
505
- return `${this.typeArguments.map((arg) => arg?.typeTitle || arg?.name).join(' 或 ')}`;
506
- }
507
- else {
508
- return this.typeName;
509
- }
510
- }
511
- /**
512
- * 用于展示的 无中文的精简type标题
513
- */
514
- get typeInlineTitle() {
515
- if (this.typeKind === 'primitive') {
516
- if (this.typeName === 'Long') {
517
- return 'Integer';
518
- }
519
- return this.typeName;
520
- }
521
- else if (this.typeKind === 'reference') {
522
- return this.typeName;
523
- }
524
- else if (this.typeKind === 'generic') {
525
- return `${this.typeName}<${!this.typeArguments.length
526
- ? 'T'
527
- : this.typeArguments.map((arg) => arg?.typeInlineTitle || arg?.name || 'T').join(', ')}>`;
528
- }
529
- else if (this.typeKind === 'anonymousStructure') {
530
- return `{ ${this.properties
531
- ?.map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation?.typeInlineTitle : '未知'}`)
532
- .join(', ')} }`;
533
- }
534
- else if (this.typeKind === 'union') {
535
- return `${this.typeArguments.map((arg) => arg?.typeInlineTitle || arg?.name).join(' 或 ')}`;
536
- }
537
- else {
538
- return this.typeName;
539
- }
540
- }
541
- /**
542
- * 用于展示的 纯中文的type 标题
543
- */
544
- get typeChineseTitle() {
545
- if (this.typeKind === 'primitive') {
546
- return `${exports.PRIMITIVE_TITLE[this.typeName] || ''}`;
547
- }
548
- else if (this.typeKind === 'reference') {
549
- return this.typeName;
550
- }
551
- else if (this.typeKind === 'generic') {
552
- return `${this.typeName}<${this.typeArguments.map((arg) => arg?.typeChineseTitle || arg?.name || 'T').join(', ')}>`;
553
- }
554
- else if (this.typeKind === 'anonymousStructure') {
555
- return `{ ${this.properties
556
- ?.map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation.typeChineseTitle : '未知'}`)
557
- .join(', ')} }`;
558
- }
559
- else if (this.typeKind === 'union') {
560
- return `${this.typeArguments.map((arg) => arg?.typeChineseTitle || arg?.name).join(' 或 ')}`;
561
- }
562
- else {
563
- return this.typeName;
564
- }
565
- }
566
- get typeTitleList() {
567
- const typeTitleList = [];
568
- if (this.typeKind === 'anonymousStructure') {
569
- typeTitleList.push({ key: '{' });
570
- const length = this.properties?.length;
571
- this.properties?.forEach(({ name, typeAnnotation }, index) => {
572
- if (index === length - 1) {
573
- typeTitleList.push({ key: name, value: `${typeAnnotation ? typeAnnotation.typeTitle : '未知'}` });
574
- }
575
- else {
576
- typeTitleList.push({ key: name, value: `${typeAnnotation ? typeAnnotation.typeTitle : '未知'}`, dot: ',' });
577
- }
578
- });
579
- typeTitleList.push({ key: '}' });
580
- }
581
- else if (this.typeName === 'List' && this.typeArguments?.length) {
582
- if (this.typeArguments.every((item) => item.typeKind !== 'anonymousStructure')) {
583
- typeTitleList.push({ key: this.typeTitle });
584
- }
585
- else {
586
- const propsTypeList = [].concat(...this.typeArguments.map((arg) => arg.typeTitleList));
587
- if (propsTypeList[0]?.key === '{') {
588
- propsTypeList[0].key = 'List<{';
589
- }
590
- else {
591
- typeTitleList.push({ key: 'List<' });
592
- }
593
- typeTitleList.push(...propsTypeList);
594
- if (propsTypeList[propsTypeList.length - 1]?.key === '}') {
595
- propsTypeList[propsTypeList.length - 1].key = '}>';
596
- }
597
- else {
598
- typeTitleList.push({ key: '>' });
599
- }
600
- }
601
- }
602
- else {
603
- typeTitleList.push({ key: this.typeTitle });
604
- }
605
- return typeTitleList;
606
- }
607
- static createPrimitive(typeName, source) {
608
- if (PRIMITIVE_TYPE[typeName]) {
609
- return this.from(Object.assign({
610
- typeKind: typeName === 'Union' ? 'union' : 'primitive',
611
- typeName,
612
- typeNamespace: 'nasl.core',
613
- }, source));
614
- }
615
- }
616
- static createReference(typeName, source) {
617
- return this.from(Object.assign({
618
- typeKind: 'reference',
619
- typeName,
620
- typeNamespace: 'nasl.core',
621
- }, source));
622
- }
623
- static createGeneric(typeName, source) {
624
- return this.from(Object.assign({
625
- typeKind: 'generic',
626
- typeName,
627
- typeNamespace: 'nasl.collection',
628
- }, source));
629
- }
630
- static createTypeParam(typeName, source) {
631
- return this.from(Object.assign({
632
- typeKind: 'typeParam',
633
- typeName,
634
- }, source));
635
- }
636
- static createTypeAnonymousStructure(properties, source) {
637
- return this.from(Object.assign({
638
- typeKind: 'anonymousStructure',
639
- properties,
640
- }, source));
641
- }
642
- /**
643
- * 设置类型属性名称
644
- */
645
- setTypeName(typeName) {
646
- const object = {
647
- typeName,
648
- };
649
- this.update({
650
- ...object,
651
- });
652
- }
653
- /**
654
- * 设置类型属性名称
655
- */
656
- setTypeNamespace(typeNamespace) {
657
- const object = {
658
- typeNamespace,
659
- };
660
- this.update({
661
- ...object,
662
- });
663
- }
664
- get tsCalleeNamespace() {
665
- if (this.typeNamespace) {
666
- let tsCalleeNamespace = this.typeNamespace;
667
- tsCalleeNamespace = tsCalleeNamespace.replace(/\.[0-9]/g, (m) => m.replace('.', '.$'));
668
- tsCalleeNamespace = tsCalleeNamespace.replace(/-/g, '_');
669
- return tsCalleeNamespace;
670
- }
671
- return '';
672
- }
673
- toVue(state) {
674
- return JSON.stringify(this);
675
- }
676
- toJS(state) {
677
- return JSON.stringify(this);
678
- }
679
- toEmbeddedTS(state = (0, translator_1.createCompilerState)()) {
680
- if (this.typeKind === 'primitive' || this.typeKind === 'reference') {
681
- if (this.typeKind === 'reference' && this.typeNamespace && this.typeNamespace.endsWith('enums')) {
682
- return `${this.tsCalleeNamespace}.${this.typeName}`;
683
- }
684
- return `${this.tsCalleeNamespace}.${this.typeName}`;
685
- }
686
- else if (this.typeKind === 'generic') {
687
- let code = `${this.tsCalleeNamespace}.${this.typeName}<`;
688
- (this.typeArguments || []).forEach((arg, index) => {
689
- code += arg?.toEmbeddedTS((0, translator_1.shiftState)(state, code, { inline: true }));
690
- if (index !== this.typeArguments.length - 1)
691
- code += ', ';
692
- });
693
- code += '>';
694
- return code;
695
- }
696
- else if (this.typeKind === 'union') {
697
- let code = '';
698
- (this.typeArguments || []).forEach((arg, index) => {
699
- code += arg?.toEmbeddedTS((0, translator_1.shiftState)(state, code, { inline: true }));
700
- if (index !== this.typeArguments.length - 1)
701
- code += ' | ';
702
- });
703
- return code;
704
- }
705
- else if (this.typeKind === 'anonymousStructure') {
706
- let code = `{ `;
707
- (this.properties || []).forEach((property, i) => {
708
- code += `${property.name}: `;
709
- code += `${property.typeAnnotation
710
- ? property.typeAnnotation?.toEmbeddedTS((0, translator_1.shiftState)(state, code, { inline: true, tabSize: (state?.tabSize || 0) + 1 }))
711
- : '`未知`'}`;
712
- code += ', ';
713
- });
714
- code += `__name: "AStructure_${this.hash}" `;
715
- code += ' }';
716
- return code;
717
- }
718
- else {
719
- if (this.tsCalleeNamespace && this.typeName) {
720
- return `${this.tsCalleeNamespace}.${this.typeName}`;
721
- }
722
- else if (this.typeName) {
723
- return this.typeName;
724
- }
725
- else {
726
- return '__IDENTIFIER__';
727
- }
728
- }
729
- }
730
- toNaturalTS(state = (0, translator_1.createCompilerState)()) {
731
- if (this.typeKind === 'primitive' || this.typeKind === 'reference') {
732
- if (this.typeKind === 'reference' && this.typeNamespace && this.typeNamespace.endsWith('enums')) {
733
- return this.tsCalleeNamespace.startsWith('nasl.ui') ? `${this.tsCalleeNamespace}.${this.typeName}` : `${this.typeName}`;
734
- }
735
- return this.tsCalleeNamespace.startsWith('nasl.ui') ? `${this.tsCalleeNamespace}.${this.typeName}` : `${this.typeName}`;
736
- }
737
- if (this.typeKind === 'generic') {
738
- let code = `${this.typeName}<`;
739
- (this.typeArguments || []).forEach((arg, index) => {
740
- code += arg?.toNaturalTS((0, translator_1.shiftState)(state, code, { inline: true }));
741
- if (index !== this.typeArguments.length - 1)
742
- code += ', ';
743
- });
744
- code += '>';
745
- return code;
746
- }
747
- if (this.typeKind === 'union') {
748
- let code = '';
749
- (this.typeArguments || []).forEach((arg, index) => {
750
- code += arg?.toNaturalTS((0, translator_1.shiftState)(state, code, { inline: true }));
751
- if (index !== this.typeArguments.length - 1)
752
- code += ' | ';
753
- });
754
- return code;
755
- }
756
- if (this.typeKind === 'anonymousStructure') {
757
- let code = `{ `;
758
- (this.properties || []).forEach((property, i) => {
759
- code += `${property.name}: `;
760
- code += `${property.typeAnnotation?.toNaturalTS((0, translator_1.shiftState)(state, code, { inline: true, tabSize: state.tabSize + 1 }))}`;
761
- code += i < this.properties?.length - 1 ? ', ' : ' }';
762
- });
763
- return code;
764
- }
765
- if (this.tsCalleeNamespace && this.typeName) {
766
- return `${this.typeName}`;
767
- }
768
- if (this.typeName) {
769
- return this.typeName;
770
- }
771
- return '__IDENTIFIER__';
772
- }
773
- /**
774
- * 用于标准化数据结构,便于计算 anonymousStructure 的 __name
775
- */
776
- get anonymousStructureTypeDesc() {
777
- if (this.typeKind === 'generic') {
778
- return `${this.typeName}<${this.typeArguments
779
- .map((arg) => arg.anonymousStructureTypeDesc || arg.name || 'T')
780
- .join(', ')}>`;
781
- }
782
- else if (this.typeKind === 'anonymousStructure') {
783
- return `{ ${[...this.properties]
784
- .sort(({ name: aName }, { name: bName }) => {
785
- if (aName > bName)
786
- return 1;
787
- return aName < bName ? -1 : 0;
788
- })
789
- .map(({ name, typeAnnotation }) => `${name}: ${typeAnnotation ? typeAnnotation.anonymousStructureTypeDesc : '未知'}`)
790
- .join(', ')} }`;
791
- }
792
- else {
793
- return this.typeName;
794
- }
795
- }
796
- /**
797
- * hash 用于比较 anonymousStructure 是否相同
798
- */
799
- get hash() {
800
- return (0, generator_1.genHash)(this.anonymousStructureTypeDesc);
801
- }
802
- getDefaultValue(value) {
803
- let code = '';
804
- if (this.typeKind === 'primitive') {
805
- if (this.typeName === 'String') {
806
- code = ` new nasl.core.String("${value}") `;
807
- }
808
- else {
809
- if (['Text'].includes(this.typeName)) {
810
- code = ` new ${this.typeNamespace}.${this.typeName}("${value}")`;
811
- }
812
- else if (['Boolean'].includes(this.typeName)) {
813
- code = value;
814
- }
815
- else {
816
- code = ` new ${this.typeNamespace}.${this.typeName}(${value})`;
817
- }
818
- }
819
- }
820
- else {
821
- code = ` ${this.typeNamespace}.${this.typeName}['${value}']`;
822
- }
823
- return code;
824
- }
825
- /**
826
- *
827
- * @param code 233
828
- *
829
- */
830
- static recognize(code) {
831
- if (typeof code === 'string') {
832
- const EmailReg = /^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/;
833
- const TimeReg = /^(\d{1,2})(:\d{1,2})?:(\d{1,2})$/;
834
- const DateReg = /^\d{1,4}(\/|-)\d{1,2}(\/|-)\d{1,2}$/;
835
- const DateTimeReg = /^\d{1,4}(\/|-)\d{1,2}(\/|-)\d{1,2}\s(\d{1,2})(:\d{1,2})?:(\d{1,2})$/;
836
- const BooleanReg = /(false|true|\u662f|\u5426)/i;
837
- if (EmailReg.test(code)) {
838
- return this.createPrimitive('String');
839
- }
840
- else if (TimeReg.test(code)) {
841
- return this.createPrimitive('Time');
842
- }
843
- else if (BooleanReg.test(code)) {
844
- return this.createPrimitive('Boolean');
845
- }
846
- else if (DateReg.test(code)) {
847
- return this.createPrimitive('Date');
848
- }
849
- else if (DateTimeReg.test(code)) {
850
- return this.createPrimitive('DateTime');
851
- }
852
- else if (!isNaN(Number(code))) {
853
- if (code.indexOf('.') !== -1) {
854
- return this.createPrimitive('Decimal');
855
- // return this.createPrimitive('Decimal');
856
- }
857
- if (code.length > 8) {
858
- return this.createPrimitive('Long');
859
- }
860
- return this.createPrimitive('Long');
861
- }
862
- else if (code.length > 255) {
863
- return this.createPrimitive('String');
864
- }
865
- return this.createPrimitive('String');
866
- }
867
- else {
868
- return this.createPrimitive('Long');
869
- }
870
- }
871
- // 增加插入泛型子类型
872
- typeArgumentsPush(typeItem) {
873
- if (typeItem instanceof TypeAnnotation_1) {
874
- this.typeArguments.push(TypeAnnotation_1.from(typeItem, {
875
- parentNode: this,
876
- parentKey: 'typeArguments',
877
- }));
878
- }
879
- }
880
- // 是否是复合类型 List|Map|entities|structures
881
- isComplexType() {
882
- const namespaceType = this.typeNamespace?.split('.').pop();
883
- return (['Map', 'List'].includes(this.typeName) ||
884
- (this.typeKind === 'reference' && ['entities', 'structures'].includes(namespaceType)));
885
- }
886
- /* 类型签名 */
887
- get sign() {
888
- let str = '';
889
- if (['Map', 'List'].includes(this.typeName)) {
890
- str += this.typeName + '<';
891
- (this.typeArguments || []).forEach((item, index) => {
892
- str += item.sign;
893
- if (index + 1 !== this.typeArguments.length) {
894
- str += ',';
895
- }
896
- });
897
- str += '>';
898
- }
899
- else {
900
- str += this.typeName;
901
- }
902
- return str;
903
- }
904
- /* 判断2个类型是否一致 */
905
- isSame(typeAnnotation) {
906
- typeAnnotation.typeArguments;
907
- const typeAnnotation1 = this.toJSON();
908
- const typeAnnotation2 = typeAnnotation.toJSON();
909
- if (typeAnnotation1.typeArguments) {
910
- typeAnnotation1.typeArguments = this.sortedTypeKey;
911
- }
912
- if (typeAnnotation2.typeArguments) {
913
- typeAnnotation2.typeArguments = typeAnnotation?.sortedTypeKey;
914
- }
915
- return JSON.stringify(typeAnnotation1) === JSON.stringify(typeAnnotation2);
916
- }
917
- // 是否是系统类型
918
- isSystemType() {
919
- return ['nasl.ui', 'nasl.auth', 'nasl.http', 'nasl.process'].includes(this.typeNamespace);
920
- }
921
- // 是否包含系统类型
922
- hasSystemType(app) {
923
- const traverseChild = (item, cb) => {
924
- const res = cb(item);
925
- if (res === false)
926
- return true;
927
- if (item && item.concept === 'TypeAnnotation') {
928
- if (item.typeKind === 'anonymousStructure') {
929
- return item.properties.some((prop) => traverseChild(prop.typeAnnotation, cb));
930
- }
931
- if (item.typeArguments && ['generic', 'union'].includes(item.typeKind)) {
932
- return item.typeArguments.some((arg) => traverseChild(arg, cb));
933
- }
934
- }
935
- };
936
- let result = false;
937
- traverseChild(this, (node) => {
938
- if (node.typeNamespace?.endsWith('.structures')) {
939
- const structure = app.findNodeByCompleteName(`${node.typeNamespace}.${node.typeName}`);
940
- const res = !structure?.properties.some((prop) => prop.typeAnnotation.hasSystemType(app));
941
- if (res === false) {
942
- result = true;
943
- }
944
- return res;
945
- }
946
- if (node.isSystemType()) {
947
- result = true;
948
- return false;
949
- }
950
- });
951
- return result;
952
- }
953
- };
954
- __decorate([
955
- (0, decorators_1.property)()
956
- ], TypeAnnotation.prototype, "typeKind", void 0);
957
- __decorate([
958
- (0, decorators_1.property)()
959
- ], TypeAnnotation.prototype, "typeNamespace", void 0);
960
- __decorate([
961
- (0, decorators_1.property)()
962
- ], TypeAnnotation.prototype, "typeName", void 0);
963
- __decorate([
964
- (0, decorators_1.property)('TypeAnnotation')
965
- ], TypeAnnotation.prototype, "typeArguments", void 0);
966
- __decorate([
967
- (0, decorators_1.property)('TypeAnnotation')
968
- ], TypeAnnotation.prototype, "returnType", void 0);
969
- __decorate([
970
- (0, decorators_1.property)()
971
- ], TypeAnnotation.prototype, "inferred", void 0);
972
- __decorate([
973
- (0, decorators_1.property)('StructureProperty')
974
- ], TypeAnnotation.prototype, "properties", void 0);
975
- __decorate([
976
- (0, decorators_1.property)()
977
- ], TypeAnnotation.prototype, "ruleMap", void 0);
978
- __decorate([
979
- (0, translator_1.withSourceMap)()
980
- ], TypeAnnotation.prototype, "toEmbeddedTS", null);
981
- __decorate([
982
- (0, translator_1.withSourceMap)()
983
- ], TypeAnnotation.prototype, "toNaturalTS", null);
984
- TypeAnnotation = TypeAnnotation_1 = __decorate([
985
- decorators_1.className,
986
- (0, decorators_1.concept)('类型标注')
987
- // @ts-ignore
988
- ], TypeAnnotation);
989
- exports.TypeAnnotation = TypeAnnotation;
990
- exports.default = TypeAnnotation;
991
- //================================================================================
992
- // ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
993
- // 自动生成的代码已结束。下面可以手动编写。
994
- //================================================================================
995
- //# sourceMappingURL=TypeAnnotation__.js.map