UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

42 lines 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NaslServer = void 0; require("./extendBaseNode"); const createUiTs_1 = require("./createUiTs"); const nasl_concepts_1 = require("@lcap/nasl-concepts"); /** * Nasl 辅助方法 * * @deprecated 请使用`import { service } from '@lcap/nasl` */ const server = { getAllComponentEventMap: createUiTs_1.getAllComponentEventMap, getLogicsSync: nasl_concepts_1.service.getLogicsSync, getLogics: nasl_concepts_1.service.getLogics, iteratorTree: nasl_concepts_1.service.iteratorTree, getInterfaces: nasl_concepts_1.service.getInterfaces, getFunctions: nasl_concepts_1.service.getFunctions, getBuildInFunction: nasl_concepts_1.service.getBuildInFunction, getProcessComponents: nasl_concepts_1.service.getProcessComponents, getProcessComponent: nasl_concepts_1.service.getProcessComponent, getMemberIdentifier: nasl_concepts_1.service.getMemberIdentifier, getVarCompletionList: nasl_concepts_1.service.getVarCompletionList, // 流程的变量框用到了 getValidates: nasl_concepts_1.service.getValidates, getValidateFunction: nasl_concepts_1.service.getValidateFunction, getSelectNextCompletionData: nasl_concepts_1.service.getSelectNextCompletionData, getVariableIdentifier: nasl_concepts_1.service.getVariableIdentifier, getEnumsIdentifier: nasl_concepts_1.service.getEnumsIdentifier, getCommonVariableIdentifier: nasl_concepts_1.service.getCommonVariableIdentifier, getBackendVariablesIdentifier: nasl_concepts_1.service.getBackendVariablesIdentifier, getLiteralsIdentifier: nasl_concepts_1.service.getLiteralsIdentifier, getLogging: nasl_concepts_1.service.getLogging, displayString2TypeAnnotation: nasl_concepts_1.service.displayString2TypeAnnotation, getConfigsIdentifier: nasl_concepts_1.service.getConfigsIdentifier, getConnectorTree: nasl_concepts_1.service.getConnectorTree, publishConnector: nasl_concepts_1.service.publishConnector, getSqlFunction: nasl_concepts_1.service.getSqlFunction, }; exports.default = server; var naslServer_1 = require("./naslServer"); Object.defineProperty(exports, "NaslServer", { enumerable: true, get: function () { return naslServer_1.NaslServer; } }); //# sourceMappingURL=index.js.map