pareto 0.80.6 → 0.80.7
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/liana/schemas/implementation/deserialize.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/implementation/deserialize.js +69 -0
- package/dist/implementation/generated/liana/schemas/implementation/marshall.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/implementation/marshall.js +1140 -0
- package/dist/implementation/generated/liana/schemas/implementation/migrate_boilerplate.d.ts +4 -5
- package/dist/implementation/generated/liana/schemas/implementation/migrate_boilerplate.js +1024 -629
- package/dist/implementation/generated/liana/schemas/implementation/resolve.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/implementation/resolve.js +989 -0
- package/dist/implementation/generated/liana/schemas/implementation/serialize.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/implementation/serialize.js +51 -0
- package/dist/implementation/generated/liana/schemas/implementation/unmarshall.d.ts +7 -0
- package/dist/implementation/generated/liana/schemas/implementation/unmarshall.js +1121 -0
- package/dist/implementation/generated/liana/schemas/interface/deserialize.d.ts +6 -0
- package/dist/implementation/generated/liana/schemas/interface/deserialize.js +64 -0
- package/dist/implementation/generated/liana/schemas/interface/marshall.d.ts +6 -0
- package/dist/implementation/generated/liana/schemas/interface/marshall.js +330 -0
- package/dist/implementation/generated/liana/schemas/interface/migrate_boilerplate.d.ts +4 -4
- package/dist/implementation/generated/liana/schemas/interface/migrate_boilerplate.js +332 -287
- package/dist/implementation/generated/liana/schemas/interface/resolve.d.ts +6 -0
- package/dist/implementation/generated/liana/schemas/interface/resolve.js +258 -0
- package/dist/implementation/generated/liana/schemas/interface/serialize.d.ts +6 -0
- package/dist/implementation/generated/liana/schemas/interface/serialize.js +49 -0
- package/dist/implementation/generated/liana/schemas/interface/unmarshall.d.ts +6 -0
- package/dist/implementation/generated/liana/schemas/interface/unmarshall.js +353 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/deserialize.d.ts +9 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/deserialize.js +79 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/marshall.d.ts +9 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/marshall.js +527 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/migrate_boilerplate.d.ts +5 -7
- package/dist/implementation/generated/liana/schemas/typescript_light/migrate_boilerplate.js +268 -213
- package/dist/implementation/generated/liana/schemas/typescript_light/serialize.d.ts +9 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/serialize.js +55 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/unmarshall.d.ts +9 -0
- package/dist/implementation/generated/liana/schemas/typescript_light/unmarshall.js +321 -0
- package/dist/implementation/manual/schemas/implementation/transformers/serialized_typescript.d.ts +3 -0
- package/dist/implementation/manual/schemas/implementation/transformers/serialized_typescript.js +67 -0
- package/dist/implementation/manual/schemas/implementation/transformers/typescript.d.ts +10 -0
- package/dist/implementation/manual/schemas/implementation/transformers/typescript.js +635 -0
- package/dist/implementation/manual/schemas/interface/transformers/serialized_typescript.d.ts +3 -0
- package/dist/implementation/manual/schemas/interface/transformers/serialized_typescript.js +64 -0
- package/dist/implementation/manual/schemas/interface/transformers/{typescript_light.d.ts → typescript.d.ts} +2 -3
- package/dist/implementation/manual/schemas/interface/transformers/typescript.js +320 -0
- package/dist/implementation/manual/schemas/library/transformers/{typescript_light.d.ts → typescript.d.ts} +2 -2
- package/dist/implementation/manual/schemas/library/transformers/{typescript_light.js → typescript.js} +5 -5
- package/dist/interface/generated/liana/generic/deserialize.d.ts +5 -0
- package/dist/interface/generated/liana/generic/deserialize.js +3 -0
- package/dist/interface/generated/liana/generic/location.d.ts +2 -2
- package/dist/interface/generated/liana/generic/resolve.d.ts +5 -8
- package/dist/interface/generated/liana/generic/unmarshall.d.ts +15 -0
- package/dist/interface/generated/liana/generic/unmarshall.js +3 -0
- package/dist/interface/generated/liana/schemas/implementation/data/resolved.d.ts +500 -237
- package/dist/interface/generated/liana/schemas/implementation/data/unresolved.d.ts +863 -530
- package/dist/interface/generated/liana/schemas/implementation/deserialize.d.ts +55 -24
- package/dist/interface/generated/liana/schemas/implementation/marshall.d.ts +16 -23
- package/dist/interface/generated/liana/schemas/implementation/migrate_boilerplate.d.ts +20 -27
- package/dist/interface/generated/liana/schemas/implementation/resolve.d.ts +21 -29
- package/dist/interface/generated/liana/schemas/implementation/serialize.d.ts +16 -23
- package/dist/interface/generated/liana/schemas/implementation/unmarshall.d.ts +25 -24
- package/dist/interface/generated/liana/schemas/interface/data/resolved.d.ts +61 -61
- package/dist/interface/generated/liana/schemas/interface/data/unresolved.d.ts +201 -201
- package/dist/interface/generated/liana/schemas/interface/deserialize.d.ts +48 -16
- package/dist/interface/generated/liana/schemas/interface/marshall.d.ts +16 -16
- package/dist/interface/generated/liana/schemas/interface/migrate_boilerplate.d.ts +21 -21
- package/dist/interface/generated/liana/schemas/interface/resolve.d.ts +17 -17
- package/dist/interface/generated/liana/schemas/interface/serialize.d.ts +16 -16
- package/dist/interface/generated/liana/schemas/interface/unmarshall.d.ts +23 -16
- package/dist/interface/generated/liana/schemas/typescript_light/data.d.ts +199 -225
- package/dist/interface/generated/liana/schemas/typescript_light/deserialize.d.ts +71 -35
- package/dist/interface/generated/liana/schemas/typescript_light/marshall.d.ts +19 -33
- package/dist/interface/generated/liana/schemas/typescript_light/migrate_boilerplate.d.ts +24 -38
- package/dist/interface/generated/liana/schemas/typescript_light/serialize.d.ts +19 -33
- package/dist/interface/generated/liana/schemas/typescript_light/unmarshall.d.ts +31 -35
- package/dist/modules/typescript_light/implementation/manual/primitives/approximate_number/serializers/default.js +14 -13
- package/dist/modules/typescript_light/implementation/manual/primitives/integer/serializers/decimal.d.ts +2 -0
- package/dist/modules/typescript_light/implementation/manual/primitives/integer/serializers/decimal.js +58 -0
- package/dist/modules/typescript_light/implementation/manual/primitives/text/serializers/identifier.js +3 -3
- package/dist/modules/typescript_light/implementation/manual/schemas/typescript_light/transformers/fountain_pen_block.d.ts +3 -6
- package/dist/modules/typescript_light/implementation/manual/schemas/typescript_light/transformers/fountain_pen_block.js +138 -107
- package/dist/modules/typescript_light/shorthands/typescript_light.d.ts +41 -33
- package/dist/modules/typescript_light/shorthands/typescript_light.js +117 -70
- package/dist/shorthands/implementation.d.ts +105 -50
- package/dist/shorthands/implementation.js +308 -204
- package/dist/shorthands/interface.d.ts +33 -33
- package/dist/shorthands/interface.js +20 -20
- package/package.json +5 -4
- package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.d.ts +0 -14
- package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.js +0 -687
- package/dist/implementation/manual/schemas/interface/transformers/typescript_light.js +0 -323
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as t_signatures from "../../../../../interface/generated/liana/schemas/implementation/deserialize";
|
|
2
|
+
export declare const Package_Set: t_signatures.Package_Set;
|
|
3
|
+
export declare const Package: t_signatures.Package;
|
|
4
|
+
export declare const Temp_Type_Node_Reference: t_signatures.Temp_Type_Node_Reference;
|
|
5
|
+
export declare const Expression: t_signatures.Expression;
|
|
6
|
+
export declare const Selection: t_signatures.Selection;
|
|
7
|
+
export declare const Lookup_Selection: t_signatures.Lookup_Selection;
|
|
@@ -0,0 +1,69 @@
|
|
|
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 () {
|
|
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
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.Lookup_Selection = exports.Selection = exports.Expression = exports.Temp_Type_Node_Reference = exports.Package = exports.Package_Set = void 0;
|
|
37
|
+
const v_deserialize = __importStar(require("astn-core/dist/implementation/manual/schemas/parse_tree/deserializers"));
|
|
38
|
+
const v_unmarshall = __importStar(require("./unmarshall"));
|
|
39
|
+
const Package_Set = ($, abort, $p) => v_unmarshall.Package_Set(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
40
|
+
'document resource identifier': $p['document resource identifier'],
|
|
41
|
+
'tab size': $p['tab size'],
|
|
42
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
43
|
+
exports.Package_Set = Package_Set;
|
|
44
|
+
const Package = ($, abort, $p) => v_unmarshall.Package(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
45
|
+
'document resource identifier': $p['document resource identifier'],
|
|
46
|
+
'tab size': $p['tab size'],
|
|
47
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
48
|
+
exports.Package = Package;
|
|
49
|
+
const Temp_Type_Node_Reference = ($, abort, $p) => v_unmarshall.Temp_Type_Node_Reference(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
50
|
+
'document resource identifier': $p['document resource identifier'],
|
|
51
|
+
'tab size': $p['tab size'],
|
|
52
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
53
|
+
exports.Temp_Type_Node_Reference = Temp_Type_Node_Reference;
|
|
54
|
+
const Expression = ($, abort, $p) => v_unmarshall.Expression(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
55
|
+
'document resource identifier': $p['document resource identifier'],
|
|
56
|
+
'tab size': $p['tab size'],
|
|
57
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
58
|
+
exports.Expression = Expression;
|
|
59
|
+
const Selection = ($, abort, $p) => v_unmarshall.Selection(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
60
|
+
'document resource identifier': $p['document resource identifier'],
|
|
61
|
+
'tab size': $p['tab size'],
|
|
62
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
63
|
+
exports.Selection = Selection;
|
|
64
|
+
const Lookup_Selection = ($, abort, $p) => v_unmarshall.Lookup_Selection(v_deserialize.Document($, ($) => abort(['tbd', null]), {
|
|
65
|
+
'document resource identifier': $p['document resource identifier'],
|
|
66
|
+
'tab size': $p['tab size'],
|
|
67
|
+
})['content'], ($) => abort(['tbd', null]));
|
|
68
|
+
exports.Lookup_Selection = Lookup_Selection;
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBS0EscUhBQXNHO0FBRXRHLDJEQUE0QztBQUlyQyxNQUFNLFdBQVcsR0FBNkIsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FDM0YsYUFBYSxDQUFDLFFBQVEsQ0FDbEIsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQ1IsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQ2hCLEVBQ0Q7SUFDSSw4QkFBOEIsRUFBRSxFQUFFLENBQUMsOEJBQThCLENBQUM7SUFDbEUsVUFBVSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUM7Q0FDN0IsQ0FDSixDQUFDLFNBQVMsQ0FBQyxFQUNaLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQ1IsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQ2hCLENBQ0osQ0FBQTtBQWRZLFFBQUEsV0FBVyxlQWN2QjtBQUVNLE1BQU0sT0FBTyxHQUF5QixDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUMvRSxhQUFhLENBQUMsUUFBUSxDQUNsQixDQUFDLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FDUixDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsQ0FDaEIsRUFDRDtJQUNJLDhCQUE4QixFQUFFLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztJQUNsRSxVQUFVLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQztD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
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as t_signatures from "../../../../../interface/generated/liana/schemas/implementation/marshall";
|
|
2
|
+
export declare const Package_Set: t_signatures.Package_Set;
|
|
3
|
+
export declare const Package: t_signatures.Package;
|
|
4
|
+
export declare const Temp_Type_Node_Reference: t_signatures.Temp_Type_Node_Reference;
|
|
5
|
+
export declare const Expression: t_signatures.Expression;
|
|
6
|
+
export declare const Selection: t_signatures.Selection;
|
|
7
|
+
export declare const Lookup_Selection: t_signatures.Lookup_Selection;
|