@lcap/nasl 3.6.0-alpha.4 → 3.6.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/50a74696-517e-4e22-8a16-9eeecc5ae7c2.json +1 -0
- package/.nyc_output/processinfo/50a74696-517e-4e22-8a16-9eeecc5ae7c2.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/coverage/cobertura-coverage.xml +6417 -0
- package/coverage/index.html +127 -127
- package/coverage/src/automate/engine/index.html +1 -1
- package/coverage/src/automate/engine/utils.js.html +28 -28
- package/coverage/src/bak/index.html +19 -19
- package/coverage/src/bak/translator.js.html +59 -293
- package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +8 -44
- package/coverage/src/breakpoint/generator/CallbackNode.ts.html +10 -61
- package/coverage/src/breakpoint/generator/index.html +26 -26
- package/coverage/src/breakpoint/generator/index.ts.html +1 -1
- package/coverage/src/breakpoint/index.html +1 -1
- package/coverage/src/breakpoint/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/constants.ts.html +2 -8
- package/coverage/src/breakpoint/shared/index.html +12 -12
- package/coverage/src/breakpoint/shared/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/operations.ts.html +4 -4
- package/coverage/src/breakpoint/shared/socket.ts.html +1 -1
- package/coverage/src/breakpoint/shared/utils.ts.html +80 -29
- package/coverage/src/breakpoint/store/core.ts.html +12 -12
- package/coverage/src/breakpoint/store/dock.ts.html +1 -1
- package/coverage/src/breakpoint/store/index.html +1 -1
- package/coverage/src/breakpoint/store/index.ts.html +1 -1
- package/coverage/src/common/BaseNode.ts.html +235 -259
- package/coverage/src/common/Command.ts.html +6 -9
- package/coverage/src/common/EventEmitter.ts.html +34 -19
- package/coverage/src/common/Messager.ts.html +1 -1
- package/coverage/src/common/asyncFuncMap.ts.html +1 -1
- package/coverage/src/common/index.html +28 -28
- package/coverage/src/common/index.ts.html +1 -1
- package/coverage/src/common/utils.ts.html +1 -1
- package/coverage/src/concepts/Abort__.ts.html +2 -2
- package/coverage/src/concepts/AbstractInterface__.ts.html +6 -6
- package/coverage/src/concepts/Anchor__.ts.html +3 -3
- package/coverage/src/concepts/AnonymousFunction__.ts.html +69 -123
- package/coverage/src/concepts/App__.ts.html +194 -623
- package/coverage/src/concepts/Argument__.ts.html +30 -30
- package/coverage/src/concepts/Assignee__.ts.html +3 -3
- package/coverage/src/concepts/AssignmentLine__.ts.html +8 -8
- package/coverage/src/concepts/Assignment__.ts.html +9 -9
- package/coverage/src/concepts/Attribute__.ts.html +2 -2
- package/coverage/src/concepts/AuthInterface__.ts.html +2 -2
- package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +3 -3
- package/coverage/src/concepts/AuthLogic__.ts.html +2 -2
- package/coverage/src/concepts/BackendVariable__.ts.html +11 -35
- package/coverage/src/concepts/Backend__.ts.html +7 -7
- package/coverage/src/concepts/BatchAssignment__.ts.html +3 -3
- package/coverage/src/concepts/BinaryExpression__.ts.html +26 -38
- package/coverage/src/concepts/BindAttribute__.ts.html +15 -60
- package/coverage/src/concepts/BindDirective__.ts.html +20 -65
- package/coverage/src/concepts/BindEvent__.ts.html +31 -115
- package/coverage/src/concepts/BindStyle__.ts.html +3 -3
- package/coverage/src/concepts/Block__.ts.html +3 -3
- package/coverage/src/concepts/BooleanLiteral__.ts.html +8 -8
- package/coverage/src/concepts/CallAuthInterface__.ts.html +3 -3
- package/coverage/src/concepts/CallConnector__.ts.html +2 -2
- package/coverage/src/concepts/CallFunction__.ts.html +88 -97
- package/coverage/src/concepts/CallInterface__.ts.html +60 -75
- package/coverage/src/concepts/CallLogic__.ts.html +111 -87
- package/coverage/src/concepts/CallQueryComponent__.ts.html +303 -57
- package/coverage/src/concepts/Comment__.ts.html +2 -2
- package/coverage/src/concepts/CompletionProperty__.ts.html +2 -2
- package/coverage/src/concepts/ConfigGroup__.ts.html +8 -8
- package/coverage/src/concepts/ConfigPropertyValue__.ts.html +2 -2
- package/coverage/src/concepts/ConfigProperty__.ts.html +3 -3
- package/coverage/src/concepts/Configuration__.ts.html +9 -9
- package/coverage/src/concepts/Connection__.ts.html +3 -3
- package/coverage/src/concepts/ConnectorTrigger__.ts.html +2 -2
- package/coverage/src/concepts/Connector__.ts.html +3 -3
- package/coverage/src/concepts/Constant__.ts.html +18 -12
- package/coverage/src/concepts/CountersignPolicy__.ts.html +2 -2
- package/coverage/src/concepts/DataSource__.ts.html +3 -3
- package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +2 -2
- package/coverage/src/concepts/DefaultValue__.ts.html +3 -3
- package/coverage/src/concepts/Destination__.ts.html +12 -18
- package/coverage/src/concepts/End__.ts.html +10 -13
- package/coverage/src/concepts/EntityIndex__.ts.html +2 -2
- package/coverage/src/concepts/EntityProperty__.ts.html +3 -3
- package/coverage/src/concepts/Entity__.ts.html +4 -10
- package/coverage/src/concepts/EnumItem__.ts.html +2 -2
- package/coverage/src/concepts/Enum__.ts.html +3 -3
- package/coverage/src/concepts/Event__.ts.html +12 -222
- package/coverage/src/concepts/ExternalDestination__.ts.html +3 -3
- package/coverage/src/concepts/ForEachStatement__.ts.html +3 -3
- package/coverage/src/concepts/FrontendLibrary__.ts.html +3 -3
- package/coverage/src/concepts/FrontendVariable__.ts.html +2 -2
- package/coverage/src/concepts/Frontend__.ts.html +770 -26
- package/coverage/src/concepts/Function__.ts.html +10 -10
- package/coverage/src/concepts/I18nInfo__.ts.html +2 -2
- package/coverage/src/concepts/Identifier__.ts.html +54 -102
- package/coverage/src/concepts/IfStatement__.ts.html +3 -3
- package/coverage/src/concepts/ImportedInterface__.ts.html +6 -6
- package/coverage/src/concepts/Integration__.ts.html +3 -3
- package/coverage/src/concepts/InterfaceParam__.ts.html +7 -7
- package/coverage/src/concepts/Interface__.ts.html +31 -73
- package/coverage/src/concepts/JSBlock__.ts.html +2 -2
- package/coverage/src/concepts/JavaLogic__.ts.html +2 -2
- package/coverage/src/concepts/LogicItem__.ts.html +11 -17
- package/coverage/src/concepts/Logic__.ts.html +150 -267
- package/coverage/src/concepts/MatchCase__.ts.html +3 -3
- package/coverage/src/concepts/Match__.ts.html +3 -3
- package/coverage/src/concepts/MemberExpression__.ts.html +22 -22
- package/coverage/src/concepts/MetadataType__.ts.html +3 -3
- package/coverage/src/concepts/MicroApp__.ts.html +2 -2
- package/coverage/src/concepts/Module__.ts.html +20 -20
- package/coverage/src/concepts/MsgTriggerEvent__.ts.html +3 -3
- package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +3 -3
- package/coverage/src/concepts/MultiApprovalPolicy__.ts.html +2 -2
- package/coverage/src/concepts/Namespace__.ts.html +20 -20
- package/coverage/src/concepts/NewComposite__.ts.html +232 -226
- package/coverage/src/concepts/NewList__.ts.html +103 -115
- package/coverage/src/concepts/NewMap__.ts.html +158 -167
- package/coverage/src/concepts/New__.ts.html +2 -2
- package/coverage/src/concepts/NullLiteral__.ts.html +2 -2
- package/coverage/src/concepts/NumericLiteral__.ts.html +14 -14
- package/coverage/src/concepts/OqlQueryComponent__.ts.html +2 -2
- package/coverage/src/concepts/OverriddenLogic__.ts.html +3 -3
- package/coverage/src/concepts/Param__.ts.html +32 -56
- package/coverage/src/concepts/Point__.ts.html +2 -2
- package/coverage/src/concepts/ProcessComponent__.ts.html +3 -3
- package/coverage/src/concepts/ProcessElement__.ts.html +8 -29
- package/coverage/src/concepts/ProcessOutcome__.ts.html +2 -2
- package/coverage/src/concepts/ProcessOutcomes__.ts.html +2 -2
- package/coverage/src/concepts/Process__.ts.html +3 -3
- package/coverage/src/concepts/QueryAggregateExpression__.ts.html +2 -2
- package/coverage/src/concepts/QueryFieldExpression__.ts.html +2 -2
- package/coverage/src/concepts/QueryFromExpression__.ts.html +3 -3
- package/coverage/src/concepts/QueryGroupByExpression__.ts.html +2 -2
- package/coverage/src/concepts/QueryJoinExpression__.ts.html +3 -3
- package/coverage/src/concepts/QueryLimitExpression__.ts.html +6 -6
- package/coverage/src/concepts/QueryOrderByExpression__.ts.html +2 -2
- package/coverage/src/concepts/QuerySelectExpression__.ts.html +3 -3
- package/coverage/src/concepts/Rect__.ts.html +2 -2
- package/coverage/src/concepts/Return__.ts.html +36 -45
- package/coverage/src/concepts/Role__.ts.html +2 -2
- package/coverage/src/concepts/SelectMembers__.ts.html +9 -9
- package/coverage/src/concepts/SequentialPolicy__.ts.html +2 -2
- package/coverage/src/concepts/Slot__.ts.html +2 -2
- package/coverage/src/concepts/SqlQueryComponent__.ts.html +2 -2
- package/coverage/src/concepts/Start__.ts.html +7 -7
- package/coverage/src/concepts/StaticString__.ts.html +2 -2
- package/coverage/src/concepts/StringInterpolation__.ts.html +3 -3
- package/coverage/src/concepts/StringLiteral__.ts.html +18 -18
- package/coverage/src/concepts/StructureProperty__.ts.html +9 -9
- package/coverage/src/concepts/Structure__.ts.html +9 -9
- package/coverage/src/concepts/SwitchCase__.ts.html +3 -3
- package/coverage/src/concepts/SwitchStatement__.ts.html +3 -3
- package/coverage/src/concepts/Theme__.ts.html +9 -9
- package/coverage/src/concepts/Transactional__.ts.html +2 -2
- package/coverage/src/concepts/TriggerEvent__.ts.html +2 -2
- package/coverage/src/concepts/TriggerLauncher__.ts.html +2 -2
- package/coverage/src/concepts/TypeAnnotation__.ts.html +37 -37
- package/coverage/src/concepts/TypeParam__.ts.html +2 -2
- package/coverage/src/concepts/UnaryExpression__.ts.html +2 -2
- package/coverage/src/concepts/Unparsed__.ts.html +2 -2
- package/coverage/src/concepts/UseComponent__.ts.html +2 -2
- package/coverage/src/concepts/ValidationRule__.ts.html +6 -21
- package/coverage/src/concepts/Variable__.ts.html +29 -53
- package/coverage/src/concepts/ViewBlock__.ts.html +2 -2
- package/coverage/src/concepts/ViewComponent__.ts.html +3 -3
- package/coverage/src/concepts/ViewElement__.ts.html +61 -535
- package/coverage/src/concepts/View__.ts.html +60 -69
- package/coverage/src/concepts/WhileStatement__.ts.html +3 -3
- package/coverage/src/concepts/basics/constants.ts.html +1 -1
- package/coverage/src/concepts/basics/index.html +1 -1
- package/coverage/src/concepts/basics/stdlib/index.html +1 -1
- package/coverage/src/concepts/basics/stdlib/index.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +32 -32
- package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +2 -2
- package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +1 -1
- package/coverage/src/concepts/basics/types/coreTypeList.ts.html +1 -1
- package/coverage/src/concepts/basics/types/index.html +1 -1
- package/coverage/src/concepts/basics/types/index.ts.html +1 -1
- package/coverage/src/concepts/index.html +239 -329
- package/coverage/src/concepts/index.ts.html +2 -2
- package/coverage/src/concepts/index__.ts.html +4 -22
- package/coverage/src/concepts/utils/asserts.ts.html +26 -1334
- package/coverage/src/concepts/utils/index.html +18 -33
- package/coverage/src/concepts/utils/types.ts.html +2 -101
- package/coverage/src/config.ts.html +2 -2
- package/coverage/src/decorators/index.html +18 -18
- package/coverage/src/decorators/index.ts.html +57 -42
- package/coverage/src/decorators/promise.ts.html +1 -1
- package/coverage/src/eventBus.ts.html +1 -1
- package/coverage/src/generator/compileComponent.ts.html +1 -1
- package/coverage/src/generator/genBundleFiles.ts.html +45 -180
- package/coverage/src/generator/genHash.ts.html +2 -2
- package/coverage/src/generator/genMetaData.ts.html +11 -14
- package/coverage/src/generator/genReleaseBody.ts.html +13 -46
- package/coverage/src/generator/icestark.ts.html +1 -1
- package/coverage/src/generator/index.html +36 -36
- package/coverage/src/generator/index.ts.html +1 -1
- package/coverage/src/generator/microApp.ts.html +1 -1
- package/coverage/src/generator/permission.ts.html +10 -16
- package/coverage/src/generator/qiankun.ts.html +1 -1
- package/coverage/src/generator/styleReplacer.ts.html +1 -1
- package/coverage/src/index.html +1 -1
- package/coverage/src/index.ts.html +2 -2
- package/coverage/src/manager/diagnostic.ts.html +1 -1
- package/coverage/src/manager/index.html +1 -1
- package/coverage/src/manager/stepRecorder.ts.html +1 -1
- package/coverage/src/natural/genNaturalTS.ts.html +1 -1
- package/coverage/src/natural/index.html +1 -1
- package/coverage/src/natural/index.ts.html +1 -1
- package/coverage/src/natural/naslStdlibMap.ts.html +1 -1
- package/coverage/src/natural/transformTSCode.ts.html +3 -3
- package/coverage/src/sentry/index.html +1 -1
- package/coverage/src/sentry/index.ts.html +25 -25
- package/coverage/src/server/createUiTs.ts.html +1 -1
- package/coverage/src/server/entity2LogicNamespace.ts.html +1 -1
- package/coverage/src/server/event.js.html +1 -1
- package/coverage/src/server/extendBaseNode.ts.html +30 -99
- package/coverage/src/server/formatTsUtils.ts.html +18 -27
- package/coverage/src/server/getConnector.ts.html +1 -1
- package/coverage/src/server/getExtensionModules.ts.html +1 -1
- package/coverage/src/server/getFunctions.ts.html +1 -1
- package/coverage/src/server/getInterfaces.ts.html +1 -1
- package/coverage/src/server/getLogging.ts.html +1 -1
- package/coverage/src/server/getLogics.ts.html +66 -180
- package/coverage/src/server/getMemberIdentifier.ts.html +9 -27
- package/coverage/src/server/getProcessComponents.ts.html +1 -1
- package/coverage/src/server/getProcesses.ts.html +6 -6
- package/coverage/src/server/getValidates.ts.html +1 -1
- package/coverage/src/server/index.html +58 -58
- package/coverage/src/server/index.ts.html +1 -1
- package/coverage/src/server/naslServer.ts.html +127 -163
- package/coverage/src/server/naslStdlibMap.ts.html +1 -1
- package/coverage/src/server/process2LogicNamespace.ts.html +1 -1
- package/coverage/src/server/translator.ts.html +16 -67
- package/coverage/src/service/creator/add.configs.js.html +1 -1
- package/coverage/src/service/creator/errHandles.js.html +1 -1
- package/coverage/src/service/creator/index.html +1 -1
- package/coverage/src/service/creator/index.js.html +2 -2
- package/coverage/src/service/datasource/api.js.html +1 -1
- package/coverage/src/service/datasource/index.html +1 -1
- package/coverage/src/service/datasource/index.js.html +1 -1
- package/coverage/src/service/logic/api.js.html +1 -1
- package/coverage/src/service/logic/index.html +1 -1
- package/coverage/src/service/logic/index.js.html +1 -1
- package/coverage/src/service/storage/api.js.html +1 -1
- package/coverage/src/service/storage/index.html +17 -17
- package/coverage/src/service/storage/index.ts.html +2 -2
- package/coverage/src/service/storage/init.ts.html +13 -100
- package/coverage/src/service/storage/jsoner.ts.html +1 -1
- package/coverage/src/service/storage/map.ts.html +4 -4
- package/coverage/src/service/storage/service.ts.html +1 -1
- package/coverage/src/service/storage/storagePoint.ts.html +1 -1
- package/coverage/src/templator/genCallComponentLogic.ts.html +1 -1
- package/coverage/src/templator/genCreateBlock.ts.html +8 -8
- package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +18 -18
- package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +126 -2298
- package/coverage/src/templator/genEditTableBlock.ts.html +2 -2
- package/coverage/src/templator/genEnumSelectBlock.ts.html +1 -1
- package/coverage/src/templator/genGetBlock.ts.html +13 -16
- package/coverage/src/templator/genGridViewBlock.ts.html +14 -14
- package/coverage/src/templator/genListViewBlock.ts.html +6 -6
- package/coverage/src/templator/genQueryComponent.ts.html +55 -40
- package/coverage/src/templator/genSelectBlock.ts.html +5 -5
- package/coverage/src/templator/genTableBlock.ts.html +22 -397
- package/coverage/src/templator/genUpdateBlock.ts.html +17 -20
- package/coverage/src/templator/index.html +55 -55
- package/coverage/src/templator/index.ts.html +2 -2
- package/coverage/src/templator/utils.ts.html +62 -35
- package/coverage/src/translator/constant.ts.html +1 -1
- package/coverage/src/translator/index.html +19 -19
- package/coverage/src/translator/index.ts.html +2 -2
- package/coverage/src/translator/types.ts.html +1 -1
- package/coverage/src/translator/utils.ts.html +56 -89
- package/coverage/src/utils/cookie.ts.html +1 -1
- package/coverage/src/utils/env.ts.html +2 -2
- package/coverage/src/utils/i18nInfo.ts.html +4 -19
- package/coverage/src/utils/index.html +19 -19
- package/coverage/src/utils/index.ts.html +17 -647
- package/coverage/src/utils/logger.ts.html +1 -1
- package/coverage/src/utils/sortTsString.ts.html +1 -1
- package/coverage/src/utils/string.ts.html +1 -1
- package/coverage/src/utils/time-slicing/constant.ts.html +1 -1
- package/coverage/src/utils/time-slicing/controller.ts.html +1 -1
- package/coverage/src/utils/time-slicing/index.html +1 -1
- package/coverage/src/utils/time-slicing/index.ts.html +2 -2
- package/coverage/src/utils/time-slicing/page-state.ts.html +1 -1
- package/coverage/src/utils/time-slicing/performance.ts.html +1 -1
- package/coverage/src/utils/time-slicing/runner.ts.html +6 -6
- package/coverage/src/utils/time-slicing/tool.ts.html +1 -1
- package/coverage/src/utils/time-slicing/utils.ts.html +3 -3
- package/coverage/src/utils/time-slicing/wrapper.ts.html +9 -9
- package/coverage/src/{concepts/ParamWithGroup__.ts.html → utils/time-slicing.ts.html} +142 -112
- package/coverage/src/utils/traverse.ts.html +1 -1
- package/coverage/src/utils/types.ts.html +1 -1
- package/coverage/src/utils/window.ts.html +1 -1
- package/out/automate/engine/utils.d.ts +1 -1
- package/out/automate/engine/utils.js +1 -5
- package/out/automate/engine/utils.js.map +1 -1
- package/out/common/BaseNode.js +19 -1
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/EventEmitter.d.ts +1 -0
- package/out/common/EventEmitter.js.map +1 -1
- package/out/concepts/App__.d.ts +8 -0
- package/out/concepts/App__.js +50 -3
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Interface__.js +2 -0
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/Paginate__.d.ts +3 -0
- package/out/concepts/Paginate__.js +21 -0
- package/out/concepts/Paginate__.js.map +1 -1
- package/out/concepts/Structure__.js +2 -0
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/View__.d.ts +4 -0
- package/out/concepts/View__.js +12 -0
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.auth.js +68 -33
- package/out/concepts/basics/stdlib/nasl.auth.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +1 -0
- package/out/generator/genBundleFiles.js +10 -2
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/permission.d.ts +5 -1
- package/out/generator/permission.js +2 -1
- package/out/generator/permission.js.map +1 -1
- package/out/natural/genNaturalTS.js +2 -0
- package/out/natural/genNaturalTS.js.map +1 -1
- package/out/natural/transformTSCode.js +8 -0
- package/out/natural/transformTSCode.js.map +1 -1
- package/out/server/getLogics.js +3 -3
- package/out/server/getLogics.js.map +1 -1
- package/out/server/getMemberIdentifier.js +16 -16
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/naslServer.d.ts +1 -0
- package/out/server/naslServer.js +7 -2
- package/out/server/naslServer.js.map +1 -1
- package/out/service/storage/init.d.ts +1 -0
- package/out/service/storage/init.js +5 -1
- package/out/service/storage/init.js.map +1 -1
- package/package.json +1 -1
- package/sandbox/stdlib/nasl.auth.ts +4 -0
- package/sandbox-natural/stdlib/nasl.core.ts +3 -0
- package/sandbox-natural/stdlib/nasl.oql.ts +4 -3
- package/src/automate/engine/utils.js +1 -5
- package/src/common/BaseNode.ts +27 -2
- package/src/common/EventEmitter.ts +1 -0
- package/src/concepts/App__.ts +50 -3
- package/src/concepts/Interface__.ts +2 -0
- package/src/concepts/Paginate__.ts +22 -1
- package/src/concepts/Structure__.ts +2 -0
- package/src/concepts/View__.ts +13 -0
- package/src/concepts/basics/stdlib/nasl.auth.ts +97 -34
- package/src/generator/genBundleFiles.ts +10 -2
- package/src/generator/permission.ts +1 -1
- package/src/natural/genNaturalTS.ts +2 -0
- package/src/natural/transformTSCode.ts +8 -0
- package/src/server/getLogics.ts +3 -3
- package/src/server/getMemberIdentifier.ts +18 -18
- package/src/server/naslServer.ts +7 -2
- package/src/service/storage/init.ts +6 -1
- package/.nyc_output/477a0953-2b01-4d2a-affe-d4aaf3b0191c.json +0 -1
- package/.nyc_output/processinfo/477a0953-2b01-4d2a-affe-d4aaf3b0191c.json +0 -1
- package/coverage/src/concepts/BusinessComponent__.ts.html +0 -8164
- package/coverage/src/concepts/BusinessLogic__.ts.html +0 -1213
- package/coverage/src/concepts/CallEvent__.ts.html +0 -1138
- package/coverage/src/concepts/FrontendType__.ts.html +0 -2842
- package/coverage/src/concepts/Paginate__.ts.html +0 -1033
- package/coverage/src/concepts/utils/quick-info.ts.html +0 -277
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">41.3% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>544/1317</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">3.69% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>42/1137</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">3.
|
|
40
|
+
<span class="strong">3.4% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>18/528</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">41.3% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>544/1317</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,32 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file low" data-value="asserts.ts"><a href="asserts.ts.html">asserts.ts</a></td>
|
|
83
|
-
<td data-value="41.
|
|
83
|
+
<td data-value="41.26" class="pic low">
|
|
84
84
|
<div class="chart"><div class="cover-fill" style="width: 41%"></div><div class="cover-empty" style="width: 59%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="41.
|
|
87
|
-
<td data-value="
|
|
88
|
-
<td data-value="3.
|
|
89
|
-
<td data-value="
|
|
90
|
-
<td data-value="3.
|
|
91
|
-
<td data-value="
|
|
92
|
-
<td data-value="41.
|
|
93
|
-
<td data-value="
|
|
94
|
-
</tr>
|
|
95
|
-
|
|
96
|
-
<tr>
|
|
97
|
-
<td class="file high" data-value="quick-info.ts"><a href="quick-info.ts.html">quick-info.ts</a></td>
|
|
98
|
-
<td data-value="96.15" class="pic high">
|
|
99
|
-
<div class="chart"><div class="cover-fill" style="width: 96%"></div><div class="cover-empty" style="width: 4%"></div></div>
|
|
100
|
-
</td>
|
|
101
|
-
<td data-value="96.15" class="pct high">96.15%</td>
|
|
102
|
-
<td data-value="26" class="abs high">25/26</td>
|
|
103
|
-
<td data-value="77.77" class="pct medium">77.77%</td>
|
|
104
|
-
<td data-value="9" class="abs medium">7/9</td>
|
|
105
|
-
<td data-value="100" class="pct high">100%</td>
|
|
106
|
-
<td data-value="3" class="abs high">3/3</td>
|
|
107
|
-
<td data-value="96.15" class="pct high">96.15%</td>
|
|
108
|
-
<td data-value="26" class="abs high">25/26</td>
|
|
86
|
+
<td data-value="41.26" class="pct low">41.26%</td>
|
|
87
|
+
<td data-value="1316" class="abs low">543/1316</td>
|
|
88
|
+
<td data-value="3.44" class="pct low">3.44%</td>
|
|
89
|
+
<td data-value="1132" class="abs low">39/1132</td>
|
|
90
|
+
<td data-value="3.22" class="pct low">3.22%</td>
|
|
91
|
+
<td data-value="527" class="abs low">17/527</td>
|
|
92
|
+
<td data-value="41.26" class="pct low">41.26%</td>
|
|
93
|
+
<td data-value="1316" class="abs low">543/1316</td>
|
|
109
94
|
</tr>
|
|
110
95
|
|
|
111
96
|
<tr>
|
|
@@ -131,7 +116,7 @@
|
|
|
131
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
117
|
Code coverage generated by
|
|
133
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2023-12-
|
|
119
|
+
at 2023-12-07T14:08:08.581Z
|
|
135
120
|
</div>
|
|
136
121
|
<script src="../../../prettify.js"></script>
|
|
137
122
|
<script>
|
|
@@ -732,73 +732,7 @@
|
|
|
732
732
|
<a name='L667'></a><a href='#L667'>667</a>
|
|
733
733
|
<a name='L668'></a><a href='#L668'>668</a>
|
|
734
734
|
<a name='L669'></a><a href='#L669'>669</a>
|
|
735
|
-
<a name='L670'></a><a href='#L670'>670</a>
|
|
736
|
-
<a name='L671'></a><a href='#L671'>671</a>
|
|
737
|
-
<a name='L672'></a><a href='#L672'>672</a>
|
|
738
|
-
<a name='L673'></a><a href='#L673'>673</a>
|
|
739
|
-
<a name='L674'></a><a href='#L674'>674</a>
|
|
740
|
-
<a name='L675'></a><a href='#L675'>675</a>
|
|
741
|
-
<a name='L676'></a><a href='#L676'>676</a>
|
|
742
|
-
<a name='L677'></a><a href='#L677'>677</a>
|
|
743
|
-
<a name='L678'></a><a href='#L678'>678</a>
|
|
744
|
-
<a name='L679'></a><a href='#L679'>679</a>
|
|
745
|
-
<a name='L680'></a><a href='#L680'>680</a>
|
|
746
|
-
<a name='L681'></a><a href='#L681'>681</a>
|
|
747
|
-
<a name='L682'></a><a href='#L682'>682</a>
|
|
748
|
-
<a name='L683'></a><a href='#L683'>683</a>
|
|
749
|
-
<a name='L684'></a><a href='#L684'>684</a>
|
|
750
|
-
<a name='L685'></a><a href='#L685'>685</a>
|
|
751
|
-
<a name='L686'></a><a href='#L686'>686</a>
|
|
752
|
-
<a name='L687'></a><a href='#L687'>687</a>
|
|
753
|
-
<a name='L688'></a><a href='#L688'>688</a>
|
|
754
|
-
<a name='L689'></a><a href='#L689'>689</a>
|
|
755
|
-
<a name='L690'></a><a href='#L690'>690</a>
|
|
756
|
-
<a name='L691'></a><a href='#L691'>691</a>
|
|
757
|
-
<a name='L692'></a><a href='#L692'>692</a>
|
|
758
|
-
<a name='L693'></a><a href='#L693'>693</a>
|
|
759
|
-
<a name='L694'></a><a href='#L694'>694</a>
|
|
760
|
-
<a name='L695'></a><a href='#L695'>695</a>
|
|
761
|
-
<a name='L696'></a><a href='#L696'>696</a>
|
|
762
|
-
<a name='L697'></a><a href='#L697'>697</a>
|
|
763
|
-
<a name='L698'></a><a href='#L698'>698</a>
|
|
764
|
-
<a name='L699'></a><a href='#L699'>699</a>
|
|
765
|
-
<a name='L700'></a><a href='#L700'>700</a>
|
|
766
|
-
<a name='L701'></a><a href='#L701'>701</a>
|
|
767
|
-
<a name='L702'></a><a href='#L702'>702</a>
|
|
768
|
-
<a name='L703'></a><a href='#L703'>703</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">12x</span>
|
|
769
|
-
<span class="cline-any cline-neutral"> </span>
|
|
770
|
-
<span class="cline-any cline-neutral"> </span>
|
|
771
|
-
<span class="cline-any cline-neutral"> </span>
|
|
772
|
-
<span class="cline-any cline-neutral"> </span>
|
|
773
|
-
<span class="cline-any cline-neutral"> </span>
|
|
774
|
-
<span class="cline-any cline-neutral"> </span>
|
|
775
|
-
<span class="cline-any cline-neutral"> </span>
|
|
776
|
-
<span class="cline-any cline-neutral"> </span>
|
|
777
|
-
<span class="cline-any cline-neutral"> </span>
|
|
778
|
-
<span class="cline-any cline-neutral"> </span>
|
|
779
|
-
<span class="cline-any cline-neutral"> </span>
|
|
780
|
-
<span class="cline-any cline-neutral"> </span>
|
|
781
|
-
<span class="cline-any cline-neutral"> </span>
|
|
782
|
-
<span class="cline-any cline-neutral"> </span>
|
|
783
|
-
<span class="cline-any cline-neutral"> </span>
|
|
784
|
-
<span class="cline-any cline-neutral"> </span>
|
|
785
|
-
<span class="cline-any cline-neutral"> </span>
|
|
786
|
-
<span class="cline-any cline-neutral"> </span>
|
|
787
|
-
<span class="cline-any cline-neutral"> </span>
|
|
788
|
-
<span class="cline-any cline-neutral"> </span>
|
|
789
|
-
<span class="cline-any cline-neutral"> </span>
|
|
790
|
-
<span class="cline-any cline-neutral"> </span>
|
|
791
|
-
<span class="cline-any cline-neutral"> </span>
|
|
792
|
-
<span class="cline-any cline-neutral"> </span>
|
|
793
|
-
<span class="cline-any cline-neutral"> </span>
|
|
794
|
-
<span class="cline-any cline-neutral"> </span>
|
|
795
|
-
<span class="cline-any cline-neutral"> </span>
|
|
796
|
-
<span class="cline-any cline-neutral"> </span>
|
|
797
|
-
<span class="cline-any cline-neutral"> </span>
|
|
798
|
-
<span class="cline-any cline-neutral"> </span>
|
|
799
|
-
<span class="cline-any cline-neutral"> </span>
|
|
800
|
-
<span class="cline-any cline-neutral"> </span>
|
|
801
|
-
<span class="cline-any cline-neutral"> </span>
|
|
735
|
+
<a name='L670'></a><a href='#L670'>670</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">12x</span>
|
|
802
736
|
<span class="cline-any cline-neutral"> </span>
|
|
803
737
|
<span class="cline-any cline-neutral"> </span>
|
|
804
738
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -1470,7 +1404,6 @@
|
|
|
1470
1404
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js"><span class="branch-2 cbranch-no" title="branch not covered" ><span class="missing-if-branch" title="else path not taken" >E</span>import type { App } from '../App__';</span>
|
|
1471
1405
|
import type { Module } from '../Module__';
|
|
1472
1406
|
import type { Namespace } from '../Namespace__';
|
|
1473
|
-
import type { FrontendType } from '../FrontendType__';
|
|
1474
1407
|
import type { Frontend } from '../Frontend__';
|
|
1475
1408
|
import type { Backend } from '../Backend__';
|
|
1476
1409
|
import type { Integration } from '../Integration__';
|
|
@@ -1494,7 +1427,6 @@ import type { BindDirective } from '../BindDirective__';
|
|
|
1494
1427
|
import type { BindEvent } from '../BindEvent__';
|
|
1495
1428
|
import type { BindStyle } from '../BindStyle__';
|
|
1496
1429
|
import type { ViewComponent } from '../ViewComponent__';
|
|
1497
|
-
import type { BusinessComponent } from '../BusinessComponent__';
|
|
1498
1430
|
import type { Attribute } from '../Attribute__';
|
|
1499
1431
|
import type { Event } from '../Event__';
|
|
1500
1432
|
import type { Slot } from '../Slot__';
|
|
@@ -1502,12 +1434,10 @@ import type { Theme } from '../Theme__';
|
|
|
1502
1434
|
import type { StaticString } from '../StaticString__';
|
|
1503
1435
|
import type { Logic } from '../Logic__';
|
|
1504
1436
|
import type { AuthLogic } from '../AuthLogic__';
|
|
1505
|
-
import type { BusinessLogic } from '../BusinessLogic__';
|
|
1506
1437
|
import type { AuthLogicForCallInterface } from '../AuthLogicForCallInterface__';
|
|
1507
1438
|
import type { OverriddenLogic } from '../OverriddenLogic__';
|
|
1508
1439
|
import type { AbstractInterface } from '../AbstractInterface__';
|
|
1509
1440
|
import type { Param } from '../Param__';
|
|
1510
|
-
import type { ParamWithGroup } from '../ParamWithGroup__';
|
|
1511
1441
|
import type { Return } from '../Return__';
|
|
1512
1442
|
import type { Variable } from '../Variable__';
|
|
1513
1443
|
import type { BackendVariable } from '../BackendVariable__';
|
|
@@ -1533,7 +1463,6 @@ import type { Assignment } from '../Assignment__';
|
|
|
1533
1463
|
import type { BatchAssignment } from '../BatchAssignment__';
|
|
1534
1464
|
import type { Comment } from '../Comment__';
|
|
1535
1465
|
import type { CallLogic } from '../CallLogic__';
|
|
1536
|
-
import type { CallEvent } from '../CallEvent__';
|
|
1537
1466
|
import type { CallFunction } from '../CallFunction__';
|
|
1538
1467
|
import type { CallInterface } from '../CallInterface__';
|
|
1539
1468
|
import type { Destination } from '../Destination__';
|
|
@@ -1560,7 +1489,6 @@ import type { New } from '../New__';
|
|
|
1560
1489
|
import type { NewComposite } from '../NewComposite__';
|
|
1561
1490
|
import type { NewList } from '../NewList__';
|
|
1562
1491
|
import type { NewMap } from '../NewMap__';
|
|
1563
|
-
import type { Paginate } from '../Paginate__';
|
|
1564
1492
|
import type { CallQueryComponent } from '../CallQueryComponent__';
|
|
1565
1493
|
import type { QueryFromExpression } from '../QueryFromExpression__';
|
|
1566
1494
|
import type { QueryJoinExpression } from '../QueryJoinExpression__';
|
|
@@ -1611,7 +1539,6 @@ export interface ConceptTypeofClassMap {
|
|
|
1611
1539
|
App: typeof App;
|
|
1612
1540
|
Module: typeof Module;
|
|
1613
1541
|
Namespace: typeof Namespace;
|
|
1614
|
-
FrontendType: typeof FrontendType;
|
|
1615
1542
|
Frontend: typeof Frontend;
|
|
1616
1543
|
Backend: typeof Backend;
|
|
1617
1544
|
Integration: typeof Integration;
|
|
@@ -1635,7 +1562,6 @@ export interface ConceptTypeofClassMap {
|
|
|
1635
1562
|
BindEvent: typeof BindEvent;
|
|
1636
1563
|
BindStyle: typeof BindStyle;
|
|
1637
1564
|
ViewComponent: typeof ViewComponent;
|
|
1638
|
-
BusinessComponent: typeof BusinessComponent;
|
|
1639
1565
|
Attribute: typeof Attribute;
|
|
1640
1566
|
Event: typeof Event;
|
|
1641
1567
|
Slot: typeof Slot;
|
|
@@ -1643,12 +1569,10 @@ export interface ConceptTypeofClassMap {
|
|
|
1643
1569
|
StaticString: typeof StaticString;
|
|
1644
1570
|
Logic: typeof Logic;
|
|
1645
1571
|
AuthLogic: typeof AuthLogic;
|
|
1646
|
-
BusinessLogic: typeof BusinessLogic;
|
|
1647
1572
|
AuthLogicForCallInterface: typeof AuthLogicForCallInterface;
|
|
1648
1573
|
OverriddenLogic: typeof OverriddenLogic;
|
|
1649
1574
|
AbstractInterface: typeof AbstractInterface;
|
|
1650
1575
|
Param: typeof Param;
|
|
1651
|
-
ParamWithGroup: typeof ParamWithGroup;
|
|
1652
1576
|
Return: typeof Return;
|
|
1653
1577
|
Variable: typeof Variable;
|
|
1654
1578
|
BackendVariable: typeof BackendVariable;
|
|
@@ -1674,7 +1598,6 @@ export interface ConceptTypeofClassMap {
|
|
|
1674
1598
|
BatchAssignment: typeof BatchAssignment;
|
|
1675
1599
|
Comment: typeof Comment;
|
|
1676
1600
|
CallLogic: typeof CallLogic;
|
|
1677
|
-
CallEvent: typeof CallEvent;
|
|
1678
1601
|
CallFunction: typeof CallFunction;
|
|
1679
1602
|
CallInterface: typeof CallInterface;
|
|
1680
1603
|
Destination: typeof Destination;
|
|
@@ -1701,7 +1624,6 @@ export interface ConceptTypeofClassMap {
|
|
|
1701
1624
|
NewComposite: typeof NewComposite;
|
|
1702
1625
|
NewList: typeof NewList;
|
|
1703
1626
|
NewMap: typeof NewMap;
|
|
1704
|
-
Paginate: typeof Paginate;
|
|
1705
1627
|
CallQueryComponent: typeof CallQueryComponent;
|
|
1706
1628
|
QueryFromExpression: typeof QueryFromExpression;
|
|
1707
1629
|
QueryJoinExpression: typeof QueryJoinExpression;
|
|
@@ -1753,7 +1675,6 @@ export interface ConceptClassMap {
|
|
|
1753
1675
|
App: App;
|
|
1754
1676
|
Module: Module;
|
|
1755
1677
|
Namespace: Namespace;
|
|
1756
|
-
FrontendType: FrontendType;
|
|
1757
1678
|
Frontend: Frontend;
|
|
1758
1679
|
Backend: Backend;
|
|
1759
1680
|
Integration: Integration;
|
|
@@ -1777,7 +1698,6 @@ export interface ConceptClassMap {
|
|
|
1777
1698
|
BindEvent: BindEvent;
|
|
1778
1699
|
BindStyle: BindStyle;
|
|
1779
1700
|
ViewComponent: ViewComponent;
|
|
1780
|
-
BusinessComponent: BusinessComponent;
|
|
1781
1701
|
Attribute: Attribute;
|
|
1782
1702
|
Event: Event;
|
|
1783
1703
|
Slot: Slot;
|
|
@@ -1785,12 +1705,10 @@ export interface ConceptClassMap {
|
|
|
1785
1705
|
StaticString: StaticString;
|
|
1786
1706
|
Logic: Logic;
|
|
1787
1707
|
AuthLogic: AuthLogic;
|
|
1788
|
-
BusinessLogic: BusinessLogic;
|
|
1789
1708
|
AuthLogicForCallInterface: AuthLogicForCallInterface;
|
|
1790
1709
|
OverriddenLogic: OverriddenLogic;
|
|
1791
1710
|
AbstractInterface: AbstractInterface;
|
|
1792
1711
|
Param: Param;
|
|
1793
|
-
ParamWithGroup: ParamWithGroup;
|
|
1794
1712
|
Return: Return;
|
|
1795
1713
|
Variable: Variable;
|
|
1796
1714
|
BackendVariable: BackendVariable;
|
|
@@ -1816,7 +1734,6 @@ export interface ConceptClassMap {
|
|
|
1816
1734
|
BatchAssignment: BatchAssignment;
|
|
1817
1735
|
Comment: Comment;
|
|
1818
1736
|
CallLogic: CallLogic;
|
|
1819
|
-
CallEvent: CallEvent;
|
|
1820
1737
|
CallFunction: CallFunction;
|
|
1821
1738
|
CallInterface: CallInterface;
|
|
1822
1739
|
Destination: Destination;
|
|
@@ -1843,7 +1760,6 @@ export interface ConceptClassMap {
|
|
|
1843
1760
|
NewComposite: NewComposite;
|
|
1844
1761
|
NewList: NewList;
|
|
1845
1762
|
NewMap: NewMap;
|
|
1846
|
-
Paginate: Paginate;
|
|
1847
1763
|
CallQueryComponent: CallQueryComponent;
|
|
1848
1764
|
QueryFromExpression: QueryFromExpression;
|
|
1849
1765
|
QueryJoinExpression: QueryJoinExpression;
|
|
@@ -1894,7 +1810,6 @@ export type SyntaxNode =
|
|
|
1894
1810
|
| App
|
|
1895
1811
|
| Module
|
|
1896
1812
|
| Namespace
|
|
1897
|
-
| FrontendType
|
|
1898
1813
|
| Frontend
|
|
1899
1814
|
| Backend
|
|
1900
1815
|
| Integration
|
|
@@ -1918,7 +1833,6 @@ export type SyntaxNode =
|
|
|
1918
1833
|
| BindEvent
|
|
1919
1834
|
| BindStyle
|
|
1920
1835
|
| ViewComponent
|
|
1921
|
-
| BusinessComponent
|
|
1922
1836
|
| Attribute
|
|
1923
1837
|
| Event
|
|
1924
1838
|
| Slot
|
|
@@ -1926,11 +1840,9 @@ export type SyntaxNode =
|
|
|
1926
1840
|
| StaticString
|
|
1927
1841
|
| Logic
|
|
1928
1842
|
| AuthLogic
|
|
1929
|
-
| BusinessLogic
|
|
1930
1843
|
| AuthLogicForCallInterface
|
|
1931
1844
|
| OverriddenLogic
|
|
1932
1845
|
| Param
|
|
1933
|
-
| ParamWithGroup
|
|
1934
1846
|
| Return
|
|
1935
1847
|
| Variable
|
|
1936
1848
|
| BackendVariable
|
|
@@ -1954,7 +1866,6 @@ export type SyntaxNode =
|
|
|
1954
1866
|
| BatchAssignment
|
|
1955
1867
|
| Comment
|
|
1956
1868
|
| CallLogic
|
|
1957
|
-
| CallEvent
|
|
1958
1869
|
| CallFunction
|
|
1959
1870
|
| CallInterface
|
|
1960
1871
|
| Destination
|
|
@@ -1981,7 +1892,6 @@ export type SyntaxNode =
|
|
|
1981
1892
|
| NewComposite
|
|
1982
1893
|
| NewList
|
|
1983
1894
|
| NewMap
|
|
1984
|
-
| Paginate
|
|
1985
1895
|
| CallQueryComponent
|
|
1986
1896
|
| QueryFromExpression
|
|
1987
1897
|
| QueryJoinExpression
|
|
@@ -2038,7 +1948,6 @@ export type ModuleNodeConcept = ModuleNode['concept'];
|
|
|
2038
1948
|
export type LogicNode =
|
|
2039
1949
|
| Logic
|
|
2040
1950
|
| AuthLogic
|
|
2041
|
-
| BusinessLogic
|
|
2042
1951
|
| AuthLogicForCallInterface;
|
|
2043
1952
|
|
|
2044
1953
|
export type LogicNodeConcept = LogicNode['concept'];
|
|
@@ -2055,12 +1964,6 @@ export type AbstractInterfaceNode =
|
|
|
2055
1964
|
|
|
2056
1965
|
export type AbstractInterfaceNodeConcept = AbstractInterfaceNode['concept'];
|
|
2057
1966
|
|
|
2058
|
-
export type ParamNode =
|
|
2059
|
-
| Param
|
|
2060
|
-
| ParamWithGroup;
|
|
2061
|
-
|
|
2062
|
-
export type ParamNodeConcept = ParamNode['concept'];
|
|
2063
|
-
|
|
2064
1967
|
export type VariableNode =
|
|
2065
1968
|
| Variable
|
|
2066
1969
|
| FrontendVariable;
|
|
@@ -2081,7 +1984,6 @@ export type LogicItemNode =
|
|
|
2081
1984
|
| BatchAssignment
|
|
2082
1985
|
| Comment
|
|
2083
1986
|
| CallLogic
|
|
2084
|
-
| CallEvent
|
|
2085
1987
|
| CallFunction
|
|
2086
1988
|
| CallInterface
|
|
2087
1989
|
| Destination
|
|
@@ -2108,7 +2010,6 @@ export type LogicItemNode =
|
|
|
2108
2010
|
| NewComposite
|
|
2109
2011
|
| NewList
|
|
2110
2012
|
| NewMap
|
|
2111
|
-
| Paginate
|
|
2112
2013
|
| CallQueryComponent
|
|
2113
2014
|
| QueryFromExpression
|
|
2114
2015
|
| QueryJoinExpression
|
|
@@ -2176,7 +2077,7 @@ export type TriggerLauncherNodeConcept = TriggerLauncherNode['concept'];</pre></
|
|
|
2176
2077
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
2177
2078
|
Code coverage generated by
|
|
2178
2079
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
2179
|
-
at 2023-12-
|
|
2080
|
+
at 2023-12-07T14:08:08.581Z
|
|
2180
2081
|
</div>
|
|
2181
2082
|
<script src="../../../prettify.js"></script>
|
|
2182
2083
|
<script>
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
<a name='L78'></a><a href='#L78'>78</a>
|
|
144
144
|
<a name='L79'></a><a href='#L79'>79</a>
|
|
145
145
|
<a name='L80'></a><a href='#L80'>80</a>
|
|
146
|
-
<a name='L81'></a><a href='#L81'>81</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">
|
|
146
|
+
<a name='L81'></a><a href='#L81'>81</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">81x</span>
|
|
147
147
|
<span class="cline-any cline-neutral"> </span>
|
|
148
148
|
<span class="cline-any cline-neutral"> </span>
|
|
149
149
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -310,7 +310,7 @@ export async function <span class="fstat-no" title="function not covered" >login
|
|
|
310
310
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
311
311
|
Code coverage generated by
|
|
312
312
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
313
|
-
at 2023-12-
|
|
313
|
+
at 2023-12-07T14:08:08.581Z
|
|
314
314
|
</div>
|
|
315
315
|
<script src="../prettify.js"></script>
|
|
316
316
|
<script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">62.
|
|
26
|
+
<span class="strong">62.5% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>70/112</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">47.82% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>22/46</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">45% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>18/
|
|
42
|
+
<span class='fraction'>18/40</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">63.8% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>67/105</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file medium" data-value="index.ts"><a href="index.ts.html">index.ts</a></td>
|
|
83
|
-
<td data-value="61.
|
|
83
|
+
<td data-value="61.85" class="pic medium">
|
|
84
84
|
<div class="chart"><div class="cover-fill" style="width: 61%"></div><div class="cover-empty" style="width: 39%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="61.
|
|
87
|
-
<td data-value="
|
|
88
|
-
<td data-value="
|
|
89
|
-
<td data-value="39" class="abs low">
|
|
90
|
-
<td data-value="
|
|
91
|
-
<td data-value="
|
|
92
|
-
<td data-value="63.
|
|
93
|
-
<td data-value="
|
|
86
|
+
<td data-value="61.85" class="pct medium">61.85%</td>
|
|
87
|
+
<td data-value="97" class="abs medium">60/97</td>
|
|
88
|
+
<td data-value="43.58" class="pct low">43.58%</td>
|
|
89
|
+
<td data-value="39" class="abs low">17/39</td>
|
|
90
|
+
<td data-value="42.85" class="pct low">42.85%</td>
|
|
91
|
+
<td data-value="35" class="abs low">15/35</td>
|
|
92
|
+
<td data-value="63.04" class="pct medium">63.04%</td>
|
|
93
|
+
<td data-value="92" class="abs medium">58/92</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2023-12-
|
|
119
|
+
at 2023-12-07T14:08:08.581Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|