pareto-graphviz 0.1.15 → 0.1.16

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.
Files changed (45) hide show
  1. package/package.json +1 -1
  2. package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
  3. package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
  4. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
  5. package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
  6. package/dist/implementation/generated/pareto/schemas/graphviz/deserialize.d.ts +0 -2
  7. package/dist/implementation/generated/pareto/schemas/graphviz/deserialize.js +0 -30
  8. package/dist/implementation/generated/pareto/schemas/graphviz/marshall.d.ts +0 -2
  9. package/dist/implementation/generated/pareto/schemas/graphviz/marshall.js +0 -42
  10. package/dist/implementation/generated/pareto/schemas/graphviz/serialize.d.ts +0 -2
  11. package/dist/implementation/generated/pareto/schemas/graphviz/serialize.js +0 -33
  12. package/dist/implementation/generated/pareto/schemas/graphviz/unmarshall.d.ts +0 -2
  13. package/dist/implementation/generated/pareto/schemas/graphviz/unmarshall.js +0 -53
  14. package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
  15. package/dist/interface/generated/pareto/core/astn_source.js +0 -3
  16. package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
  17. package/dist/interface/generated/pareto/core/astn_target.js +0 -3
  18. package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
  19. package/dist/interface/generated/pareto/core/parse_result.js +0 -3
  20. package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
  21. package/dist/interface/generated/pareto/core/resolved.js +0 -3
  22. package/dist/interface/generated/pareto/core/token.d.ts +0 -49
  23. package/dist/interface/generated/pareto/core/token.js +0 -3
  24. package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
  25. package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
  26. package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
  27. package/dist/interface/generated/pareto/core/unresolved.js +0 -3
  28. package/dist/interface/generated/pareto/schemas/graphviz/data_types/resolve.d.ts +0 -1
  29. package/dist/interface/generated/pareto/schemas/graphviz/data_types/resolve.js +0 -7
  30. package/dist/interface/generated/pareto/schemas/graphviz/data_types/source.d.ts +0 -49
  31. package/dist/interface/generated/pareto/schemas/graphviz/data_types/source.js +0 -3
  32. package/dist/interface/generated/pareto/schemas/graphviz/data_types/target.d.ts +0 -49
  33. package/dist/interface/generated/pareto/schemas/graphviz/data_types/target.js +0 -3
  34. package/dist/interface/generated/pareto/schemas/graphviz/deserialize.d.ts +0 -28
  35. package/dist/interface/generated/pareto/schemas/graphviz/deserialize.js +0 -3
  36. package/dist/interface/generated/pareto/schemas/graphviz/marshall.d.ts +0 -33
  37. package/dist/interface/generated/pareto/schemas/graphviz/marshall.js +0 -3
  38. package/dist/interface/generated/pareto/schemas/graphviz/serialize.d.ts +0 -28
  39. package/dist/interface/generated/pareto/schemas/graphviz/serialize.js +0 -3
  40. package/dist/interface/generated/pareto/schemas/graphviz/unmarshall.d.ts +0 -33
  41. package/dist/interface/generated/pareto/schemas/graphviz/unmarshall.js +0 -3
  42. package/dist/interface/generated/pareto/schemas/graphviz/value_deserializers.d.ts +0 -64
  43. package/dist/interface/generated/pareto/schemas/graphviz/value_deserializers.js +0 -3
  44. package/dist/interface/generated/pareto/schemas/graphviz/value_serializers.d.ts +0 -64
  45. package/dist/interface/generated/pareto/schemas/graphviz/value_serializers.js +0 -3
@@ -1,181 +0,0 @@
1
- import * as _pi from 'pareto-core-interface';
2
- export type _T_Derived_Reference<M_Source, T_Type> = null;
3
- export type _T_Dictionary<M_Source, T_D> = {
4
- readonly 'dictionary': _pi.Dictionary<{
5
- readonly 'entry': T_D;
6
- readonly 'location': M_Source;
7
- }>;
8
- readonly 'location': M_Source;
9
- };
10
- export type _T_List<M_Source, T_L> = {
11
- readonly 'list': _pi.List<{
12
- readonly 'element': T_L;
13
- readonly 'location': M_Source;
14
- }>;
15
- readonly 'location': M_Source;
16
- };
17
- export type _T_Ordered_Dictionary<M_Source, T_D> = {
18
- readonly 'dictionary': _pi.Dictionary<{
19
- readonly 'entry': T_D;
20
- readonly 'location': M_Source;
21
- }>;
22
- readonly 'location': M_Source;
23
- };
24
- export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
25
- readonly 'key': string;
26
- readonly 'location': M_Source;
27
- };
28
- export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
29
- readonly 'key': string;
30
- readonly 'location': M_Source;
31
- };
32
- export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
33
- readonly 'key': string;
34
- readonly 'location': M_Source;
35
- };
36
- export type _T_State_Group<M_Source, T_SG> = {
37
- readonly 'location': M_Source;
38
- readonly 'state group': T_SG;
39
- };
40
- export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
41
- export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
42
- export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
43
- export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
44
- export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
45
- export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
46
- export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
47
- export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
48
- export declare namespace _T_Dictionary {
49
- namespace dictionary {
50
- namespace D {
51
- type entry<M_Source, T_D> = T_D;
52
- type location<M_Source, T_D> = M_Source;
53
- }
54
- type D<M_Source, T_D> = {
55
- readonly 'entry': T_D;
56
- readonly 'location': M_Source;
57
- };
58
- }
59
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
60
- readonly 'entry': T_D;
61
- readonly 'location': M_Source;
62
- }>;
63
- type location<M_Source, T_D> = M_Source;
64
- }
65
- export declare namespace _T_List {
66
- namespace list {
67
- namespace L {
68
- type element<M_Source, T_L> = T_L;
69
- type location<M_Source, T_L> = M_Source;
70
- }
71
- type L<M_Source, T_L> = {
72
- readonly 'element': T_L;
73
- readonly 'location': M_Source;
74
- };
75
- }
76
- type list<M_Source, T_L> = _pi.List<{
77
- readonly 'element': T_L;
78
- readonly 'location': M_Source;
79
- }>;
80
- type location<M_Source, T_L> = M_Source;
81
- }
82
- export declare namespace _T_Ordered_Dictionary {
83
- namespace dictionary {
84
- namespace D {
85
- type entry<M_Source, T_D> = T_D;
86
- type location<M_Source, T_D> = M_Source;
87
- }
88
- type D<M_Source, T_D> = {
89
- readonly 'entry': T_D;
90
- readonly 'location': M_Source;
91
- };
92
- }
93
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
94
- readonly 'entry': T_D;
95
- readonly 'location': M_Source;
96
- }>;
97
- type location<M_Source, T_D> = M_Source;
98
- }
99
- export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
100
- type key<M_Source, T_Dictionary_Entry> = string;
101
- type location<M_Source, T_Dictionary_Entry> = M_Source;
102
- }
103
- export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
104
- type key<M_Source, T_Dictionary_Entry> = string;
105
- type location<M_Source, T_Dictionary_Entry> = M_Source;
106
- }
107
- export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
108
- type key<M_Source, T_Dictionary_Entry> = string;
109
- type location<M_Source, T_Dictionary_Entry> = M_Source;
110
- }
111
- export declare namespace _T_State_Group {
112
- type location<M_Source, T_SG> = M_Source;
113
- type state_group<M_Source, T_SG> = T_SG;
114
- }
115
- export declare namespace Dictionary {
116
- namespace dictionary {
117
- namespace D {
118
- type entry<M_Source, T_D> = T_D;
119
- type location<M_Source, T_D> = M_Source;
120
- }
121
- type D<M_Source, T_D> = {
122
- readonly 'entry': T_D;
123
- readonly 'location': M_Source;
124
- };
125
- }
126
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
127
- readonly 'entry': T_D;
128
- readonly 'location': M_Source;
129
- }>;
130
- type location<M_Source, T_D> = M_Source;
131
- }
132
- export declare namespace List {
133
- namespace list {
134
- namespace L {
135
- type element<M_Source, T_L> = T_L;
136
- type location<M_Source, T_L> = M_Source;
137
- }
138
- type L<M_Source, T_L> = {
139
- readonly 'element': T_L;
140
- readonly 'location': M_Source;
141
- };
142
- }
143
- type list<M_Source, T_L> = _pi.List<{
144
- readonly 'element': T_L;
145
- readonly 'location': M_Source;
146
- }>;
147
- type location<M_Source, T_L> = M_Source;
148
- }
149
- export declare namespace Ordered_Dictionary {
150
- namespace dictionary {
151
- namespace D {
152
- type entry<M_Source, T_D> = T_D;
153
- type location<M_Source, T_D> = M_Source;
154
- }
155
- type D<M_Source, T_D> = {
156
- readonly 'entry': T_D;
157
- readonly 'location': M_Source;
158
- };
159
- }
160
- type dictionary<M_Source, T_D> = _pi.Dictionary<{
161
- readonly 'entry': T_D;
162
- readonly 'location': M_Source;
163
- }>;
164
- type location<M_Source, T_D> = M_Source;
165
- }
166
- export declare namespace Reference_To_Circular_Dependent_Sibling {
167
- type key<M_Source, T_Dictionary_Entry> = string;
168
- type location<M_Source, T_Dictionary_Entry> = M_Source;
169
- }
170
- export declare namespace Reference_To_Normal_Dictionary_Entry {
171
- type key<M_Source, T_Dictionary_Entry> = string;
172
- type location<M_Source, T_Dictionary_Entry> = M_Source;
173
- }
174
- export declare namespace Reference_To_Stacked_Dictionary_Entry {
175
- type key<M_Source, T_Dictionary_Entry> = string;
176
- type location<M_Source, T_Dictionary_Entry> = M_Source;
177
- }
178
- export declare namespace State_Group {
179
- type location<M_Source, T_SG> = M_Source;
180
- type state_group<M_Source, T_SG> = T_SG;
181
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // **** TYPES
4
- // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
- // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
- // *** ALIASES FOR NESTED TYPES
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2dyYXBodml6L2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1JLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
@@ -1,49 +0,0 @@
1
- import * as _i_core from "../../../core/resolved";
2
- export type _T_Graph = {
3
- readonly 'nodes': _i_core._T_Dictionary<null, null>;
4
- readonly 'edges': _i_core._T_List<null, {
5
- readonly 'from': string;
6
- readonly 'to': string;
7
- }>;
8
- };
9
- export type Graph = _T_Graph;
10
- export declare namespace _T_Graph {
11
- namespace nodes {
12
- type D = null;
13
- }
14
- type nodes = _i_core._T_Dictionary<null, null>;
15
- namespace edges {
16
- namespace L {
17
- type _from = string;
18
- type to = string;
19
- }
20
- type L = {
21
- readonly 'from': string;
22
- readonly 'to': string;
23
- };
24
- }
25
- type edges = _i_core._T_List<null, {
26
- readonly 'from': string;
27
- readonly 'to': string;
28
- }>;
29
- }
30
- export declare namespace Graph {
31
- namespace nodes {
32
- type D = null;
33
- }
34
- type nodes = _i_core._T_Dictionary<null, null>;
35
- namespace edges {
36
- namespace L {
37
- type _from = string;
38
- type to = string;
39
- }
40
- type L = {
41
- readonly 'from': string;
42
- readonly 'to': string;
43
- };
44
- }
45
- type edges = _i_core._T_List<null, {
46
- readonly 'from': string;
47
- readonly 'to': string;
48
- }>;
49
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZ3JhcGh2aXovZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,49 +0,0 @@
1
- import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Graph = {
3
- readonly 'nodes': _i_core._T_Dictionary<null, null>;
4
- readonly 'edges': _i_core._T_List<null, {
5
- readonly 'from': string;
6
- readonly 'to': string;
7
- }>;
8
- };
9
- export type Graph = _T_Graph;
10
- export declare namespace _T_Graph {
11
- namespace nodes {
12
- type D = null;
13
- }
14
- type nodes = _i_core._T_Dictionary<null, null>;
15
- namespace edges {
16
- namespace L {
17
- type _from = string;
18
- type to = string;
19
- }
20
- type L = {
21
- readonly 'from': string;
22
- readonly 'to': string;
23
- };
24
- }
25
- type edges = _i_core._T_List<null, {
26
- readonly 'from': string;
27
- readonly 'to': string;
28
- }>;
29
- }
30
- export declare namespace Graph {
31
- namespace nodes {
32
- type D = null;
33
- }
34
- type nodes = _i_core._T_Dictionary<null, null>;
35
- namespace edges {
36
- namespace L {
37
- type _from = string;
38
- type to = string;
39
- }
40
- type L = {
41
- readonly 'from': string;
42
- readonly 'to': string;
43
- };
44
- }
45
- type edges = _i_core._T_List<null, {
46
- readonly 'from': string;
47
- readonly 'to': string;
48
- }>;
49
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZ3JhcGh2aXovZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,28 +0,0 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_vd from "./value_deserializers";
3
- export type _T_Graph = ($$_: string, $$_p: {
4
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
- }) => _i_out._T_Graph;
6
- export type Graph = _T_Graph;
7
- export declare namespace _T_Graph {
8
- type CONTEXT = string;
9
- namespace PARAMS {
10
- namespace value_deserializers {
11
- }
12
- type value_deserializers = _i_vd._T_Value_Deserializers;
13
- }
14
- namespace RESULT {
15
- }
16
- type RESULT = _i_out._T_Graph;
17
- }
18
- export declare namespace Graph {
19
- type CONTEXT = string;
20
- namespace PARAMS {
21
- namespace value_deserializers {
22
- }
23
- type value_deserializers = _i_vd._T_Value_Deserializers;
24
- }
25
- namespace RESULT {
26
- }
27
- type RESULT = _i_out._T_Graph;
28
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9ncmFwaHZpei9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,33 +0,0 @@
1
- import * as _i_out from "../../core/astn_target";
2
- import * as _i_in from "./data_types/source";
3
- import * as _i_vs from "./value_serializers";
4
- export type _T_Graph = ($$_: _i_in._T_Graph, $$_p: {
5
- readonly 'value serializers': _i_vs._T_Value_Serializers;
6
- }) => _i_out._T_Value;
7
- export type Graph = _T_Graph;
8
- export declare namespace _T_Graph {
9
- namespace CONTEXT {
10
- }
11
- type CONTEXT = _i_in._T_Graph;
12
- namespace PARAMS {
13
- namespace value_serializers {
14
- }
15
- type value_serializers = _i_vs._T_Value_Serializers;
16
- }
17
- namespace RESULT {
18
- }
19
- type RESULT = _i_out._T_Value;
20
- }
21
- export declare namespace Graph {
22
- namespace CONTEXT {
23
- }
24
- type CONTEXT = _i_in._T_Graph;
25
- namespace PARAMS {
26
- namespace value_serializers {
27
- }
28
- type value_serializers = _i_vs._T_Value_Serializers;
29
- }
30
- namespace RESULT {
31
- }
32
- type RESULT = _i_out._T_Value;
33
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9ncmFwaHZpei9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,28 +0,0 @@
1
- import * as _i_in from "./data_types/source";
2
- import * as _i_vs from "./value_serializers";
3
- export type _T_Graph = ($$_: _i_in._T_Graph, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
- export type Graph = _T_Graph;
7
- export declare namespace _T_Graph {
8
- namespace CONTEXT {
9
- }
10
- type CONTEXT = _i_in._T_Graph;
11
- namespace PARAMS {
12
- namespace value_serializers {
13
- }
14
- type value_serializers = _i_vs._T_Value_Serializers;
15
- }
16
- type RESULT = string;
17
- }
18
- export declare namespace Graph {
19
- namespace CONTEXT {
20
- }
21
- type CONTEXT = _i_in._T_Graph;
22
- namespace PARAMS {
23
- namespace value_serializers {
24
- }
25
- type value_serializers = _i_vs._T_Value_Serializers;
26
- }
27
- type RESULT = string;
28
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZ3JhcGh2aXovc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,33 +0,0 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "../../core/astn_source";
3
- import * as _i_vd from "./value_deserializers";
4
- export type _T_Graph = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Graph;
7
- export type Graph = _T_Graph;
8
- export declare namespace _T_Graph {
9
- namespace CONTEXT {
10
- }
11
- type CONTEXT = _i_in._T_Value;
12
- namespace PARAMS {
13
- namespace value_deserializers {
14
- }
15
- type value_deserializers = _i_vd._T_Value_Deserializers;
16
- }
17
- namespace RESULT {
18
- }
19
- type RESULT = _i_out._T_Graph;
20
- }
21
- export declare namespace Graph {
22
- namespace CONTEXT {
23
- }
24
- type CONTEXT = _i_in._T_Value;
25
- namespace PARAMS {
26
- namespace value_deserializers {
27
- }
28
- type value_deserializers = _i_vd._T_Value_Deserializers;
29
- }
30
- namespace RESULT {
31
- }
32
- type RESULT = _i_out._T_Graph;
33
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2dyYXBodml6L3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2dyYXBodml6L3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9ncmFwaHZpei92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=