exupery-resources 0.3.12 → 0.3.14
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/dist/implementation/generated/pareto/generic/parse/ast.js +21 -21
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +1 -1
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +1 -1
- package/dist/implementation/generated/pareto/generic/parse/parse.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +1 -1
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +4 -4
- package/dist/implementation/generated/pareto/generic/parse/token.js +5 -5
- package/dist/implementation/generated/pareto/generic/resolve.d.ts +4 -4
- package/dist/implementation/generated/pareto/generic/resolve.js +2 -2
- package/dist/interface/generated/pareto/core/astn_source.d.ts +3 -3
- package/dist/interface/generated/pareto/core/astn_target.d.ts +7 -7
- package/dist/interface/generated/pareto/core/parse_result.d.ts +1 -1
- package/dist/interface/generated/pareto/core/resolve.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +8 -8
- package/dist/interface/temp_main.d.ts +1 -1
- package/package.json +3 -4
- package/dist/implementation/transformers/execute_procedure_executable/lines.d.ts +0 -5
- package/dist/implementation/transformers/execute_procedure_executable/lines.js +0 -34
- package/dist/implementation/transformers/execute_query_executable/lines.d.ts +0 -5
- package/dist/implementation/transformers/execute_query_executable/lines.js +0 -34
- package/dist/implementation/transformers/execute_smelly_procedure_executable/lines.d.ts +0 -5
- package/dist/implementation/transformers/execute_smelly_procedure_executable/lines.js +0 -34
- package/dist/implementation/transformers/make_directory/lines.d.ts +0 -5
- package/dist/implementation/transformers/make_directory/lines.js +0 -34
- package/dist/implementation/transformers/read_directory/lines.d.ts +0 -5
- package/dist/implementation/transformers/read_directory/lines.js +0 -34
- package/dist/implementation/transformers/read_file/lines.d.ts +0 -5
- package/dist/implementation/transformers/read_file/lines.js +0 -34
- package/dist/implementation/transformers/write_file/lines.d.ts +0 -5
- package/dist/implementation/transformers/write_file/lines.js +0 -34
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL2V4ZWN1dGVfcHJvY2VkdXJlX2V4ZWN1dGFibGUvbGluZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFRQSw4RUFBK0Q7QUFFL0Qsd0RBQXlDO0FBQ3pDLDhIQUErRztBQUV4RyxNQUFNLEtBQUssR0FBVSxDQUFDLENBQUMsRUFBRSxFQUFFO0lBQzlCLE9BQU8sYUFBYSxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxhQUFhLEVBQUUsS0FBSyxFQUFFLENBQUMsQ0FBQTtBQUMzRyxDQUFDLENBQUE7QUFGWSxRQUFBLEtBQUssU0FFakIifQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/execute_query_executable/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL2V4ZWN1dGVfcXVlcnlfZXhlY3V0YWJsZS9saW5lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVFBLDhFQUErRDtBQUUvRCx3REFBeUM7QUFDekMsOEhBQStHO0FBRXhHLE1BQU0sS0FBSyxHQUFVLENBQUMsQ0FBQyxFQUFFLEVBQUU7SUFDOUIsT0FBTyxhQUFhLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLGFBQWEsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFBO0FBQzNHLENBQUMsQ0FBQTtBQUZZLFFBQUEsS0FBSyxTQUVqQiJ9
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL2V4ZWN1dGVfc21lbGx5X3Byb2NlZHVyZV9leGVjdXRhYmxlL2xpbmVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUUEsOEVBQStEO0FBRS9ELHdEQUF5QztBQUN6Qyw4SEFBK0c7QUFFeEcsTUFBTSxLQUFLLEdBQVUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtJQUM5QixPQUFPLGFBQWEsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsYUFBYSxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUE7QUFDM0csQ0FBQyxDQUFBO0FBRlksUUFBQSxLQUFLLFNBRWpCIn0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/make_directory/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL21ha2VfZGlyZWN0b3J5L2xpbmVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUUEsOEVBQStEO0FBRS9ELHdEQUF5QztBQUN6Qyw4SEFBK0c7QUFFeEcsTUFBTSxLQUFLLEdBQVUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtJQUM5QixPQUFPLGFBQWEsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsYUFBYSxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUE7QUFDM0csQ0FBQyxDQUFBO0FBRlksUUFBQSxLQUFLLFNBRWpCIn0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/read_directory/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL3JlYWRfZGlyZWN0b3J5L2xpbmVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUUEsOEVBQStEO0FBRS9ELHdEQUF5QztBQUN6Qyw4SEFBK0c7QUFFeEcsTUFBTSxLQUFLLEdBQVUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtJQUM5QixPQUFPLGFBQWEsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsYUFBYSxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUE7QUFDM0csQ0FBQyxDQUFBO0FBRlksUUFBQSxLQUFLLFNBRWpCIn0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/read_file/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL3JlYWRfZmlsZS9saW5lcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVFBLDhFQUErRDtBQUUvRCx3REFBeUM7QUFDekMsOEhBQStHO0FBRXhHLE1BQU0sS0FBSyxHQUFVLENBQUMsQ0FBQyxFQUFFLEVBQUU7SUFDOUIsT0FBTyxhQUFhLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLGFBQWEsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFBO0FBQzNHLENBQUMsQ0FBQTtBQUZZLFFBQUEsS0FBSyxTQUVqQiJ9
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _et from 'exupery-core-types';
|
|
2
|
-
import * as d_in from "../../../interface/generated/pareto/schemas/write_file/data_types/source";
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/lines/data_types/target";
|
|
4
|
-
export type Error = _et.Transformer_Without_Parameters<d_in.Error, d_out.Lines>;
|
|
5
|
-
export declare const Error: Error;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Error = void 0;
|
|
27
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
|
|
28
|
-
const t_to_fp = __importStar(require("./fountain_pen"));
|
|
29
|
-
const t_fp_to_lines = __importStar(require("pareto-fountain-pen/dist/implementation/algorithms/transformations/block/lines"));
|
|
30
|
-
const Error = ($) => {
|
|
31
|
-
return t_fp_to_lines.Group(sh.group([sh.g.nested_block([t_to_fp.Error($)])]), { 'indentation': ` ` });
|
|
32
|
-
};
|
|
33
|
-
exports.Error = Error;
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL3dyaXRlX2ZpbGUvbGluZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFRQSw4RUFBK0Q7QUFFL0Qsd0RBQXlDO0FBQ3pDLDhIQUErRztBQUV4RyxNQUFNLEtBQUssR0FBVSxDQUFDLENBQUMsRUFBRSxFQUFFO0lBQzlCLE9BQU8sYUFBYSxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxhQUFhLEVBQUUsS0FBSyxFQUFFLENBQUMsQ0FBQTtBQUMzRyxDQUFDLENBQUE7QUFGWSxRQUFBLEtBQUssU0FFakIifQ==
|