pareto 0.76.12 → 0.76.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.
@@ -2,7 +2,7 @@ import * as pt from 'exupery-core-types';
2
2
  import * as pd from 'exupery-core-data';
3
3
  import * as unresolved$ from "../../interface/core/unresolved";
4
4
  import * as resolved$ from "../../interface/core/resolved";
5
- import * as i from "../../interface/generic/resolve";
5
+ import * as i from "../../interface/core/resolve";
6
6
  export type Acyclic_Entry_Reference<T_Dictionary_Entry> = {
7
7
  readonly 'entry': T_Dictionary_Entry;
8
8
  readonly 'key': string;
@@ -0,0 +1,186 @@
1
+ import * as _pt from 'exupery-core-types';
2
+ export type _T_Document = _T_Value;
3
+ export type _T_Value = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
4
+ 'optional',
5
+ readonly ['not set', null] | readonly ['set', _T_Value]
6
+ ] | readonly [
7
+ 'state',
8
+ {
9
+ readonly 'state': string;
10
+ readonly 'value': _T_Value;
11
+ }
12
+ ] | readonly [
13
+ 'text',
14
+ {
15
+ readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
16
+ readonly 'value': string;
17
+ }
18
+ ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
19
+ export type Document = _T_Document;
20
+ export type Value = _T_Value;
21
+ export declare namespace _T_Document {
22
+ }
23
+ export declare namespace _T_Value {
24
+ namespace SG {
25
+ namespace concise_group {
26
+ namespace L {
27
+ }
28
+ type L = _T_Value;
29
+ }
30
+ type concise_group = _pt.Array<_T_Value>;
31
+ namespace dictionary {
32
+ namespace D {
33
+ }
34
+ type D = _T_Value;
35
+ }
36
+ type dictionary = _pt.Dictionary<_T_Value>;
37
+ namespace list {
38
+ namespace L {
39
+ }
40
+ type L = _T_Value;
41
+ }
42
+ type list = _pt.Array<_T_Value>;
43
+ type nothing = null;
44
+ namespace optional {
45
+ namespace SG {
46
+ type not_set = null;
47
+ namespace _set {
48
+ }
49
+ type _set = _T_Value;
50
+ }
51
+ type SG = readonly ['not set', null] | readonly ['set', _T_Value];
52
+ }
53
+ type optional = readonly ['not set', null] | readonly ['set', _T_Value];
54
+ namespace state {
55
+ type state = string;
56
+ namespace value {
57
+ }
58
+ type value = _T_Value;
59
+ }
60
+ type state = {
61
+ readonly 'state': string;
62
+ readonly 'value': _T_Value;
63
+ };
64
+ namespace text {
65
+ namespace delimiter {
66
+ namespace SG {
67
+ type backtick = null;
68
+ type none = null;
69
+ type quote = null;
70
+ }
71
+ type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
72
+ }
73
+ type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
74
+ type value = string;
75
+ }
76
+ type text = {
77
+ readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
78
+ readonly 'value': string;
79
+ };
80
+ namespace verbose_group {
81
+ namespace D {
82
+ }
83
+ type D = _T_Value;
84
+ }
85
+ type verbose_group = _pt.Dictionary<_T_Value>;
86
+ }
87
+ type SG = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
88
+ 'optional',
89
+ readonly ['not set', null] | readonly ['set', _T_Value]
90
+ ] | readonly [
91
+ 'state',
92
+ {
93
+ readonly 'state': string;
94
+ readonly 'value': _T_Value;
95
+ }
96
+ ] | readonly [
97
+ 'text',
98
+ {
99
+ readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
100
+ readonly 'value': string;
101
+ }
102
+ ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
103
+ }
104
+ export declare namespace Document {
105
+ }
106
+ export declare namespace Value {
107
+ namespace SG {
108
+ namespace concise_group {
109
+ namespace L {
110
+ }
111
+ type L = _T_Value;
112
+ }
113
+ type concise_group = _pt.Array<_T_Value>;
114
+ namespace dictionary {
115
+ namespace D {
116
+ }
117
+ type D = _T_Value;
118
+ }
119
+ type dictionary = _pt.Dictionary<_T_Value>;
120
+ namespace list {
121
+ namespace L {
122
+ }
123
+ type L = _T_Value;
124
+ }
125
+ type list = _pt.Array<_T_Value>;
126
+ type nothing = null;
127
+ namespace optional {
128
+ namespace SG {
129
+ type not_set = null;
130
+ namespace _set {
131
+ }
132
+ type _set = _T_Value;
133
+ }
134
+ type SG = readonly ['not set', null] | readonly ['set', _T_Value];
135
+ }
136
+ type optional = readonly ['not set', null] | readonly ['set', _T_Value];
137
+ namespace state {
138
+ type state = string;
139
+ namespace value {
140
+ }
141
+ type value = _T_Value;
142
+ }
143
+ type state = {
144
+ readonly 'state': string;
145
+ readonly 'value': _T_Value;
146
+ };
147
+ namespace text {
148
+ namespace delimiter {
149
+ namespace SG {
150
+ type backtick = null;
151
+ type none = null;
152
+ type quote = null;
153
+ }
154
+ type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
155
+ }
156
+ type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
157
+ type value = string;
158
+ }
159
+ type text = {
160
+ readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
161
+ readonly 'value': string;
162
+ };
163
+ namespace verbose_group {
164
+ namespace D {
165
+ }
166
+ type D = _T_Value;
167
+ }
168
+ type verbose_group = _pt.Dictionary<_T_Value>;
169
+ }
170
+ type SG = readonly ['concise group', _pt.Array<_T_Value>] | readonly ['dictionary', _pt.Dictionary<_T_Value>] | readonly ['list', _pt.Array<_T_Value>] | readonly ['nothing', null] | readonly [
171
+ 'optional',
172
+ readonly ['not set', null] | readonly ['set', _T_Value]
173
+ ] | readonly [
174
+ 'state',
175
+ {
176
+ readonly 'state': string;
177
+ readonly 'value': _T_Value;
178
+ }
179
+ ] | readonly [
180
+ 'text',
181
+ {
182
+ readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
183
+ readonly 'value': string;
184
+ }
185
+ ] | readonly ['verbose group', _pt.Dictionary<_T_Value>];
186
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9jb3JlL2FzdG5fdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,11 @@
1
+ import * as pt from 'exupery-core-types';
2
+ export type Location_to_String<Source> = ($: Source) => string;
3
+ export type _T_Location_2_String<Source> = Location_to_String<Source>;
4
+ export type Non_Circular_Result<T> = ['error', ['circular', pt.Array<string>]] | ['resolved', T];
5
+ export type Acyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Non_Circular_Result<T>>>;
6
+ export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
7
+ export type Possibly_Circular_Result<T> = pt.Computed_Value<T>;
8
+ export type Cyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Possibly_Circular_Result<T>>>;
9
+ export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
10
+ export type Lookup_Stack<T> = pt.Array<Acyclic_Lookup<T>>;
11
+ export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2NvcmUvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,15 +1,15 @@
1
- import * as _i_generic from "../../generic/resolve";
1
+ import * as _i_resolve from "../../core/resolve";
2
2
  import * as _i_resolved from "./resolved";
3
3
  import * as _i_unresolved from "./unresolved";
4
4
  export type _T_Module<G_Source> = ($$_: _i_unresolved._T_Module<G_Source>, $$_p: {
5
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
5
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
6
6
  readonly 'parameters': {
7
7
  readonly 'lookups': null;
8
8
  readonly 'values': null;
9
9
  };
10
10
  }) => _i_resolved._T_Module;
11
11
  export type _T_Operations<G_Source> = ($$_: _i_unresolved._T_Operations<G_Source>, $$_p: {
12
- readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
12
+ readonly 'location 2 string': _i_resolve._T_Location_2_String<G_Source>;
13
13
  readonly 'parameters': {
14
14
  readonly 'lookups': null;
15
15
  readonly 'values': null;
@@ -26,7 +26,7 @@ export declare namespace _T_Module {
26
26
  namespace location_2_string {
27
27
  type Source<G_Source> = G_Source;
28
28
  }
29
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
29
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
30
30
  namespace parameters {
31
31
  namespace lookups {
32
32
  }
@@ -53,7 +53,7 @@ export declare namespace _T_Operations {
53
53
  namespace location_2_string {
54
54
  type Source<G_Source> = G_Source;
55
55
  }
56
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
56
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
57
57
  namespace parameters {
58
58
  namespace lookups {
59
59
  }
@@ -80,7 +80,7 @@ export declare namespace Module {
80
80
  namespace location_2_string {
81
81
  type Source<G_Source> = G_Source;
82
82
  }
83
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
83
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
84
84
  namespace parameters {
85
85
  namespace lookups {
86
86
  }
@@ -107,7 +107,7 @@ export declare namespace Operations {
107
107
  namespace location_2_string {
108
108
  type Source<G_Source> = G_Source;
109
109
  }
110
- type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
110
+ type location_2_string<G_Source> = _i_resolve._T_Location_2_String<G_Source>;
111
111
  namespace parameters {
112
112
  namespace lookups {
113
113
  }
@@ -0,0 +1,50 @@
1
+ import * as _i_in from "./resolved";
2
+ import * as _i_out from "./unresolved";
3
+ export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
4
+ export type _T_Operations = ($$_: _i_in._T_Operations, $$_p: null) => _i_out._T_Operations<null>;
5
+ export type Module = _T_Module;
6
+ export type Operations = _T_Operations;
7
+ export declare namespace _T_Module {
8
+ namespace CONTEXT {
9
+ }
10
+ type CONTEXT = _i_in._T_Module;
11
+ namespace PARAMS {
12
+ }
13
+ namespace RESULT {
14
+ type annotation = null;
15
+ }
16
+ type RESULT = _i_out._T_Module<null>;
17
+ }
18
+ export declare namespace _T_Operations {
19
+ namespace CONTEXT {
20
+ }
21
+ type CONTEXT = _i_in._T_Operations;
22
+ namespace PARAMS {
23
+ }
24
+ namespace RESULT {
25
+ type annotation = null;
26
+ }
27
+ type RESULT = _i_out._T_Operations<null>;
28
+ }
29
+ export declare namespace Module {
30
+ namespace CONTEXT {
31
+ }
32
+ type CONTEXT = _i_in._T_Module;
33
+ namespace PARAMS {
34
+ }
35
+ namespace RESULT {
36
+ type annotation = null;
37
+ }
38
+ type RESULT = _i_out._T_Module<null>;
39
+ }
40
+ export declare namespace Operations {
41
+ namespace CONTEXT {
42
+ }
43
+ type CONTEXT = _i_in._T_Operations;
44
+ namespace PARAMS {
45
+ }
46
+ namespace RESULT {
47
+ type annotation = null;
48
+ }
49
+ type RESULT = _i_out._T_Operations<null>;
50
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbW9kdWxlL3NlcmlhbGl6ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9