astn 0.113.22 → 0.113.23
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/bin/validate_astn.js +0 -0
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
- package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +42 -42
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +132 -132
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +122 -120
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +57 -60
- package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
- package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
- package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/package.json +6 -6
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
-
export type _T_Dictionary<M_Source, T_D> =
|
|
4
|
-
export type _T_List<M_Source, T_L> =
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
4
|
+
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
5
5
|
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
|
-
readonly 'dictionary':
|
|
7
|
-
readonly 'ordered list':
|
|
6
|
+
readonly 'dictionary': _pi.Dictionary<T_D>;
|
|
7
|
+
readonly 'ordered list': _pi.List<{
|
|
8
8
|
readonly 'key': string;
|
|
9
9
|
readonly 'value': T_D;
|
|
10
10
|
}>;
|
|
11
11
|
};
|
|
12
12
|
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
13
|
-
readonly 'entry':
|
|
13
|
+
readonly 'entry': _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
14
14
|
readonly 'key': string;
|
|
15
15
|
};
|
|
16
16
|
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
@@ -41,7 +41,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
41
41
|
namespace dictionary {
|
|
42
42
|
type D<M_Source, T_D> = T_D;
|
|
43
43
|
}
|
|
44
|
-
type dictionary<M_Source, T_D> =
|
|
44
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
45
45
|
namespace ordered_list {
|
|
46
46
|
namespace L {
|
|
47
47
|
type key<M_Source, T_D> = string;
|
|
@@ -52,7 +52,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
52
52
|
readonly 'value': T_D;
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
|
-
type ordered_list<M_Source, T_D> =
|
|
55
|
+
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
56
56
|
readonly 'key': string;
|
|
57
57
|
readonly 'value': T_D;
|
|
58
58
|
}>;
|
|
@@ -61,7 +61,7 @@ export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
|
61
61
|
namespace entry {
|
|
62
62
|
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
63
|
}
|
|
64
|
-
type entry<M_Source, T_Dictionary_Entry> =
|
|
64
|
+
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
65
65
|
type key<M_Source, T_Dictionary_Entry> = string;
|
|
66
66
|
}
|
|
67
67
|
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
@@ -83,7 +83,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
83
83
|
namespace dictionary {
|
|
84
84
|
type D<M_Source, T_D> = T_D;
|
|
85
85
|
}
|
|
86
|
-
type dictionary<M_Source, T_D> =
|
|
86
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
87
87
|
namespace ordered_list {
|
|
88
88
|
namespace L {
|
|
89
89
|
type key<M_Source, T_D> = string;
|
|
@@ -94,7 +94,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
94
94
|
readonly 'value': T_D;
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
|
-
type ordered_list<M_Source, T_D> =
|
|
97
|
+
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
98
98
|
readonly 'key': string;
|
|
99
99
|
readonly 'value': T_D;
|
|
100
100
|
}>;
|
|
@@ -103,7 +103,7 @@ export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
|
103
103
|
namespace entry {
|
|
104
104
|
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
105
105
|
}
|
|
106
|
-
type entry<M_Source, T_Dictionary_Entry> =
|
|
106
|
+
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
107
107
|
type key<M_Source, T_Dictionary_Entry> = string;
|
|
108
108
|
}
|
|
109
109
|
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Annotated_Token = {
|
|
3
3
|
readonly 'end': _T_Location;
|
|
4
4
|
readonly 'start': _T_Location;
|
|
@@ -29,13 +29,13 @@ export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readon
|
|
|
29
29
|
export type _T_Tokenizer_Result = {
|
|
30
30
|
readonly 'end': _T_Location;
|
|
31
31
|
readonly 'leading trivia': _T_Trivia;
|
|
32
|
-
readonly 'tokens':
|
|
32
|
+
readonly 'tokens': _pi.List<_T_Annotated_Token>;
|
|
33
33
|
};
|
|
34
34
|
export declare namespace _T_Tokenizer_Result {
|
|
35
|
-
type tokens =
|
|
35
|
+
type tokens = _pi.List<_T_Annotated_Token>;
|
|
36
36
|
}
|
|
37
37
|
export type _T_Trivia = {
|
|
38
|
-
readonly 'comments':
|
|
38
|
+
readonly 'comments': _pi.List<{
|
|
39
39
|
readonly 'content': string;
|
|
40
40
|
readonly 'range': _T_Range;
|
|
41
41
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export type _T_Dictionary<M_Source, T_D> =
|
|
3
|
-
export type _T_List<M_Source, T_L> =
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
4
4
|
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
5
|
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
6
|
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
2
|
export type _T_Derived_Reference<M_Source, T_Type> = null;
|
|
3
3
|
export type _T_Dictionary<M_Source, T_D> = {
|
|
4
|
-
readonly 'dictionary':
|
|
4
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
5
5
|
readonly 'entry': T_D;
|
|
6
6
|
readonly 'location': M_Source;
|
|
7
7
|
}>;
|
|
8
8
|
readonly 'location': M_Source;
|
|
9
9
|
};
|
|
10
10
|
export type _T_List<M_Source, T_L> = {
|
|
11
|
-
readonly 'list':
|
|
11
|
+
readonly 'list': _pi.List<{
|
|
12
12
|
readonly 'element': T_L;
|
|
13
13
|
readonly 'location': M_Source;
|
|
14
14
|
}>;
|
|
15
15
|
readonly 'location': M_Source;
|
|
16
16
|
};
|
|
17
17
|
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
18
|
-
readonly 'dictionary':
|
|
18
|
+
readonly 'dictionary': _pi.Dictionary<{
|
|
19
19
|
readonly 'entry': T_D;
|
|
20
20
|
readonly 'location': M_Source;
|
|
21
21
|
}>;
|
|
@@ -56,7 +56,7 @@ export declare namespace _T_Dictionary {
|
|
|
56
56
|
readonly 'location': M_Source;
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
type dictionary<M_Source, T_D> =
|
|
59
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
60
60
|
readonly 'entry': T_D;
|
|
61
61
|
readonly 'location': M_Source;
|
|
62
62
|
}>;
|
|
@@ -73,7 +73,7 @@ export declare namespace _T_List {
|
|
|
73
73
|
readonly 'location': M_Source;
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
|
-
type list<M_Source, T_L> =
|
|
76
|
+
type list<M_Source, T_L> = _pi.List<{
|
|
77
77
|
readonly 'element': T_L;
|
|
78
78
|
readonly 'location': M_Source;
|
|
79
79
|
}>;
|
|
@@ -90,7 +90,7 @@ export declare namespace _T_Ordered_Dictionary {
|
|
|
90
90
|
readonly 'location': M_Source;
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
|
-
type dictionary<M_Source, T_D> =
|
|
93
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
94
94
|
readonly 'entry': T_D;
|
|
95
95
|
readonly 'location': M_Source;
|
|
96
96
|
}>;
|
|
@@ -123,7 +123,7 @@ export declare namespace Dictionary {
|
|
|
123
123
|
readonly 'location': M_Source;
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
|
-
type dictionary<M_Source, T_D> =
|
|
126
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
127
127
|
readonly 'entry': T_D;
|
|
128
128
|
readonly 'location': M_Source;
|
|
129
129
|
}>;
|
|
@@ -140,7 +140,7 @@ export declare namespace List {
|
|
|
140
140
|
readonly 'location': M_Source;
|
|
141
141
|
};
|
|
142
142
|
}
|
|
143
|
-
type list<M_Source, T_L> =
|
|
143
|
+
type list<M_Source, T_L> = _pi.List<{
|
|
144
144
|
readonly 'element': T_L;
|
|
145
145
|
readonly 'location': M_Source;
|
|
146
146
|
}>;
|
|
@@ -157,7 +157,7 @@ export declare namespace Ordered_Dictionary {
|
|
|
157
157
|
readonly 'location': M_Source;
|
|
158
158
|
};
|
|
159
159
|
}
|
|
160
|
-
type dictionary<M_Source, T_D> =
|
|
160
|
+
type dictionary<M_Source, T_D> = _pi.Dictionary<{
|
|
161
161
|
readonly 'entry': T_D;
|
|
162
162
|
readonly 'location': M_Source;
|
|
163
163
|
}>;
|