pareto 0.78.2 → 0.78.4
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/compile_temp_schemas.js +17 -14
- package/dist/bin/seal.js +7 -9
- package/dist/bin/serialize_schemas.js +7 -9
- package/dist/globals.d.ts +2 -0
- package/dist/implementation/commands/compile_temp_schemas.d.ts +19 -0
- package/dist/implementation/commands/compile_temp_schemas.js +131 -0
- package/dist/implementation/commands/seal.d.ts +8 -0
- package/dist/{bin/validate.js → implementation/commands/seal.js} +13 -7
- package/dist/implementation/commands/serialize_schemas.d.ts +8 -0
- package/dist/implementation/commands/serialize_schemas.js +61 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.js +21 -21
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +1 -1
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/parse.js +4 -3
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +1 -1
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +4 -4
- package/dist/implementation/generated/pareto/generic/parse/token.js +5 -5
- package/dist/implementation/generated/pareto/generic/resolve.d.ts +4 -4
- package/dist/implementation/generated/pareto/generic/resolve.js +2 -2
- package/dist/implementation/generated/pareto/schemas/module/resolve.js +33 -33
- package/dist/implementation/generated/pareto/schemas/schema/resolve.js +2 -2
- package/dist/implementation/{algorithms/operations → operations}/impure/tbd/path.d.ts +1 -1
- package/dist/implementation/{algorithms/operations → operations}/impure/tbd/path.js +1 -1
- package/dist/implementation/{algorithms/queries/unguaranteed → queries}/load_pareto_document.d.ts +10 -7
- package/dist/implementation/queries/load_pareto_document.js +65 -0
- package/dist/implementation/{algorithms/queries/unguaranteed → queries}/load_pareto_file.d.ts +3 -5
- package/dist/implementation/queries/load_pareto_file.js +40 -0
- package/dist/{exceptional/deserializers → implementation/refiners}/load_schema.d.ts +1 -1
- package/dist/implementation/refiners/load_schema.js +83 -0
- package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_implementation.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_implementation.js +2 -2
- package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_interface.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_interface.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_implementation.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_implementation.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_interface.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_interface.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/deserialize.d.ts +2 -2
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/deserialize.js +7 -7
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/main.d.ts +3 -3
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/main.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/marshall.js +142 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/migrate_boilerplate.d.ts +2 -2
- package/dist/implementation/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/resolve.d.ts +5 -5
- package/dist/implementation/transformations/schema/exupery_implementation/resolve.js +300 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/serialize.d.ts +2 -2
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/serialize.js +7 -7
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/unmarshall.js +158 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/deserialize.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/deserialize.js +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/main.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/main.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/marshall.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/marshall.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/migrate_boilerplate.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/implementation/transformations/schema/exupery_interface/resolve.js +110 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/serialize.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/serialize.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/types.d.ts +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/types.js +192 -0
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/unmarshall.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/unmarshall.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_deserializers.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_deserializers.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_serializers.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_serializers.js +1 -1
- package/dist/implementation/transformations/temp/astn_schema.d.ts +10 -0
- package/dist/implementation/transformations/temp/astn_schema.js +140 -0
- package/dist/implementation/{algorithms/transformations → transformations}/temp/unmarshall_astn_ast.d.ts +2 -2
- package/dist/implementation/{algorithms/transformations → transformations}/temp/unmarshall_astn_ast.js +2 -2
- package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_errors/fountain_pen.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_errors/fountain_pen.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/astn_authoring_target.d.ts +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/astn_authoring_target.js +1 -1
- package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/unmarshall_errors.d.ts +2 -2
- package/dist/implementation/transformations/unmarshall_result/unmarshall_errors.js +344 -0
- package/dist/interface/algorithms/procedures/{unguaranteed/compile.js → compile.js} +1 -1
- package/dist/interface/algorithms/procedures/{unguaranteed/seal.js → seal.js} +1 -1
- package/dist/interface/algorithms/procedures/{unguaranteed/serialize_schemas.js → serialize_schemas.js} +1 -1
- package/dist/interface/algorithms/procedures/{unguaranteed/validate.js → validate.js} +1 -1
- package/dist/interface/algorithms/queries/load_pareto_document.js +5 -0
- package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_file.js → load_pareto_file.js} +2 -2
- package/dist/interface/generated/pareto/core/astn_source.d.ts +3 -3
- package/dist/interface/generated/pareto/core/astn_target.d.ts +7 -7
- package/dist/interface/generated/pareto/core/parse_result.d.ts +1 -1
- package/dist/interface/generated/pareto/core/resolve.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +3 -3
- 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 +71 -71
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/schema/data_types/resolve.d.ts +428 -428
- package/dist/interface/generated/pareto/schemas/schema/data_types/source.d.ts +67 -67
- package/dist/interface/generated/pareto/schemas/schema/data_types/target.d.ts +67 -67
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_error.d.ts +12 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_error.js +36 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_log.d.ts +12 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_log.js +36 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_directory.d.ts +12 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_directory.js +56 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_file.d.ts +10 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_file.js +45 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_node.d.ts +12 -0
- package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_node.js +58 -0
- package/dist/modules/pareto-fountain-pen-directory/interface/temp_types.d.ts +30 -0
- package/dist/modules/pareto-fountain-pen-directory/interface/temp_types.js +3 -0
- package/dist/temp/resolvers/module.js +2 -2
- package/dist/temp/resolvers/schema.js +2 -2
- package/dist/temp/temp_unmashall_result_types.d.ts +4 -4
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.js +10 -10
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.js +5 -3
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.js +10 -5
- package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.js +3 -3
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/static-html/$.types.astn.js +84 -0
- package/package.json +9 -9
- package/dist/bin/validate.d.ts +0 -2
- package/dist/exceptional/deserializers/load_schema.js +0 -83
- package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.d.ts +0 -19
- package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.js +0 -148
- package/dist/implementation/algorithms/procedures/unguaranteed/seal.d.ts +0 -9
- package/dist/implementation/algorithms/procedures/unguaranteed/seal.js +0 -41
- package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.d.ts +0 -9
- package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.js +0 -60
- package/dist/implementation/algorithms/procedures/unguaranteed/validate.d.ts +0 -4
- package/dist/implementation/algorithms/procedures/unguaranteed/validate.js +0 -45
- package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_document.js +0 -74
- package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_file.js +0 -17
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/marshall.js +0 -142
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/resolve.js +0 -300
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/unmarshall.js +0 -158
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.js +0 -110
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.js +0 -192
- package/dist/implementation/algorithms/transformations/temp/astn_schema.d.ts +0 -10
- package/dist/implementation/algorithms/transformations/temp/astn_schema.js +0 -140
- package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.js +0 -344
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.js +0 -5
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.js +0 -81
- /package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/dummy_resolve.d.ts +0 -0
- /package/dist/interface/algorithms/procedures/{unguaranteed/compile.d.ts → compile.d.ts} +0 -0
- /package/dist/interface/algorithms/procedures/{unguaranteed/seal.d.ts → seal.d.ts} +0 -0
- /package/dist/interface/algorithms/procedures/{unguaranteed/serialize_schemas.d.ts → serialize_schemas.d.ts} +0 -0
- /package/dist/interface/algorithms/procedures/{unguaranteed/validate.d.ts → validate.d.ts} +0 -0
- /package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_document.d.ts → load_pareto_document.d.ts} +0 -0
- /package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_file.d.ts → load_pareto_file.d.ts} +0 -0
- /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.globals.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.module.astn.d.ts +0 -0
- /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.types.astn.d.ts +0 -0
|
@@ -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 _et from 'exupery-core-types';
|
|
2
|
+
export type _T_Dictionary<M_Source, T_D> = _et.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<M_Source, T_L> = _et.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 _et from 'exupery-core-types';
|
|
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': _et.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': _et.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': _et.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> = _et.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> = _et.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> = _et.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> = _et.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> = _et.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> = _et.Dictionary<{
|
|
161
161
|
readonly 'entry': T_D;
|
|
162
162
|
readonly 'location': M_Source;
|
|
163
163
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _et from 'exupery-core-types';
|
|
2
2
|
import * as _i_resolve from "../../../core/resolve";
|
|
3
3
|
import * as _i_resolved from "./source";
|
|
4
4
|
import * as _i_unresolved from "./target";
|
|
@@ -10,8 +10,8 @@ export type _T_Dictionary = <F_Source>($$_: _i_unresolved._T_Dictionary<F_Source
|
|
|
10
10
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
11
11
|
};
|
|
12
12
|
readonly 'values': {
|
|
13
|
-
readonly 'globals':
|
|
14
|
-
readonly 'imports':
|
|
13
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
14
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
}) => _i_resolved._T_Dictionary;
|
|
@@ -30,8 +30,8 @@ export type _T_Group = <F_Source>($$_: _i_unresolved._T_Group<F_Source>, $$_p: {
|
|
|
30
30
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
31
31
|
};
|
|
32
32
|
readonly 'values': {
|
|
33
|
-
readonly 'globals':
|
|
34
|
-
readonly 'imports':
|
|
33
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
34
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
}) => _i_resolved._T_Group;
|
|
@@ -86,8 +86,8 @@ export type _T_Type = <F_Source>($$_: _i_unresolved._T_Type<F_Source>, $$_p: {
|
|
|
86
86
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
87
87
|
};
|
|
88
88
|
readonly 'values': {
|
|
89
|
-
readonly 'globals':
|
|
90
|
-
readonly 'imports':
|
|
89
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
90
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
93
|
}) => _i_resolved._T_Type;
|
|
@@ -99,8 +99,8 @@ export type _T_Type_Node = <F_Source>($$_: _i_unresolved._T_Type_Node<F_Source>,
|
|
|
99
99
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
100
100
|
};
|
|
101
101
|
readonly 'values': {
|
|
102
|
-
readonly 'globals':
|
|
103
|
-
readonly 'imports':
|
|
102
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
103
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
106
|
}) => _i_resolved._T_Type_Node;
|
|
@@ -109,8 +109,8 @@ export type _T_Types = <F_Source>($$_: _i_unresolved._T_Types<F_Source>, $$_p: {
|
|
|
109
109
|
readonly 'parameters': {
|
|
110
110
|
readonly 'lookups': null;
|
|
111
111
|
readonly 'values': {
|
|
112
|
-
readonly 'globals':
|
|
113
|
-
readonly 'imports':
|
|
112
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
113
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
116
|
}) => _i_resolved._T_Types;
|
|
@@ -160,17 +160,17 @@ export declare namespace _T_Dictionary {
|
|
|
160
160
|
}
|
|
161
161
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
162
162
|
}
|
|
163
|
-
type globals<F_Source> =
|
|
163
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
164
164
|
namespace imports {
|
|
165
165
|
namespace O {
|
|
166
166
|
}
|
|
167
167
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
168
168
|
}
|
|
169
|
-
type imports<F_Source> =
|
|
169
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
170
170
|
}
|
|
171
171
|
type values<F_Source> = {
|
|
172
|
-
readonly 'globals':
|
|
173
|
-
readonly 'imports':
|
|
172
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
173
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
174
174
|
};
|
|
175
175
|
}
|
|
176
176
|
type parameters<F_Source> = {
|
|
@@ -179,8 +179,8 @@ export declare namespace _T_Dictionary {
|
|
|
179
179
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
180
180
|
};
|
|
181
181
|
readonly 'values': {
|
|
182
|
-
readonly 'globals':
|
|
183
|
-
readonly 'imports':
|
|
182
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
183
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
}
|
|
@@ -250,17 +250,17 @@ export declare namespace _T_Group {
|
|
|
250
250
|
}
|
|
251
251
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
252
252
|
}
|
|
253
|
-
type globals<F_Source> =
|
|
253
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
254
254
|
namespace imports {
|
|
255
255
|
namespace O {
|
|
256
256
|
}
|
|
257
257
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
258
258
|
}
|
|
259
|
-
type imports<F_Source> =
|
|
259
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
260
260
|
}
|
|
261
261
|
type values<F_Source> = {
|
|
262
|
-
readonly 'globals':
|
|
263
|
-
readonly 'imports':
|
|
262
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
263
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
264
264
|
};
|
|
265
265
|
}
|
|
266
266
|
type parameters<F_Source> = {
|
|
@@ -269,8 +269,8 @@ export declare namespace _T_Group {
|
|
|
269
269
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
270
270
|
};
|
|
271
271
|
readonly 'values': {
|
|
272
|
-
readonly 'globals':
|
|
273
|
-
readonly 'imports':
|
|
272
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
273
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
274
274
|
};
|
|
275
275
|
};
|
|
276
276
|
}
|
|
@@ -488,17 +488,17 @@ export declare namespace _T_Type {
|
|
|
488
488
|
}
|
|
489
489
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
490
490
|
}
|
|
491
|
-
type globals<F_Source> =
|
|
491
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
492
492
|
namespace imports {
|
|
493
493
|
namespace O {
|
|
494
494
|
}
|
|
495
495
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
496
496
|
}
|
|
497
|
-
type imports<F_Source> =
|
|
497
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
498
498
|
}
|
|
499
499
|
type values<F_Source> = {
|
|
500
|
-
readonly 'globals':
|
|
501
|
-
readonly 'imports':
|
|
500
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
501
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
502
502
|
};
|
|
503
503
|
}
|
|
504
504
|
type parameters<F_Source> = {
|
|
@@ -507,8 +507,8 @@ export declare namespace _T_Type {
|
|
|
507
507
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
508
508
|
};
|
|
509
509
|
readonly 'values': {
|
|
510
|
-
readonly 'globals':
|
|
511
|
-
readonly 'imports':
|
|
510
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
511
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
512
512
|
};
|
|
513
513
|
};
|
|
514
514
|
}
|
|
@@ -551,17 +551,17 @@ export declare namespace _T_Type_Node {
|
|
|
551
551
|
}
|
|
552
552
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
553
553
|
}
|
|
554
|
-
type globals<F_Source> =
|
|
554
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
555
555
|
namespace imports {
|
|
556
556
|
namespace O {
|
|
557
557
|
}
|
|
558
558
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
559
559
|
}
|
|
560
|
-
type imports<F_Source> =
|
|
560
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
561
561
|
}
|
|
562
562
|
type values<F_Source> = {
|
|
563
|
-
readonly 'globals':
|
|
564
|
-
readonly 'imports':
|
|
563
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
564
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
565
565
|
};
|
|
566
566
|
}
|
|
567
567
|
type parameters<F_Source> = {
|
|
@@ -570,8 +570,8 @@ export declare namespace _T_Type_Node {
|
|
|
570
570
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
571
571
|
};
|
|
572
572
|
readonly 'values': {
|
|
573
|
-
readonly 'globals':
|
|
574
|
-
readonly 'imports':
|
|
573
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
574
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
575
575
|
};
|
|
576
576
|
};
|
|
577
577
|
}
|
|
@@ -599,24 +599,24 @@ export declare namespace _T_Types {
|
|
|
599
599
|
}
|
|
600
600
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
601
601
|
}
|
|
602
|
-
type globals<F_Source> =
|
|
602
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
603
603
|
namespace imports {
|
|
604
604
|
namespace O {
|
|
605
605
|
}
|
|
606
606
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
607
607
|
}
|
|
608
|
-
type imports<F_Source> =
|
|
608
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
609
609
|
}
|
|
610
610
|
type values<F_Source> = {
|
|
611
|
-
readonly 'globals':
|
|
612
|
-
readonly 'imports':
|
|
611
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
612
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
613
613
|
};
|
|
614
614
|
}
|
|
615
615
|
type parameters<F_Source> = {
|
|
616
616
|
readonly 'lookups': null;
|
|
617
617
|
readonly 'values': {
|
|
618
|
-
readonly 'globals':
|
|
619
|
-
readonly 'imports':
|
|
618
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
619
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
}
|
|
@@ -659,17 +659,17 @@ export declare namespace Dictionary {
|
|
|
659
659
|
}
|
|
660
660
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
661
661
|
}
|
|
662
|
-
type globals<F_Source> =
|
|
662
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
663
663
|
namespace imports {
|
|
664
664
|
namespace O {
|
|
665
665
|
}
|
|
666
666
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
667
667
|
}
|
|
668
|
-
type imports<F_Source> =
|
|
668
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
669
669
|
}
|
|
670
670
|
type values<F_Source> = {
|
|
671
|
-
readonly 'globals':
|
|
672
|
-
readonly 'imports':
|
|
671
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
672
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
673
673
|
};
|
|
674
674
|
}
|
|
675
675
|
type parameters<F_Source> = {
|
|
@@ -678,8 +678,8 @@ export declare namespace Dictionary {
|
|
|
678
678
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
679
679
|
};
|
|
680
680
|
readonly 'values': {
|
|
681
|
-
readonly 'globals':
|
|
682
|
-
readonly 'imports':
|
|
681
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
682
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
683
683
|
};
|
|
684
684
|
};
|
|
685
685
|
}
|
|
@@ -749,17 +749,17 @@ export declare namespace Group {
|
|
|
749
749
|
}
|
|
750
750
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
751
751
|
}
|
|
752
|
-
type globals<F_Source> =
|
|
752
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
753
753
|
namespace imports {
|
|
754
754
|
namespace O {
|
|
755
755
|
}
|
|
756
756
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
757
757
|
}
|
|
758
|
-
type imports<F_Source> =
|
|
758
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
759
759
|
}
|
|
760
760
|
type values<F_Source> = {
|
|
761
|
-
readonly 'globals':
|
|
762
|
-
readonly 'imports':
|
|
761
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
762
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
763
763
|
};
|
|
764
764
|
}
|
|
765
765
|
type parameters<F_Source> = {
|
|
@@ -768,8 +768,8 @@ export declare namespace Group {
|
|
|
768
768
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
769
769
|
};
|
|
770
770
|
readonly 'values': {
|
|
771
|
-
readonly 'globals':
|
|
772
|
-
readonly 'imports':
|
|
771
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
772
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
773
773
|
};
|
|
774
774
|
};
|
|
775
775
|
}
|
|
@@ -987,17 +987,17 @@ export declare namespace Type {
|
|
|
987
987
|
}
|
|
988
988
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
989
989
|
}
|
|
990
|
-
type globals<F_Source> =
|
|
990
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
991
991
|
namespace imports {
|
|
992
992
|
namespace O {
|
|
993
993
|
}
|
|
994
994
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
995
995
|
}
|
|
996
|
-
type imports<F_Source> =
|
|
996
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
997
997
|
}
|
|
998
998
|
type values<F_Source> = {
|
|
999
|
-
readonly 'globals':
|
|
1000
|
-
readonly 'imports':
|
|
999
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1000
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1001
1001
|
};
|
|
1002
1002
|
}
|
|
1003
1003
|
type parameters<F_Source> = {
|
|
@@ -1006,8 +1006,8 @@ export declare namespace Type {
|
|
|
1006
1006
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1007
1007
|
};
|
|
1008
1008
|
readonly 'values': {
|
|
1009
|
-
readonly 'globals':
|
|
1010
|
-
readonly 'imports':
|
|
1009
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1010
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1011
1011
|
};
|
|
1012
1012
|
};
|
|
1013
1013
|
}
|
|
@@ -1050,17 +1050,17 @@ export declare namespace Type_Node {
|
|
|
1050
1050
|
}
|
|
1051
1051
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
1052
1052
|
}
|
|
1053
|
-
type globals<F_Source> =
|
|
1053
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1054
1054
|
namespace imports {
|
|
1055
1055
|
namespace O {
|
|
1056
1056
|
}
|
|
1057
1057
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
1058
1058
|
}
|
|
1059
|
-
type imports<F_Source> =
|
|
1059
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1060
1060
|
}
|
|
1061
1061
|
type values<F_Source> = {
|
|
1062
|
-
readonly 'globals':
|
|
1063
|
-
readonly 'imports':
|
|
1062
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1063
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1064
1064
|
};
|
|
1065
1065
|
}
|
|
1066
1066
|
type parameters<F_Source> = {
|
|
@@ -1069,8 +1069,8 @@ export declare namespace Type_Node {
|
|
|
1069
1069
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1070
1070
|
};
|
|
1071
1071
|
readonly 'values': {
|
|
1072
|
-
readonly 'globals':
|
|
1073
|
-
readonly 'imports':
|
|
1072
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1073
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1074
1074
|
};
|
|
1075
1075
|
};
|
|
1076
1076
|
}
|
|
@@ -1098,24 +1098,24 @@ export declare namespace Types {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
1100
1100
|
}
|
|
1101
|
-
type globals<F_Source> =
|
|
1101
|
+
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1102
1102
|
namespace imports {
|
|
1103
1103
|
namespace O {
|
|
1104
1104
|
}
|
|
1105
1105
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
1106
1106
|
}
|
|
1107
|
-
type imports<F_Source> =
|
|
1107
|
+
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1108
1108
|
}
|
|
1109
1109
|
type values<F_Source> = {
|
|
1110
|
-
readonly 'globals':
|
|
1111
|
-
readonly 'imports':
|
|
1110
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1111
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1112
1112
|
};
|
|
1113
1113
|
}
|
|
1114
1114
|
type parameters<F_Source> = {
|
|
1115
1115
|
readonly 'lookups': null;
|
|
1116
1116
|
readonly 'values': {
|
|
1117
|
-
readonly 'globals':
|
|
1118
|
-
readonly 'imports':
|
|
1117
|
+
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1118
|
+
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1119
1119
|
};
|
|
1120
1120
|
};
|
|
1121
1121
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _et from 'exupery-core-types';
|
|
2
2
|
import * as _i_core from "../../../core/resolved";
|
|
3
3
|
import * as _i_imports_token from "../../token/data_types/source";
|
|
4
4
|
export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
@@ -66,7 +66,7 @@ export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
|
66
66
|
]>;
|
|
67
67
|
export type _T_Document = {
|
|
68
68
|
readonly 'content': _T_Value;
|
|
69
|
-
readonly 'header':
|
|
69
|
+
readonly 'header': _et.Optional_Value<{
|
|
70
70
|
readonly '!': _T_Structural_Token;
|
|
71
71
|
readonly 'value': _T_Value;
|
|
72
72
|
}>;
|
|
@@ -75,9 +75,9 @@ export type _T_Elements = _i_core._T_List<null, {
|
|
|
75
75
|
readonly 'value': _T_Value;
|
|
76
76
|
}>;
|
|
77
77
|
export type _T_Key_Value_Pairs = _i_core._T_List<null, {
|
|
78
|
-
readonly ',':
|
|
78
|
+
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
79
79
|
readonly 'key': _T_String;
|
|
80
|
-
readonly 'value':
|
|
80
|
+
readonly 'value': _et.Optional_Value<{
|
|
81
81
|
readonly ':': _T_Structural_Token;
|
|
82
82
|
readonly 'value': _T_Value;
|
|
83
83
|
}>;
|
|
@@ -421,7 +421,7 @@ export declare namespace _T_Document {
|
|
|
421
421
|
readonly 'value': _T_Value;
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
|
-
type header =
|
|
424
|
+
type header = _et.Optional_Value<{
|
|
425
425
|
readonly '!': _T_Structural_Token;
|
|
426
426
|
readonly 'value': _T_Value;
|
|
427
427
|
}>;
|
|
@@ -443,7 +443,7 @@ export declare namespace _T_Key_Value_Pairs {
|
|
|
443
443
|
}
|
|
444
444
|
type O = _T_Structural_Token;
|
|
445
445
|
}
|
|
446
|
-
type $cm_ =
|
|
446
|
+
type $cm_ = _et.Optional_Value<_T_Structural_Token>;
|
|
447
447
|
namespace key {
|
|
448
448
|
}
|
|
449
449
|
type key = _T_String;
|
|
@@ -461,15 +461,15 @@ export declare namespace _T_Key_Value_Pairs {
|
|
|
461
461
|
readonly 'value': _T_Value;
|
|
462
462
|
};
|
|
463
463
|
}
|
|
464
|
-
type value =
|
|
464
|
+
type value = _et.Optional_Value<{
|
|
465
465
|
readonly ':': _T_Structural_Token;
|
|
466
466
|
readonly 'value': _T_Value;
|
|
467
467
|
}>;
|
|
468
468
|
}
|
|
469
469
|
type L = {
|
|
470
|
-
readonly ',':
|
|
470
|
+
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
471
471
|
readonly 'key': _T_String;
|
|
472
|
-
readonly 'value':
|
|
472
|
+
readonly 'value': _et.Optional_Value<{
|
|
473
473
|
readonly ':': _T_Structural_Token;
|
|
474
474
|
readonly 'value': _T_Value;
|
|
475
475
|
}>;
|
|
@@ -856,7 +856,7 @@ export declare namespace Document {
|
|
|
856
856
|
readonly 'value': _T_Value;
|
|
857
857
|
};
|
|
858
858
|
}
|
|
859
|
-
type header =
|
|
859
|
+
type header = _et.Optional_Value<{
|
|
860
860
|
readonly '!': _T_Structural_Token;
|
|
861
861
|
readonly 'value': _T_Value;
|
|
862
862
|
}>;
|
|
@@ -878,7 +878,7 @@ export declare namespace Key_Value_Pairs {
|
|
|
878
878
|
}
|
|
879
879
|
type O = _T_Structural_Token;
|
|
880
880
|
}
|
|
881
|
-
type $cm_ =
|
|
881
|
+
type $cm_ = _et.Optional_Value<_T_Structural_Token>;
|
|
882
882
|
namespace key {
|
|
883
883
|
}
|
|
884
884
|
type key = _T_String;
|
|
@@ -896,15 +896,15 @@ export declare namespace Key_Value_Pairs {
|
|
|
896
896
|
readonly 'value': _T_Value;
|
|
897
897
|
};
|
|
898
898
|
}
|
|
899
|
-
type value =
|
|
899
|
+
type value = _et.Optional_Value<{
|
|
900
900
|
readonly ':': _T_Structural_Token;
|
|
901
901
|
readonly 'value': _T_Value;
|
|
902
902
|
}>;
|
|
903
903
|
}
|
|
904
904
|
type L = {
|
|
905
|
-
readonly ',':
|
|
905
|
+
readonly ',': _et.Optional_Value<_T_Structural_Token>;
|
|
906
906
|
readonly 'key': _T_String;
|
|
907
|
-
readonly 'value':
|
|
907
|
+
readonly 'value': _et.Optional_Value<{
|
|
908
908
|
readonly ':': _T_Structural_Token;
|
|
909
909
|
readonly 'value': _T_Value;
|
|
910
910
|
}>;
|