pareto-graphviz 0.1.5 → 0.1.6
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/transformers/graphviz/fountain_pen.js +9 -4
- package/package.json +3 -3
- package/dist/exceptional/serializers/json.d.ts +0 -5
- package/dist/exceptional/serializers/json.js +0 -36
- package/dist/implementation/algorithms/operations/impure/text/serialize_string.d.ts +0 -1
- package/dist/implementation/algorithms/operations/impure/text/serialize_string.js +0 -12
- package/dist/implementation/algorithms/transformations/json/fountain_pen_block.d.ts +0 -4
- package/dist/implementation/algorithms/transformations/json/fountain_pen_block.js +0 -88
- package/dist/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
- package/dist/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/json/marshall.js +0 -110
- package/dist/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/json/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
- package/dist/interface/algorithms/operations/impure/text/serialize_string.d.ts +0 -1
- package/dist/interface/algorithms/operations/impure/text/serialize_string.js +0 -5
- package/dist/interface/algorithms/transformations/json/fountain_pen_block.d.ts +0 -1
- package/dist/interface/algorithms/transformations/json/fountain_pen_block.js +0 -5
- package/dist/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
- package/dist/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
- package/dist/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
- package/dist/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
- package/dist/interface/generated/pareto/schemas/json/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/json/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
- package/dist/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
- package/dist/interface/generated/pareto/schemas/json/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
- package/dist/shorthands/json.d.ts +0 -8
- package/dist/shorthands/json.js +0 -12
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export type _T_Value_Deserializers = {
|
|
2
|
-
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
3
|
-
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
4
|
-
readonly 'custom numbers': {
|
|
5
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export type Value_Deserializers = _T_Value_Deserializers;
|
|
9
|
-
export declare namespace _T_Value_Deserializers {
|
|
10
|
-
namespace default_number {
|
|
11
|
-
type CONTEXT = string;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
}
|
|
14
|
-
type RESULT = number;
|
|
15
|
-
}
|
|
16
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
17
|
-
namespace _boolean {
|
|
18
|
-
type CONTEXT = string;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
type RESULT = boolean;
|
|
22
|
-
}
|
|
23
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
24
|
-
namespace custom_numbers {
|
|
25
|
-
namespace Position {
|
|
26
|
-
type CONTEXT = string;
|
|
27
|
-
namespace PARAMS {
|
|
28
|
-
}
|
|
29
|
-
type RESULT = number;
|
|
30
|
-
}
|
|
31
|
-
type Position = ($$_: string, $$_p: null) => number;
|
|
32
|
-
}
|
|
33
|
-
type custom_numbers = {
|
|
34
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Deserializers {
|
|
38
|
-
namespace default_number {
|
|
39
|
-
type CONTEXT = string;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
type RESULT = number;
|
|
43
|
-
}
|
|
44
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
45
|
-
namespace _boolean {
|
|
46
|
-
type CONTEXT = string;
|
|
47
|
-
namespace PARAMS {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = boolean;
|
|
50
|
-
}
|
|
51
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
52
|
-
namespace custom_numbers {
|
|
53
|
-
namespace Position {
|
|
54
|
-
type CONTEXT = string;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = number;
|
|
58
|
-
}
|
|
59
|
-
type Position = ($$_: string, $$_p: null) => number;
|
|
60
|
-
}
|
|
61
|
-
type custom_numbers = {
|
|
62
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2pzb24vdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export type _T_Value_Serializers = {
|
|
2
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
3
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
4
|
-
readonly 'custom numbers': {
|
|
5
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
9
|
-
export declare namespace _T_Value_Serializers {
|
|
10
|
-
namespace default_number {
|
|
11
|
-
type CONTEXT = number;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
}
|
|
14
|
-
type RESULT = string;
|
|
15
|
-
}
|
|
16
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
17
|
-
namespace _boolean {
|
|
18
|
-
type CONTEXT = boolean;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
type RESULT = string;
|
|
22
|
-
}
|
|
23
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
24
|
-
namespace custom_numbers {
|
|
25
|
-
namespace Position {
|
|
26
|
-
type CONTEXT = number;
|
|
27
|
-
namespace PARAMS {
|
|
28
|
-
}
|
|
29
|
-
type RESULT = string;
|
|
30
|
-
}
|
|
31
|
-
type Position = ($$_: number, $$_p: null) => string;
|
|
32
|
-
}
|
|
33
|
-
type custom_numbers = {
|
|
34
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Serializers {
|
|
38
|
-
namespace default_number {
|
|
39
|
-
type CONTEXT = number;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
type RESULT = string;
|
|
43
|
-
}
|
|
44
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
45
|
-
namespace _boolean {
|
|
46
|
-
type CONTEXT = boolean;
|
|
47
|
-
namespace PARAMS {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = string;
|
|
50
|
-
}
|
|
51
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
52
|
-
namespace custom_numbers {
|
|
53
|
-
namespace Position {
|
|
54
|
-
type CONTEXT = number;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = string;
|
|
58
|
-
}
|
|
59
|
-
type Position = ($$_: number, $$_p: null) => string;
|
|
60
|
-
}
|
|
61
|
-
type custom_numbers = {
|
|
62
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9qc29uL3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as _out from "../interface/generated/pareto/schemas/json/data_types/target";
|
|
2
|
-
import { Raw_Or_Normal_Dictionary, Raw_Or_Normal_List } from 'exupery-core-data/dist/shorthands/unconstrained';
|
|
3
|
-
export declare namespace v {
|
|
4
|
-
const string: (value: string) => _out.Value;
|
|
5
|
-
const null_: () => _out.Value;
|
|
6
|
-
const object: (members: Raw_Or_Normal_Dictionary<_out.Value.SG._object.SG.dictionary.D>) => _out.Value;
|
|
7
|
-
const array: (elements: Raw_Or_Normal_List<_out.Value.SG.array.L>) => _out.Value;
|
|
8
|
-
}
|
package/dist/shorthands/json.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.v = void 0;
|
|
4
|
-
const unconstrained_1 = require("exupery-core-data/dist/shorthands/unconstrained");
|
|
5
|
-
var v;
|
|
6
|
-
(function (v) {
|
|
7
|
-
v.string = (value) => ['string', value];
|
|
8
|
-
v.null_ = () => ['null', null];
|
|
9
|
-
v.object = (members) => ['object', ['dictionary', (0, unconstrained_1.wrap_dictionary)(members)]];
|
|
10
|
-
v.array = (elements) => ['array', (0, unconstrained_1.wrap_list)(elements)];
|
|
11
|
-
})(v || (exports.v = v = {}));
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9zaG9ydGhhbmRzL2pzb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBR0EsbUZBTXdEO0FBRXhELElBQWlCLENBQUMsQ0FpQmpCO0FBakJELFdBQWlCLENBQUM7SUFFRCxRQUFNLEdBQUcsQ0FDbEIsS0FBYSxFQUNILEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQUMsQ0FBQTtJQUVyQixPQUFLLEdBQUcsR0FDUCxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFFbEIsUUFBTSxHQUFHLENBQ2xCLE9BQXdFLEVBQzlELEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksRUFBRSxJQUFBLCtCQUFlLEVBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBRXhELE9BQUssR0FBRyxDQUNqQixRQUFtRCxFQUN6QyxFQUFFLENBQUMsQ0FBQyxPQUFPLEVBQUUsSUFBQSx5QkFBUyxFQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7QUFFbkQsQ0FBQyxFQWpCZ0IsQ0FBQyxpQkFBRCxDQUFDLFFBaUJqQiJ9
|