UNPKG

@nlighten/json-transform-core

Version:

Core types and utilities for handling JSON transformers

38 lines 3.88 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformUtils = exports.functions = exports.examples = exports.definitions = exports.ParseContext = exports.parseTransformer = exports.JsonPathFunctionRegex = exports.jsonpathJoin = exports.EmbeddedTransformerFunctions = exports.EmbeddedTransformerFunction = exports.tryConvertFunctionsToInline = exports.convertFunctionsToObjects = exports.tokenizeInlineFunction = exports.getSubfunction = exports.functionsParser = exports.getFunctionObjectSignature = exports.getFunctionInlineSignature = exports.ContextVariablesSchemas = void 0; var ContextVariablesSchemas_1 = require("./functions/ContextVariablesSchemas"); Object.defineProperty(exports, "ContextVariablesSchemas", { enumerable: true, get: function () { return ContextVariablesSchemas_1.ContextVariablesSchemas; } }); var functionsParser_1 = require("./functions/functionsParser"); Object.defineProperty(exports, "getFunctionInlineSignature", { enumerable: true, get: function () { return functionsParser_1.getFunctionInlineSignature; } }); Object.defineProperty(exports, "getFunctionObjectSignature", { enumerable: true, get: function () { return functionsParser_1.getFunctionObjectSignature; } }); Object.defineProperty(exports, "functionsParser", { enumerable: true, get: function () { return functionsParser_1.functionsParser; } }); Object.defineProperty(exports, "getSubfunction", { enumerable: true, get: function () { return functionsParser_1.getSubfunction; } }); var tokenizeInlineFunction_1 = require("./functions/tokenizeInlineFunction"); Object.defineProperty(exports, "tokenizeInlineFunction", { enumerable: true, get: function () { return tokenizeInlineFunction_1.tokenizeInlineFunction; } }); var convert_1 = require("./utils/convert"); Object.defineProperty(exports, "convertFunctionsToObjects", { enumerable: true, get: function () { return convert_1.convertFunctionsToObjects; } }); Object.defineProperty(exports, "tryConvertFunctionsToInline", { enumerable: true, get: function () { return convert_1.tryConvertFunctionsToInline; } }); var types_1 = require("./functions/types"); Object.defineProperty(exports, "EmbeddedTransformerFunction", { enumerable: true, get: function () { return types_1.EmbeddedTransformerFunction; } }); Object.defineProperty(exports, "EmbeddedTransformerFunctions", { enumerable: true, get: function () { return types_1.EmbeddedTransformerFunctions; } }); var jsonpathJoin_1 = require("./jsonpath/jsonpathJoin"); Object.defineProperty(exports, "jsonpathJoin", { enumerable: true, get: function () { return jsonpathJoin_1.jsonpathJoin; } }); var jsonpathFunctions_1 = require("./jsonpath/jsonpathFunctions"); Object.defineProperty(exports, "JsonPathFunctionRegex", { enumerable: true, get: function () { return jsonpathFunctions_1.JsonPathFunctionRegex; } }); var parse_1 = require("./parse"); Object.defineProperty(exports, "parseTransformer", { enumerable: true, get: function () { return parse_1.parseTransformer; } }); var ParseContext_1 = require("./ParseContext"); Object.defineProperty(exports, "ParseContext", { enumerable: true, get: function () { return ParseContext_1.ParseContext; } }); const definitions_1 = __importDefault(require("./functions/definitions")); exports.definitions = definitions_1.default; const examples_1 = __importDefault(require("./functions/examples")); exports.examples = examples_1.default; const functions_1 = __importDefault(require("./functions/functions")); exports.functions = functions_1.default; var transformUtils_1 = require("./transformUtils"); Object.defineProperty(exports, "transformUtils", { enumerable: true, get: function () { return transformUtils_1.transformUtils; } }); //# sourceMappingURL=index.js.map