astn 0.113.34 → 0.113.36
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/bin/convert_to_json.js +18 -8
- package/dist/bin/validate_astn.js +18 -8
- package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +19 -9
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +19 -9
- package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +19 -9
- package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +19 -9
- package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +1 -1
- package/dist/implementation/manual/text_to_text/convert_to_json.js +18 -8
- package/dist/implementation/manual/text_to_text/validate_astn.d.ts +1 -1
- package/dist/implementation/manual/text_to_text/validate_astn.js +18 -8
- package/dist/interface/generated/{pareto/core → liana/generic}/location.js +1 -1
- package/dist/interface/generated/liana/generic/resolve.d.ts +26 -0
- package/dist/interface/generated/{pareto/schemas/astn_schema → liana/generic}/resolve.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.d.ts +16 -16
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.d.ts +19 -19
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/resolve.d.ts +32 -20
- package/dist/interface/generated/liana/schemas/astn_schema/resolve.js +3 -0
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.d.ts +11 -11
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/ide/data.d.ts +5 -5
- package/dist/interface/generated/{pareto → liana}/schemas/ide/data.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.js +1 -1
- package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +4 -4
- package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +3 -3
- package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +4 -4
- package/dist/interface/signatures/transformers/parse_tree/token.d.ts +3 -3
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +18 -8
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +20 -10
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/interface/signatures.d.ts +10 -10
- package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
- package/package.json +7 -8
- /package/dist/interface/generated/{pareto/core → liana/generic}/location.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.d.ts +0 -0
|
@@ -15,23 +15,33 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.Parameters = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/refiner"));
|
|
28
38
|
//dependencies
|
|
29
39
|
const p_file_in_file_out = __importStar(require("../productions/text"));
|
|
30
40
|
const Parameters = ($, abort) => {
|
|
31
|
-
return _p.iterate($.arguments, (iter) => iter
|
|
41
|
+
return _p.iterate($.arguments, (iter) => iter.assert_finished(() => ({
|
|
32
42
|
'in': p_file_in_file_out.Path(iter, ($) => abort(['in path', $])),
|
|
33
43
|
'out': p_file_in_file_out.Path(iter, ($) => abort(['out path', $])),
|
|
34
44
|
}), ($) => abort(['too many arguments', null])));
|
|
35
45
|
};
|
|
36
46
|
exports.Parameters = Parameters;
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL3NjaGVtYXMvZmlsZV9pbl9maWxlX291dC9yZWZpbmVycy9tYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDZEQUE4QztBQU85QyxjQUFjO0FBQ2Qsd0VBQXlEO0FBRWxELE1BQU0sVUFBVSxHQUluQixDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRTtJQUNiLE9BQU8sRUFBRSxDQUFDLE9BQU8sQ0FDYixDQUFDLENBQUMsU0FBUyxFQUNYLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUMxQixHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxFQUFFLGtCQUFrQixDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2pFLEtBQUssRUFBRSxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN0RSxDQUFDLEVBQ0YsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLG9CQUFvQixFQUFFLElBQUksQ0FBQyxDQUFDLENBRTdDLENBQ0osQ0FBQTtBQUVMLENBQUMsQ0FBQTtBQWpCWSxRQUFBLFVBQVUsY0FpQnRCIn0=
|
|
@@ -15,16 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.Command_Error = exports.Error = exports.Path_Error = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/transformer"));
|
|
28
38
|
//dependencies
|
|
29
39
|
const t_read_file = __importStar(require("pareto-resources/dist/implementation/manual/schemas/read_file/transformers/fountain_pen"));
|
|
30
40
|
const s_fp = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/block/serializers"));
|
|
@@ -56,4 +66,4 @@ const Command_Error = ($) => _p.sg($, ($) => {
|
|
|
56
66
|
}
|
|
57
67
|
});
|
|
58
68
|
exports.Command_Error = Command_Error;
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9jb21tb25fdG9vbF9zaWduYXR1cmVzL2ltcGxlbWVudGF0aW9uL21hbnVhbC9zY2hlbWFzL2ZpbGVfaW5fZmlsZV9vdXQvc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsaUVBQWtEO0FBS2xELGNBQWM7QUFDZCxxSUFBc0g7QUFDdEgsK0dBQWdHO0FBQ2hHLGtFQUFtRDtBQUU1QyxNQUFNLFVBQVUsR0FBRyxDQUFDLENBQWdDLEVBQVUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7SUFDbkYsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztRQUNYLEtBQUssU0FBUyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUE7UUFDakQsS0FBSyxXQUFXLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQTtRQUNyRCxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7SUFDL0IsQ0FBQztBQUNMLENBQUMsQ0FBQyxDQUFBO0FBTlcsUUFBQSxVQUFVLGNBTXJCO0FBRUssTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUEyQixFQUFVLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBVSxFQUFFO0lBQ2pGLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDWCxLQUFLLG9CQUFvQixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsb0JBQW9CLENBQUMsQ0FBQTtRQUN2RSxLQUFLLFNBQVMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFdBQVcsR0FBRyxJQUFBLGtCQUFVLEVBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtRQUNuRSxLQUFLLFVBQVUsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFlBQVksR0FBRyxJQUFBLGtCQUFVLEVBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtRQUNyRSxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7SUFDL0IsQ0FBQztBQUNMLENBQUMsQ0FBQyxDQUFBO0FBUFcsUUFBQSxLQUFLLFNBT2hCO0FBRUssTUFBTSxhQUFhLEdBQUcsQ0FBQyxDQUFtQyxFQUFVLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBVSxFQUFFO0lBQ2pHLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDWCxLQUFLLHdCQUF3QixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsMEJBQTBCLEdBQUcsa0JBQWtCLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDL0csS0FBSyxjQUFjLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxhQUFhLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUE7UUFDbEosS0FBSyxlQUFlLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyx1QkFBdUIsR0FBRyxDQUFDLENBQUMsQ0FBQTtRQUN6RSxLQUFLLGNBQWMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUFDLENBQUE7UUFDakUsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBQy9CLENBQUM7QUFDTCxDQUFDLENBQUMsQ0FBQTtBQVJXLFFBQUEsYUFBYSxpQkFReEIifQ==
|
|
@@ -15,16 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.Error = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/transformer"));
|
|
28
38
|
const s_file_in_file_out = __importStar(require("../file_in_file_out/serializers"));
|
|
29
39
|
const Error = ($) => {
|
|
30
40
|
return _p.sg($, ($) => {
|
|
@@ -36,4 +46,4 @@ const Error = ($) => {
|
|
|
36
46
|
});
|
|
37
47
|
};
|
|
38
48
|
exports.Error = Error;
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9jb21tb25fdG9vbF9zaWduYXR1cmVzL2ltcGxlbWVudGF0aW9uL21hbnVhbC9zY2hlbWFzL3RyYW5zZm9ybV9maWxlL3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGlFQUFrRDtBQUlsRCxvRkFBcUU7QUFFOUQsTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUF5QixFQUFVLEVBQUU7SUFDdkQsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBVSxFQUFFO1FBQzFCLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDWCxLQUFLLFlBQVksQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixHQUFHLENBQUMsQ0FBQyxDQUFBO1lBQ25FLEtBQUssa0JBQWtCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxvQkFBb0IsR0FBRyxrQkFBa0IsQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUMzRyxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDL0IsQ0FBQztJQUNMLENBQUMsQ0FBQyxDQUFBO0FBQ04sQ0FBQyxDQUFBO0FBUlksUUFBQSxLQUFLLFNBUWpCIn0=
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
2
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as resources_pareto from "pareto-resources/dist/interface/resources";
|
|
3
3
|
export declare namespace queries {
|
|
4
4
|
}
|
|
5
5
|
export declare namespace commands {
|
|
6
|
-
type stream_in_to_stream_out = _pi.Command_Procedure<
|
|
7
|
-
'log error':
|
|
8
|
-
'write to stdout':
|
|
6
|
+
type stream_in_to_stream_out = _pi.Command_Procedure<resources_pareto.commands.main, {
|
|
7
|
+
'log error': resources_pareto.commands.log_error;
|
|
8
|
+
'write to stdout': resources_pareto.commands.write_to_stdout;
|
|
9
9
|
}, {
|
|
10
|
-
'get instream data':
|
|
10
|
+
'get instream data': resources_pareto.queries.get_instream_data;
|
|
11
11
|
}>;
|
|
12
|
-
type file_in_to_file_out = _pi.Command_Procedure<
|
|
13
|
-
'log error':
|
|
14
|
-
'write file':
|
|
12
|
+
type file_in_to_file_out = _pi.Command_Procedure<resources_pareto.commands.main, {
|
|
13
|
+
'log error': resources_pareto.commands.log_error;
|
|
14
|
+
'write file': resources_pareto.commands.write_file;
|
|
15
15
|
}, {
|
|
16
|
-
'read file':
|
|
16
|
+
'read file': resources_pareto.queries.read_file;
|
|
17
17
|
}>;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as d_path from "pareto-resources/dist/interface/generated/
|
|
2
|
-
import * as d_read_file from "pareto-resources/dist/interface/generated/
|
|
3
|
-
import * as d_write_file from "pareto-resources/dist/interface/generated/
|
|
1
|
+
import * as d_path from "pareto-resources/dist/interface/generated/liana/schemas/path/data";
|
|
2
|
+
import * as d_read_file from "pareto-resources/dist/interface/generated/liana/schemas/read_file/data";
|
|
3
|
+
import * as d_write_file from "pareto-resources/dist/interface/generated/liana/schemas/write_file/data";
|
|
4
4
|
export type Path_Error = ['missing', null] | ['not valid', null];
|
|
5
5
|
export type Error = ['in path', Path_Error] | ['out path', Path_Error] | ['too many arguments', null];
|
|
6
6
|
export type Command_Error = ['command line arguments', Error] | ['reading file', d_read_file.Error] | ['deserializing', string] | ['writing file', d_write_file.Error];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astn",
|
|
3
|
-
"version": "0.113.
|
|
3
|
+
"version": "0.113.36",
|
|
4
4
|
"description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -39,12 +39,11 @@
|
|
|
39
39
|
"node": ">=14.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"astn-core": "^0.5.
|
|
43
|
-
"pareto-core-dev": "^0.12.
|
|
44
|
-
"pareto-
|
|
45
|
-
"pareto-
|
|
46
|
-
"pareto-
|
|
47
|
-
"pareto-
|
|
48
|
-
"pareto-resources": "^0.2.9"
|
|
42
|
+
"astn-core": "^0.5.4",
|
|
43
|
+
"pareto-core-dev": "^0.12.3",
|
|
44
|
+
"pareto-fountain-pen": "^0.4.4",
|
|
45
|
+
"pareto-host-nodejs": "^0.2.8",
|
|
46
|
+
"pareto-json": "^0.3.16",
|
|
47
|
+
"pareto-resources": "^0.2.12"
|
|
49
48
|
}
|
|
50
49
|
}
|
|
File without changes
|
/package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.d.ts
RENAMED
|
File without changes
|
/package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|