pareto-test 0.12.3 → 0.13.1
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/globals.d.ts +26 -0
- package/dist/globals.js +2 -0
- package/dist/implementation/commands/run_tests.d.ts +11 -0
- package/dist/implementation/commands/run_tests.js +73 -0
- package/dist/implementation/generic.d.ts +13 -0
- package/dist/implementation/generic.js +100 -0
- package/dist/implementation/transformers/test_result/fountain_pen.d.ts +4 -0
- package/dist/implementation/transformers/test_result/fountain_pen.js +55 -0
- package/dist/implementation/transformers/test_result/lines.d.ts +3 -0
- package/dist/implementation/transformers/test_result/lines.js +35 -0
- package/dist/interface/generic.d.ts +27 -0
- package/dist/interface/generic.js +3 -0
- package/package.json +6 -7
- package/dist/bin/json_to_astn.d.ts +0 -2
- package/dist/bin/json_to_astn.js +0 -177
- package/dist/bin/temp_serialize_json_schema.d.ts +0 -2
- package/dist/bin/temp_serialize_json_schema.js +0 -60
- package/dist/generated/implementation/generic/resolve.d.ts +0 -109
- package/dist/generated/implementation/generic/resolve.js +0 -276
- package/dist/generated/implementation/generic/unmarshall.d.ts +0 -42
- package/dist/generated/implementation/generic/unmarshall.js +0 -238
- package/dist/generated/implementation/schemas/legacy_json_schema/marshall.d.ts +0 -11
- package/dist/generated/implementation/schemas/legacy_json_schema/marshall.js +0 -260
- package/dist/generated/implementation/schemas/legacy_json_schema/unmarshall.d.ts +0 -11
- package/dist/generated/implementation/schemas/legacy_json_schema/unmarshall.js +0 -246
- package/dist/generated/interface/core/astn_source.d.ts +0 -108
- package/dist/generated/interface/core/astn_source.js +0 -3
- package/dist/generated/interface/core/astn_target.d.ts +0 -186
- package/dist/generated/interface/core/astn_target.js +0 -3
- package/dist/generated/interface/core/resolve.d.ts +0 -11
- package/dist/generated/interface/core/resolve.js +0 -3
- package/dist/generated/interface/core/resolved.d.ts +0 -117
- package/dist/generated/interface/core/resolved.js +0 -3
- package/dist/generated/interface/core/unconstrained.d.ts +0 -19
- package/dist/generated/interface/core/unconstrained.js +0 -3
- package/dist/generated/interface/core/unresolved.d.ts +0 -181
- package/dist/generated/interface/core/unresolved.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/resolve.d.ts +0 -1
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/resolve.js +0 -7
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/source.d.ts +0 -574
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/source.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/target.d.ts +0 -574
- package/dist/generated/interface/schemas/legacy_json_schema/data_types/target.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/marshall.d.ts +0 -303
- package/dist/generated/interface/schemas/legacy_json_schema/marshall.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/migrate_boilerplate.d.ts +0 -222
- package/dist/generated/interface/schemas/legacy_json_schema/migrate_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/unmarshall.d.ts +0 -303
- package/dist/generated/interface/schemas/legacy_json_schema/unmarshall.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/value_deserializers.d.ts +0 -44
- package/dist/generated/interface/schemas/legacy_json_schema/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/legacy_json_schema/value_serializers.d.ts +0 -44
- package/dist/generated/interface/schemas/legacy_json_schema/value_serializers.js +0 -3
- package/dist/interface/testrunner.d.ts +0 -6
- package/dist/interface/testrunner.js +0 -3
- package/dist/run_tests.d.ts +0 -3
- package/dist/run_tests.js +0 -232
- package/dist/shorthands/legacy_json_schema.d.ts +0 -32
- package/dist/shorthands/legacy_json_schema.js +0 -119
- package/dist/temp_astn_target_to_fountain_pen_block.d.ts +0 -8
- package/dist/temp_astn_target_to_fountain_pen_block.js +0 -131
- package/dist/temp_data/json_schema.astn.d.ts +0 -2
- package/dist/temp_data/json_schema.astn.js +0 -278
- package/dist/transformations/legacy_json_schema/astn_sealed_target.d.ts +0 -38
- package/dist/transformations/legacy_json_schema/astn_sealed_target.js +0 -252
- package/dist/types/json.d.ts +0 -4
- package/dist/types/json.js +0 -3
- package/dist/unmarshall_helpers.d.ts +0 -16
- package/dist/unmarshall_helpers.js +0 -163
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
-
export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
4
|
-
export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
|
|
5
|
-
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
|
-
readonly 'dictionary': _pt.Dictionary<T_D>;
|
|
7
|
-
readonly 'ordered list': _pt.Array<{
|
|
8
|
-
readonly 'key': string;
|
|
9
|
-
readonly 'value': T_D;
|
|
10
|
-
}>;
|
|
11
|
-
};
|
|
12
|
-
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
13
|
-
readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
|
|
14
|
-
readonly 'key': string;
|
|
15
|
-
};
|
|
16
|
-
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
17
|
-
readonly 'entry': T_Dictionary_Entry;
|
|
18
|
-
readonly 'key': string;
|
|
19
|
-
};
|
|
20
|
-
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
21
|
-
readonly 'entry': T_Dictionary_Entry;
|
|
22
|
-
readonly 'key': string;
|
|
23
|
-
readonly 'up steps': number;
|
|
24
|
-
};
|
|
25
|
-
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
26
|
-
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
27
|
-
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
28
|
-
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
29
|
-
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
30
|
-
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
31
|
-
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
32
|
-
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
33
|
-
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
34
|
-
export declare namespace _T_Dictionary {
|
|
35
|
-
type D<M_Source, T_D> = T_D;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace _T_List {
|
|
38
|
-
type L<M_Source, T_L> = T_L;
|
|
39
|
-
}
|
|
40
|
-
export declare namespace _T_Ordered_Dictionary {
|
|
41
|
-
namespace dictionary {
|
|
42
|
-
type D<M_Source, T_D> = T_D;
|
|
43
|
-
}
|
|
44
|
-
type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
45
|
-
namespace ordered_list {
|
|
46
|
-
namespace L {
|
|
47
|
-
type key<M_Source, T_D> = string;
|
|
48
|
-
type value<M_Source, T_D> = T_D;
|
|
49
|
-
}
|
|
50
|
-
type L<M_Source, T_D> = {
|
|
51
|
-
readonly 'key': string;
|
|
52
|
-
readonly 'value': T_D;
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
type ordered_list<M_Source, T_D> = _pt.Array<{
|
|
56
|
-
readonly 'key': string;
|
|
57
|
-
readonly 'value': T_D;
|
|
58
|
-
}>;
|
|
59
|
-
}
|
|
60
|
-
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
61
|
-
namespace entry {
|
|
62
|
-
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
|
-
}
|
|
64
|
-
type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
|
|
65
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
66
|
-
}
|
|
67
|
-
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
68
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
69
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
70
|
-
}
|
|
71
|
-
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
72
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
73
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
74
|
-
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
75
|
-
}
|
|
76
|
-
export declare namespace Dictionary {
|
|
77
|
-
type D<M_Source, T_D> = T_D;
|
|
78
|
-
}
|
|
79
|
-
export declare namespace List {
|
|
80
|
-
type L<M_Source, T_L> = T_L;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace Ordered_Dictionary {
|
|
83
|
-
namespace dictionary {
|
|
84
|
-
type D<M_Source, T_D> = T_D;
|
|
85
|
-
}
|
|
86
|
-
type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
87
|
-
namespace ordered_list {
|
|
88
|
-
namespace L {
|
|
89
|
-
type key<M_Source, T_D> = string;
|
|
90
|
-
type value<M_Source, T_D> = T_D;
|
|
91
|
-
}
|
|
92
|
-
type L<M_Source, T_D> = {
|
|
93
|
-
readonly 'key': string;
|
|
94
|
-
readonly 'value': T_D;
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
type ordered_list<M_Source, T_D> = _pt.Array<{
|
|
98
|
-
readonly 'key': string;
|
|
99
|
-
readonly 'value': T_D;
|
|
100
|
-
}>;
|
|
101
|
-
}
|
|
102
|
-
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
103
|
-
namespace entry {
|
|
104
|
-
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
105
|
-
}
|
|
106
|
-
type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
|
|
107
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
110
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
111
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
114
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
115
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
116
|
-
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
117
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9jb3JlL3Jlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
3
|
-
export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
|
|
4
|
-
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
|
-
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
|
-
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
7
|
-
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
8
|
-
export declare namespace _T_Dictionary {
|
|
9
|
-
type D<M_Source, T_D> = T_D;
|
|
10
|
-
}
|
|
11
|
-
export declare namespace _T_List {
|
|
12
|
-
type L<M_Source, T_L> = T_L;
|
|
13
|
-
}
|
|
14
|
-
export declare namespace Dictionary {
|
|
15
|
-
type D<M_Source, T_D> = T_D;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace List {
|
|
18
|
-
type L<M_Source, T_L> = T_L;
|
|
19
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2NvcmUvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Derived_Reference<M_Source, T_Type> = null;
|
|
3
|
-
export type _T_Dictionary<M_Source, T_D> = {
|
|
4
|
-
readonly 'dictionary': _pt.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': _pt.Array<{
|
|
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': _pt.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> = _pt.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> = _pt.Array<{
|
|
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> = _pt.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> = _pt.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> = _pt.Array<{
|
|
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> = _pt.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2NvcmUvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbGVnYWN5X2pzb25fc2NoZW1hL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1BLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
|