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,141 +1,209 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as _i_resolve from
|
|
1
|
+
import * as _pi from 'pareto-core-interface';
|
|
2
|
+
import * as _i_resolve from "pareto-core-internals/dist/algorithm_types/refiner/resolve";
|
|
3
3
|
import * as _i_resolved from "./source";
|
|
4
4
|
import * as _i_unresolved from "./target";
|
|
5
|
-
export type
|
|
6
|
-
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
5
|
+
export type _T_Text_Type = <F_Source>($$_: _i_unresolved._T_Text_Type<F_Source>, $$_p: {
|
|
7
6
|
readonly 'parameters': {
|
|
8
|
-
readonly '
|
|
9
|
-
|
|
10
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
11
|
-
};
|
|
12
|
-
readonly 'values': {
|
|
13
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
14
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
15
|
-
};
|
|
7
|
+
readonly 'values': null;
|
|
8
|
+
readonly 'lookups': null;
|
|
16
9
|
};
|
|
17
|
-
}) => _i_resolved._T_Dictionary;
|
|
18
|
-
export type _T_Globals = <F_Source>($$_: _i_unresolved._T_Globals<F_Source>, $$_p: {
|
|
19
10
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
11
|
+
}) => _i_resolved._T_Text_Type;
|
|
12
|
+
export type _T_Globals = <F_Source>($$_: _i_unresolved._T_Globals<F_Source>, $$_p: {
|
|
20
13
|
readonly 'parameters': {
|
|
21
|
-
readonly 'lookups': null;
|
|
22
14
|
readonly 'values': null;
|
|
15
|
+
readonly 'lookups': null;
|
|
23
16
|
};
|
|
17
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
24
18
|
}) => _i_resolved._T_Globals;
|
|
25
19
|
export type _T_Group = <F_Source>($$_: _i_unresolved._T_Group<F_Source>, $$_p: {
|
|
26
|
-
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
27
20
|
readonly 'parameters': {
|
|
21
|
+
readonly 'values': {
|
|
22
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
23
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
24
|
+
};
|
|
28
25
|
readonly 'lookups': {
|
|
29
26
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
30
27
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
31
28
|
};
|
|
32
|
-
readonly 'values': {
|
|
33
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
34
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
35
|
-
};
|
|
36
29
|
};
|
|
37
|
-
}) => _i_resolved._T_Group;
|
|
38
|
-
export type _T_Imports = <F_Source>($$_: _i_unresolved._T_Imports<F_Source>, $$_p: {
|
|
39
30
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
31
|
+
}) => _i_resolved._T_Group;
|
|
32
|
+
export type _T_Dictionary = <F_Source>($$_: _i_unresolved._T_Dictionary<F_Source>, $$_p: {
|
|
40
33
|
readonly 'parameters': {
|
|
34
|
+
readonly 'values': {
|
|
35
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
36
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
37
|
+
};
|
|
41
38
|
readonly 'lookups': {
|
|
42
|
-
readonly 'sibling
|
|
39
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
40
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
43
41
|
};
|
|
44
|
-
readonly 'values': null;
|
|
45
42
|
};
|
|
46
|
-
}) => _i_resolved._T_Imports;
|
|
47
|
-
export type _T_Schema = <F_Source>($$_: _i_unresolved._T_Schema<F_Source>, $$_p: {
|
|
48
43
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
44
|
+
}) => _i_resolved._T_Dictionary;
|
|
45
|
+
export type _T_Type_Node = <F_Source>($$_: _i_unresolved._T_Type_Node<F_Source>, $$_p: {
|
|
49
46
|
readonly 'parameters': {
|
|
47
|
+
readonly 'values': {
|
|
48
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
49
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
50
|
+
};
|
|
50
51
|
readonly 'lookups': {
|
|
51
|
-
readonly 'sibling
|
|
52
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
53
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
52
54
|
};
|
|
53
|
-
readonly 'values': null;
|
|
54
55
|
};
|
|
55
|
-
}) => _i_resolved._T_Schema;
|
|
56
|
-
export type _T_Schema_Tree = <F_Source>($$_: _i_unresolved._T_Schema_Tree<F_Source>, $$_p: {
|
|
57
56
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
57
|
+
}) => _i_resolved._T_Type_Node;
|
|
58
|
+
export type _T_Type = <F_Source>($$_: _i_unresolved._T_Type<F_Source>, $$_p: {
|
|
58
59
|
readonly 'parameters': {
|
|
60
|
+
readonly 'values': {
|
|
61
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
62
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
63
|
+
};
|
|
59
64
|
readonly 'lookups': {
|
|
60
|
-
readonly 'sibling
|
|
65
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
66
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
61
67
|
};
|
|
62
|
-
readonly 'values': null;
|
|
63
68
|
};
|
|
64
|
-
}) => _i_resolved._T_Schema_Tree;
|
|
65
|
-
export type _T_Schemas = <F_Source>($$_: _i_unresolved._T_Schemas<F_Source>, $$_p: {
|
|
66
69
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
70
|
+
}) => _i_resolved._T_Type;
|
|
71
|
+
export type _T_Schemas = <F_Source>($$_: _i_unresolved._T_Schemas<F_Source>, $$_p: {
|
|
67
72
|
readonly 'parameters': {
|
|
73
|
+
readonly 'values': null;
|
|
68
74
|
readonly 'lookups': {
|
|
69
75
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
70
76
|
};
|
|
71
|
-
readonly 'values': null;
|
|
72
77
|
};
|
|
73
|
-
}) => _i_resolved._T_Schemas;
|
|
74
|
-
export type _T_Text_Type = <F_Source>($$_: _i_unresolved._T_Text_Type<F_Source>, $$_p: {
|
|
75
78
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
79
|
+
}) => _i_resolved._T_Schemas;
|
|
80
|
+
export type _T_Schema_Tree = <F_Source>($$_: _i_unresolved._T_Schema_Tree<F_Source>, $$_p: {
|
|
76
81
|
readonly 'parameters': {
|
|
77
|
-
readonly 'lookups': null;
|
|
78
82
|
readonly 'values': null;
|
|
83
|
+
readonly 'lookups': {
|
|
84
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
85
|
+
};
|
|
79
86
|
};
|
|
80
|
-
}) => _i_resolved._T_Text_Type;
|
|
81
|
-
export type _T_Type = <F_Source>($$_: _i_unresolved._T_Type<F_Source>, $$_p: {
|
|
82
87
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
88
|
+
}) => _i_resolved._T_Schema_Tree;
|
|
89
|
+
export type _T_Schema = <F_Source>($$_: _i_unresolved._T_Schema<F_Source>, $$_p: {
|
|
83
90
|
readonly 'parameters': {
|
|
91
|
+
readonly 'values': null;
|
|
84
92
|
readonly 'lookups': {
|
|
85
|
-
readonly '
|
|
86
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
87
|
-
};
|
|
88
|
-
readonly 'values': {
|
|
89
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
90
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
93
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
91
94
|
};
|
|
92
95
|
};
|
|
93
|
-
}) => _i_resolved._T_Type;
|
|
94
|
-
export type _T_Type_Node = <F_Source>($$_: _i_unresolved._T_Type_Node<F_Source>, $$_p: {
|
|
95
96
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
97
|
+
}) => _i_resolved._T_Schema;
|
|
98
|
+
export type _T_Imports = <F_Source>($$_: _i_unresolved._T_Imports<F_Source>, $$_p: {
|
|
96
99
|
readonly 'parameters': {
|
|
100
|
+
readonly 'values': null;
|
|
97
101
|
readonly 'lookups': {
|
|
98
|
-
readonly '
|
|
99
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
100
|
-
};
|
|
101
|
-
readonly 'values': {
|
|
102
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
103
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
102
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
104
103
|
};
|
|
105
104
|
};
|
|
106
|
-
}) => _i_resolved._T_Type_Node;
|
|
107
|
-
export type _T_Types = <F_Source>($$_: _i_unresolved._T_Types<F_Source>, $$_p: {
|
|
108
105
|
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
106
|
+
}) => _i_resolved._T_Imports;
|
|
107
|
+
export type _T_Types = <F_Source>($$_: _i_unresolved._T_Types<F_Source>, $$_p: {
|
|
109
108
|
readonly 'parameters': {
|
|
110
|
-
readonly 'lookups': null;
|
|
111
109
|
readonly 'values': {
|
|
112
|
-
readonly 'globals':
|
|
113
|
-
readonly 'imports':
|
|
110
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
111
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
114
112
|
};
|
|
113
|
+
readonly 'lookups': null;
|
|
115
114
|
};
|
|
115
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
116
116
|
}) => _i_resolved._T_Types;
|
|
117
|
-
export type
|
|
117
|
+
export type Text_Type = _T_Text_Type;
|
|
118
118
|
export type Globals = _T_Globals;
|
|
119
119
|
export type Group = _T_Group;
|
|
120
|
-
export type
|
|
121
|
-
export type Schema = _T_Schema;
|
|
122
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
123
|
-
export type Schemas = _T_Schemas;
|
|
124
|
-
export type Text_Type = _T_Text_Type;
|
|
125
|
-
export type Type = _T_Type;
|
|
120
|
+
export type Dictionary = _T_Dictionary;
|
|
126
121
|
export type Type_Node = _T_Type_Node;
|
|
122
|
+
export type Type = _T_Type;
|
|
123
|
+
export type Schemas = _T_Schemas;
|
|
124
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
125
|
+
export type Schema = _T_Schema;
|
|
126
|
+
export type Imports = _T_Imports;
|
|
127
127
|
export type Types = _T_Types;
|
|
128
|
-
export declare namespace
|
|
128
|
+
export declare namespace _T_Text_Type {
|
|
129
129
|
namespace CONTEXT {
|
|
130
130
|
type Source<F_Source> = F_Source;
|
|
131
131
|
}
|
|
132
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
132
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Text_Type<F_Source>;
|
|
133
133
|
namespace PARAMS {
|
|
134
|
+
namespace parameters {
|
|
135
|
+
namespace values {
|
|
136
|
+
}
|
|
137
|
+
type values<F_Source> = null;
|
|
138
|
+
namespace lookups {
|
|
139
|
+
}
|
|
140
|
+
type lookups<F_Source> = null;
|
|
141
|
+
}
|
|
142
|
+
type parameters<F_Source> = {
|
|
143
|
+
readonly 'values': null;
|
|
144
|
+
readonly 'lookups': null;
|
|
145
|
+
};
|
|
134
146
|
namespace location_2_string {
|
|
135
147
|
type Source<F_Source> = F_Source;
|
|
136
148
|
}
|
|
137
149
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
150
|
+
}
|
|
151
|
+
namespace RESULT {
|
|
152
|
+
}
|
|
153
|
+
type RESULT<F_Source> = _i_resolved._T_Text_Type;
|
|
154
|
+
}
|
|
155
|
+
export declare namespace _T_Globals {
|
|
156
|
+
namespace CONTEXT {
|
|
157
|
+
type Source<F_Source> = F_Source;
|
|
158
|
+
}
|
|
159
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Globals<F_Source>;
|
|
160
|
+
namespace PARAMS {
|
|
138
161
|
namespace parameters {
|
|
162
|
+
namespace values {
|
|
163
|
+
}
|
|
164
|
+
type values<F_Source> = null;
|
|
165
|
+
namespace lookups {
|
|
166
|
+
}
|
|
167
|
+
type lookups<F_Source> = null;
|
|
168
|
+
}
|
|
169
|
+
type parameters<F_Source> = {
|
|
170
|
+
readonly 'values': null;
|
|
171
|
+
readonly 'lookups': null;
|
|
172
|
+
};
|
|
173
|
+
namespace location_2_string {
|
|
174
|
+
type Source<F_Source> = F_Source;
|
|
175
|
+
}
|
|
176
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
177
|
+
}
|
|
178
|
+
namespace RESULT {
|
|
179
|
+
}
|
|
180
|
+
type RESULT<F_Source> = _i_resolved._T_Globals;
|
|
181
|
+
}
|
|
182
|
+
export declare namespace _T_Group {
|
|
183
|
+
namespace CONTEXT {
|
|
184
|
+
type Source<F_Source> = F_Source;
|
|
185
|
+
}
|
|
186
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Group<F_Source>;
|
|
187
|
+
namespace PARAMS {
|
|
188
|
+
namespace parameters {
|
|
189
|
+
namespace values {
|
|
190
|
+
namespace globals {
|
|
191
|
+
namespace O {
|
|
192
|
+
}
|
|
193
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
194
|
+
}
|
|
195
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
196
|
+
namespace imports {
|
|
197
|
+
namespace O {
|
|
198
|
+
}
|
|
199
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
200
|
+
}
|
|
201
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
202
|
+
}
|
|
203
|
+
type values<F_Source> = {
|
|
204
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
205
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
206
|
+
};
|
|
139
207
|
namespace lookups {
|
|
140
208
|
namespace noncircular_sibling_types {
|
|
141
209
|
namespace T {
|
|
@@ -154,78 +222,114 @@ export declare namespace _T_Dictionary {
|
|
|
154
222
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
155
223
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
156
224
|
};
|
|
225
|
+
}
|
|
226
|
+
type parameters<F_Source> = {
|
|
227
|
+
readonly 'values': {
|
|
228
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
229
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
230
|
+
};
|
|
231
|
+
readonly 'lookups': {
|
|
232
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
233
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
namespace location_2_string {
|
|
237
|
+
type Source<F_Source> = F_Source;
|
|
238
|
+
}
|
|
239
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
240
|
+
}
|
|
241
|
+
namespace RESULT {
|
|
242
|
+
}
|
|
243
|
+
type RESULT<F_Source> = _i_resolved._T_Group;
|
|
244
|
+
}
|
|
245
|
+
export declare namespace _T_Dictionary {
|
|
246
|
+
namespace CONTEXT {
|
|
247
|
+
type Source<F_Source> = F_Source;
|
|
248
|
+
}
|
|
249
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Dictionary<F_Source>;
|
|
250
|
+
namespace PARAMS {
|
|
251
|
+
namespace parameters {
|
|
157
252
|
namespace values {
|
|
158
253
|
namespace globals {
|
|
159
254
|
namespace O {
|
|
160
255
|
}
|
|
161
256
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
162
257
|
}
|
|
163
|
-
type globals<F_Source> =
|
|
258
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
164
259
|
namespace imports {
|
|
165
260
|
namespace O {
|
|
166
261
|
}
|
|
167
262
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
168
263
|
}
|
|
169
|
-
type imports<F_Source> =
|
|
264
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
170
265
|
}
|
|
171
266
|
type values<F_Source> = {
|
|
172
|
-
readonly 'globals':
|
|
173
|
-
readonly 'imports':
|
|
267
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
268
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
269
|
+
};
|
|
270
|
+
namespace lookups {
|
|
271
|
+
namespace noncircular_sibling_types {
|
|
272
|
+
namespace T {
|
|
273
|
+
}
|
|
274
|
+
type T<F_Source> = _i_resolved._T_Types.D;
|
|
275
|
+
}
|
|
276
|
+
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
277
|
+
namespace possibly_circular_dependent_sibling_types {
|
|
278
|
+
namespace T {
|
|
279
|
+
}
|
|
280
|
+
type T<F_Source> = _i_resolved._T_Types.D;
|
|
281
|
+
}
|
|
282
|
+
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
283
|
+
}
|
|
284
|
+
type lookups<F_Source> = {
|
|
285
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
286
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
174
287
|
};
|
|
175
288
|
}
|
|
176
289
|
type parameters<F_Source> = {
|
|
290
|
+
readonly 'values': {
|
|
291
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
292
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
293
|
+
};
|
|
177
294
|
readonly 'lookups': {
|
|
178
295
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
179
296
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
180
297
|
};
|
|
181
|
-
readonly 'values': {
|
|
182
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
183
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
184
|
-
};
|
|
185
298
|
};
|
|
186
|
-
}
|
|
187
|
-
namespace RESULT {
|
|
188
|
-
}
|
|
189
|
-
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
190
|
-
}
|
|
191
|
-
export declare namespace _T_Globals {
|
|
192
|
-
namespace CONTEXT {
|
|
193
|
-
type Source<F_Source> = F_Source;
|
|
194
|
-
}
|
|
195
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Globals<F_Source>;
|
|
196
|
-
namespace PARAMS {
|
|
197
299
|
namespace location_2_string {
|
|
198
300
|
type Source<F_Source> = F_Source;
|
|
199
301
|
}
|
|
200
302
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
201
|
-
namespace parameters {
|
|
202
|
-
namespace lookups {
|
|
203
|
-
}
|
|
204
|
-
type lookups<F_Source> = null;
|
|
205
|
-
namespace values {
|
|
206
|
-
}
|
|
207
|
-
type values<F_Source> = null;
|
|
208
|
-
}
|
|
209
|
-
type parameters<F_Source> = {
|
|
210
|
-
readonly 'lookups': null;
|
|
211
|
-
readonly 'values': null;
|
|
212
|
-
};
|
|
213
303
|
}
|
|
214
304
|
namespace RESULT {
|
|
215
305
|
}
|
|
216
|
-
type RESULT<F_Source> = _i_resolved.
|
|
306
|
+
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
217
307
|
}
|
|
218
|
-
export declare namespace
|
|
308
|
+
export declare namespace _T_Type_Node {
|
|
219
309
|
namespace CONTEXT {
|
|
220
310
|
type Source<F_Source> = F_Source;
|
|
221
311
|
}
|
|
222
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
312
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Type_Node<F_Source>;
|
|
223
313
|
namespace PARAMS {
|
|
224
|
-
namespace location_2_string {
|
|
225
|
-
type Source<F_Source> = F_Source;
|
|
226
|
-
}
|
|
227
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
228
314
|
namespace parameters {
|
|
315
|
+
namespace values {
|
|
316
|
+
namespace globals {
|
|
317
|
+
namespace O {
|
|
318
|
+
}
|
|
319
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
320
|
+
}
|
|
321
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
322
|
+
namespace imports {
|
|
323
|
+
namespace O {
|
|
324
|
+
}
|
|
325
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
326
|
+
}
|
|
327
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
328
|
+
}
|
|
329
|
+
type values<F_Source> = {
|
|
330
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
331
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
332
|
+
};
|
|
229
333
|
namespace lookups {
|
|
230
334
|
namespace noncircular_sibling_types {
|
|
231
335
|
namespace T {
|
|
@@ -244,51 +348,136 @@ export declare namespace _T_Group {
|
|
|
244
348
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
245
349
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
246
350
|
};
|
|
351
|
+
}
|
|
352
|
+
type parameters<F_Source> = {
|
|
353
|
+
readonly 'values': {
|
|
354
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
355
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
356
|
+
};
|
|
357
|
+
readonly 'lookups': {
|
|
358
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
359
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
namespace location_2_string {
|
|
363
|
+
type Source<F_Source> = F_Source;
|
|
364
|
+
}
|
|
365
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
366
|
+
}
|
|
367
|
+
namespace RESULT {
|
|
368
|
+
}
|
|
369
|
+
type RESULT<F_Source> = _i_resolved._T_Type_Node;
|
|
370
|
+
}
|
|
371
|
+
export declare namespace _T_Type {
|
|
372
|
+
namespace CONTEXT {
|
|
373
|
+
type Source<F_Source> = F_Source;
|
|
374
|
+
}
|
|
375
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Type<F_Source>;
|
|
376
|
+
namespace PARAMS {
|
|
377
|
+
namespace parameters {
|
|
247
378
|
namespace values {
|
|
248
379
|
namespace globals {
|
|
249
380
|
namespace O {
|
|
250
381
|
}
|
|
251
382
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
252
383
|
}
|
|
253
|
-
type globals<F_Source> =
|
|
384
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
254
385
|
namespace imports {
|
|
255
386
|
namespace O {
|
|
256
387
|
}
|
|
257
388
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
258
389
|
}
|
|
259
|
-
type imports<F_Source> =
|
|
390
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
260
391
|
}
|
|
261
392
|
type values<F_Source> = {
|
|
262
|
-
readonly 'globals':
|
|
263
|
-
readonly 'imports':
|
|
393
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
394
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
395
|
+
};
|
|
396
|
+
namespace lookups {
|
|
397
|
+
namespace noncircular_sibling_types {
|
|
398
|
+
namespace T {
|
|
399
|
+
}
|
|
400
|
+
type T<F_Source> = _i_resolved._T_Types.D;
|
|
401
|
+
}
|
|
402
|
+
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
403
|
+
namespace possibly_circular_dependent_sibling_types {
|
|
404
|
+
namespace T {
|
|
405
|
+
}
|
|
406
|
+
type T<F_Source> = _i_resolved._T_Types.D;
|
|
407
|
+
}
|
|
408
|
+
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
409
|
+
}
|
|
410
|
+
type lookups<F_Source> = {
|
|
411
|
+
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
412
|
+
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
264
413
|
};
|
|
265
414
|
}
|
|
266
415
|
type parameters<F_Source> = {
|
|
416
|
+
readonly 'values': {
|
|
417
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
418
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
419
|
+
};
|
|
267
420
|
readonly 'lookups': {
|
|
268
421
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
269
422
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
270
423
|
};
|
|
271
|
-
readonly 'values': {
|
|
272
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
273
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
274
|
-
};
|
|
275
424
|
};
|
|
425
|
+
namespace location_2_string {
|
|
426
|
+
type Source<F_Source> = F_Source;
|
|
427
|
+
}
|
|
428
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
276
429
|
}
|
|
277
430
|
namespace RESULT {
|
|
278
431
|
}
|
|
279
|
-
type RESULT<F_Source> = _i_resolved.
|
|
432
|
+
type RESULT<F_Source> = _i_resolved._T_Type;
|
|
280
433
|
}
|
|
281
|
-
export declare namespace
|
|
434
|
+
export declare namespace _T_Schemas {
|
|
282
435
|
namespace CONTEXT {
|
|
283
436
|
type Source<F_Source> = F_Source;
|
|
284
437
|
}
|
|
285
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
438
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Schemas<F_Source>;
|
|
286
439
|
namespace PARAMS {
|
|
440
|
+
namespace parameters {
|
|
441
|
+
namespace values {
|
|
442
|
+
}
|
|
443
|
+
type values<F_Source> = null;
|
|
444
|
+
namespace lookups {
|
|
445
|
+
namespace sibling_schemas {
|
|
446
|
+
namespace T {
|
|
447
|
+
}
|
|
448
|
+
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
449
|
+
}
|
|
450
|
+
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
451
|
+
}
|
|
452
|
+
type lookups<F_Source> = {
|
|
453
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
454
|
+
};
|
|
455
|
+
}
|
|
456
|
+
type parameters<F_Source> = {
|
|
457
|
+
readonly 'values': null;
|
|
458
|
+
readonly 'lookups': {
|
|
459
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
460
|
+
};
|
|
461
|
+
};
|
|
287
462
|
namespace location_2_string {
|
|
288
463
|
type Source<F_Source> = F_Source;
|
|
289
464
|
}
|
|
290
465
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
466
|
+
}
|
|
467
|
+
namespace RESULT {
|
|
468
|
+
}
|
|
469
|
+
type RESULT<F_Source> = _i_resolved._T_Schemas;
|
|
470
|
+
}
|
|
471
|
+
export declare namespace _T_Schema_Tree {
|
|
472
|
+
namespace CONTEXT {
|
|
473
|
+
type Source<F_Source> = F_Source;
|
|
474
|
+
}
|
|
475
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Schema_Tree<F_Source>;
|
|
476
|
+
namespace PARAMS {
|
|
291
477
|
namespace parameters {
|
|
478
|
+
namespace values {
|
|
479
|
+
}
|
|
480
|
+
type values<F_Source> = null;
|
|
292
481
|
namespace lookups {
|
|
293
482
|
namespace sibling_schemas {
|
|
294
483
|
namespace T {
|
|
@@ -300,20 +489,21 @@ export declare namespace _T_Imports {
|
|
|
300
489
|
type lookups<F_Source> = {
|
|
301
490
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
302
491
|
};
|
|
303
|
-
namespace values {
|
|
304
|
-
}
|
|
305
|
-
type values<F_Source> = null;
|
|
306
492
|
}
|
|
307
493
|
type parameters<F_Source> = {
|
|
494
|
+
readonly 'values': null;
|
|
308
495
|
readonly 'lookups': {
|
|
309
496
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
310
497
|
};
|
|
311
|
-
readonly 'values': null;
|
|
312
498
|
};
|
|
499
|
+
namespace location_2_string {
|
|
500
|
+
type Source<F_Source> = F_Source;
|
|
501
|
+
}
|
|
502
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
313
503
|
}
|
|
314
504
|
namespace RESULT {
|
|
315
505
|
}
|
|
316
|
-
type RESULT<F_Source> = _i_resolved.
|
|
506
|
+
type RESULT<F_Source> = _i_resolved._T_Schema_Tree;
|
|
317
507
|
}
|
|
318
508
|
export declare namespace _T_Schema {
|
|
319
509
|
namespace CONTEXT {
|
|
@@ -321,11 +511,10 @@ export declare namespace _T_Schema {
|
|
|
321
511
|
}
|
|
322
512
|
type CONTEXT<F_Source> = _i_unresolved._T_Schema<F_Source>;
|
|
323
513
|
namespace PARAMS {
|
|
324
|
-
namespace location_2_string {
|
|
325
|
-
type Source<F_Source> = F_Source;
|
|
326
|
-
}
|
|
327
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
328
514
|
namespace parameters {
|
|
515
|
+
namespace values {
|
|
516
|
+
}
|
|
517
|
+
type values<F_Source> = null;
|
|
329
518
|
namespace lookups {
|
|
330
519
|
namespace sibling_schemas {
|
|
331
520
|
namespace T {
|
|
@@ -337,133 +526,183 @@ export declare namespace _T_Schema {
|
|
|
337
526
|
type lookups<F_Source> = {
|
|
338
527
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
339
528
|
};
|
|
340
|
-
namespace values {
|
|
341
|
-
}
|
|
342
|
-
type values<F_Source> = null;
|
|
343
529
|
}
|
|
344
530
|
type parameters<F_Source> = {
|
|
531
|
+
readonly 'values': null;
|
|
345
532
|
readonly 'lookups': {
|
|
346
533
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
347
534
|
};
|
|
348
|
-
readonly 'values': null;
|
|
349
535
|
};
|
|
536
|
+
namespace location_2_string {
|
|
537
|
+
type Source<F_Source> = F_Source;
|
|
538
|
+
}
|
|
539
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
350
540
|
}
|
|
351
541
|
namespace RESULT {
|
|
352
542
|
}
|
|
353
543
|
type RESULT<F_Source> = _i_resolved._T_Schema;
|
|
354
544
|
}
|
|
355
|
-
export declare namespace
|
|
545
|
+
export declare namespace _T_Imports {
|
|
356
546
|
namespace CONTEXT {
|
|
357
547
|
type Source<F_Source> = F_Source;
|
|
358
548
|
}
|
|
359
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
549
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Imports<F_Source>;
|
|
360
550
|
namespace PARAMS {
|
|
361
|
-
namespace location_2_string {
|
|
362
|
-
type Source<F_Source> = F_Source;
|
|
363
|
-
}
|
|
364
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
365
551
|
namespace parameters {
|
|
552
|
+
namespace values {
|
|
553
|
+
}
|
|
554
|
+
type values<F_Source> = null;
|
|
366
555
|
namespace lookups {
|
|
367
556
|
namespace sibling_schemas {
|
|
368
557
|
namespace T {
|
|
369
558
|
}
|
|
370
559
|
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
371
560
|
}
|
|
372
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
561
|
+
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
562
|
+
}
|
|
563
|
+
type lookups<F_Source> = {
|
|
564
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
565
|
+
};
|
|
566
|
+
}
|
|
567
|
+
type parameters<F_Source> = {
|
|
568
|
+
readonly 'values': null;
|
|
569
|
+
readonly 'lookups': {
|
|
570
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
namespace location_2_string {
|
|
574
|
+
type Source<F_Source> = F_Source;
|
|
575
|
+
}
|
|
576
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
577
|
+
}
|
|
578
|
+
namespace RESULT {
|
|
579
|
+
}
|
|
580
|
+
type RESULT<F_Source> = _i_resolved._T_Imports;
|
|
581
|
+
}
|
|
582
|
+
export declare namespace _T_Types {
|
|
583
|
+
namespace CONTEXT {
|
|
584
|
+
type Source<F_Source> = F_Source;
|
|
585
|
+
}
|
|
586
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Types<F_Source>;
|
|
587
|
+
namespace PARAMS {
|
|
588
|
+
namespace parameters {
|
|
589
|
+
namespace values {
|
|
590
|
+
namespace globals {
|
|
591
|
+
namespace O {
|
|
592
|
+
}
|
|
593
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
594
|
+
}
|
|
595
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
596
|
+
namespace imports {
|
|
597
|
+
namespace O {
|
|
598
|
+
}
|
|
599
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
600
|
+
}
|
|
601
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
373
602
|
}
|
|
374
|
-
type
|
|
375
|
-
readonly '
|
|
603
|
+
type values<F_Source> = {
|
|
604
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
605
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
376
606
|
};
|
|
377
|
-
namespace
|
|
607
|
+
namespace lookups {
|
|
378
608
|
}
|
|
379
|
-
type
|
|
609
|
+
type lookups<F_Source> = null;
|
|
380
610
|
}
|
|
381
611
|
type parameters<F_Source> = {
|
|
382
|
-
readonly '
|
|
383
|
-
readonly '
|
|
612
|
+
readonly 'values': {
|
|
613
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
614
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
384
615
|
};
|
|
385
|
-
readonly '
|
|
616
|
+
readonly 'lookups': null;
|
|
386
617
|
};
|
|
618
|
+
namespace location_2_string {
|
|
619
|
+
type Source<F_Source> = F_Source;
|
|
620
|
+
}
|
|
621
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
387
622
|
}
|
|
388
623
|
namespace RESULT {
|
|
389
624
|
}
|
|
390
|
-
type RESULT<F_Source> = _i_resolved.
|
|
625
|
+
type RESULT<F_Source> = _i_resolved._T_Types;
|
|
391
626
|
}
|
|
392
|
-
export declare namespace
|
|
627
|
+
export declare namespace Text_Type {
|
|
393
628
|
namespace CONTEXT {
|
|
394
629
|
type Source<F_Source> = F_Source;
|
|
395
630
|
}
|
|
396
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
631
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Text_Type<F_Source>;
|
|
397
632
|
namespace PARAMS {
|
|
398
|
-
namespace location_2_string {
|
|
399
|
-
type Source<F_Source> = F_Source;
|
|
400
|
-
}
|
|
401
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
402
633
|
namespace parameters {
|
|
403
|
-
namespace lookups {
|
|
404
|
-
namespace sibling_schemas {
|
|
405
|
-
namespace T {
|
|
406
|
-
}
|
|
407
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
408
|
-
}
|
|
409
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
410
|
-
}
|
|
411
|
-
type lookups<F_Source> = {
|
|
412
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
413
|
-
};
|
|
414
634
|
namespace values {
|
|
415
635
|
}
|
|
416
636
|
type values<F_Source> = null;
|
|
637
|
+
namespace lookups {
|
|
638
|
+
}
|
|
639
|
+
type lookups<F_Source> = null;
|
|
417
640
|
}
|
|
418
641
|
type parameters<F_Source> = {
|
|
419
|
-
readonly 'lookups': {
|
|
420
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
421
|
-
};
|
|
422
642
|
readonly 'values': null;
|
|
643
|
+
readonly 'lookups': null;
|
|
423
644
|
};
|
|
645
|
+
namespace location_2_string {
|
|
646
|
+
type Source<F_Source> = F_Source;
|
|
647
|
+
}
|
|
648
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
424
649
|
}
|
|
425
650
|
namespace RESULT {
|
|
426
651
|
}
|
|
427
|
-
type RESULT<F_Source> = _i_resolved.
|
|
652
|
+
type RESULT<F_Source> = _i_resolved._T_Text_Type;
|
|
428
653
|
}
|
|
429
|
-
export declare namespace
|
|
654
|
+
export declare namespace Globals {
|
|
430
655
|
namespace CONTEXT {
|
|
431
656
|
type Source<F_Source> = F_Source;
|
|
432
657
|
}
|
|
433
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
658
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Globals<F_Source>;
|
|
434
659
|
namespace PARAMS {
|
|
435
|
-
namespace location_2_string {
|
|
436
|
-
type Source<F_Source> = F_Source;
|
|
437
|
-
}
|
|
438
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
439
660
|
namespace parameters {
|
|
440
|
-
namespace lookups {
|
|
441
|
-
}
|
|
442
|
-
type lookups<F_Source> = null;
|
|
443
661
|
namespace values {
|
|
444
662
|
}
|
|
445
663
|
type values<F_Source> = null;
|
|
664
|
+
namespace lookups {
|
|
665
|
+
}
|
|
666
|
+
type lookups<F_Source> = null;
|
|
446
667
|
}
|
|
447
668
|
type parameters<F_Source> = {
|
|
448
|
-
readonly 'lookups': null;
|
|
449
669
|
readonly 'values': null;
|
|
670
|
+
readonly 'lookups': null;
|
|
450
671
|
};
|
|
672
|
+
namespace location_2_string {
|
|
673
|
+
type Source<F_Source> = F_Source;
|
|
674
|
+
}
|
|
675
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
451
676
|
}
|
|
452
677
|
namespace RESULT {
|
|
453
678
|
}
|
|
454
|
-
type RESULT<F_Source> = _i_resolved.
|
|
679
|
+
type RESULT<F_Source> = _i_resolved._T_Globals;
|
|
455
680
|
}
|
|
456
|
-
export declare namespace
|
|
681
|
+
export declare namespace Group {
|
|
457
682
|
namespace CONTEXT {
|
|
458
683
|
type Source<F_Source> = F_Source;
|
|
459
684
|
}
|
|
460
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
685
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Group<F_Source>;
|
|
461
686
|
namespace PARAMS {
|
|
462
|
-
namespace location_2_string {
|
|
463
|
-
type Source<F_Source> = F_Source;
|
|
464
|
-
}
|
|
465
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
466
687
|
namespace parameters {
|
|
688
|
+
namespace values {
|
|
689
|
+
namespace globals {
|
|
690
|
+
namespace O {
|
|
691
|
+
}
|
|
692
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
693
|
+
}
|
|
694
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
695
|
+
namespace imports {
|
|
696
|
+
namespace O {
|
|
697
|
+
}
|
|
698
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
699
|
+
}
|
|
700
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
701
|
+
}
|
|
702
|
+
type values<F_Source> = {
|
|
703
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
704
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
705
|
+
};
|
|
467
706
|
namespace lookups {
|
|
468
707
|
namespace noncircular_sibling_types {
|
|
469
708
|
namespace T {
|
|
@@ -482,51 +721,51 @@ export declare namespace _T_Type {
|
|
|
482
721
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
483
722
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
484
723
|
};
|
|
485
|
-
namespace values {
|
|
486
|
-
namespace globals {
|
|
487
|
-
namespace O {
|
|
488
|
-
}
|
|
489
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
490
|
-
}
|
|
491
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
492
|
-
namespace imports {
|
|
493
|
-
namespace O {
|
|
494
|
-
}
|
|
495
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
496
|
-
}
|
|
497
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
498
|
-
}
|
|
499
|
-
type values<F_Source> = {
|
|
500
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
501
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
502
|
-
};
|
|
503
724
|
}
|
|
504
725
|
type parameters<F_Source> = {
|
|
726
|
+
readonly 'values': {
|
|
727
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
728
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
729
|
+
};
|
|
505
730
|
readonly 'lookups': {
|
|
506
731
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
507
732
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
508
733
|
};
|
|
509
|
-
readonly 'values': {
|
|
510
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
511
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
512
|
-
};
|
|
513
734
|
};
|
|
735
|
+
namespace location_2_string {
|
|
736
|
+
type Source<F_Source> = F_Source;
|
|
737
|
+
}
|
|
738
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
514
739
|
}
|
|
515
740
|
namespace RESULT {
|
|
516
741
|
}
|
|
517
|
-
type RESULT<F_Source> = _i_resolved.
|
|
742
|
+
type RESULT<F_Source> = _i_resolved._T_Group;
|
|
518
743
|
}
|
|
519
|
-
export declare namespace
|
|
744
|
+
export declare namespace Dictionary {
|
|
520
745
|
namespace CONTEXT {
|
|
521
746
|
type Source<F_Source> = F_Source;
|
|
522
747
|
}
|
|
523
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
748
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Dictionary<F_Source>;
|
|
524
749
|
namespace PARAMS {
|
|
525
|
-
namespace location_2_string {
|
|
526
|
-
type Source<F_Source> = F_Source;
|
|
527
|
-
}
|
|
528
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
529
750
|
namespace parameters {
|
|
751
|
+
namespace values {
|
|
752
|
+
namespace globals {
|
|
753
|
+
namespace O {
|
|
754
|
+
}
|
|
755
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
756
|
+
}
|
|
757
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
758
|
+
namespace imports {
|
|
759
|
+
namespace O {
|
|
760
|
+
}
|
|
761
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
762
|
+
}
|
|
763
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
764
|
+
}
|
|
765
|
+
type values<F_Source> = {
|
|
766
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
767
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
768
|
+
};
|
|
530
769
|
namespace lookups {
|
|
531
770
|
namespace noncircular_sibling_types {
|
|
532
771
|
namespace T {
|
|
@@ -545,96 +784,51 @@ export declare namespace _T_Type_Node {
|
|
|
545
784
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
546
785
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
547
786
|
};
|
|
548
|
-
namespace values {
|
|
549
|
-
namespace globals {
|
|
550
|
-
namespace O {
|
|
551
|
-
}
|
|
552
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
553
|
-
}
|
|
554
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
555
|
-
namespace imports {
|
|
556
|
-
namespace O {
|
|
557
|
-
}
|
|
558
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
559
|
-
}
|
|
560
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
561
|
-
}
|
|
562
|
-
type values<F_Source> = {
|
|
563
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
564
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
565
|
-
};
|
|
566
787
|
}
|
|
567
788
|
type parameters<F_Source> = {
|
|
789
|
+
readonly 'values': {
|
|
790
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
791
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
792
|
+
};
|
|
568
793
|
readonly 'lookups': {
|
|
569
794
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
570
795
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
571
796
|
};
|
|
572
|
-
readonly 'values': {
|
|
573
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
574
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
575
|
-
};
|
|
576
797
|
};
|
|
798
|
+
namespace location_2_string {
|
|
799
|
+
type Source<F_Source> = F_Source;
|
|
800
|
+
}
|
|
801
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
577
802
|
}
|
|
578
803
|
namespace RESULT {
|
|
579
804
|
}
|
|
580
|
-
type RESULT<F_Source> = _i_resolved.
|
|
805
|
+
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
581
806
|
}
|
|
582
|
-
export declare namespace
|
|
807
|
+
export declare namespace Type_Node {
|
|
583
808
|
namespace CONTEXT {
|
|
584
809
|
type Source<F_Source> = F_Source;
|
|
585
810
|
}
|
|
586
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
811
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Type_Node<F_Source>;
|
|
587
812
|
namespace PARAMS {
|
|
588
|
-
namespace location_2_string {
|
|
589
|
-
type Source<F_Source> = F_Source;
|
|
590
|
-
}
|
|
591
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
592
813
|
namespace parameters {
|
|
593
|
-
namespace lookups {
|
|
594
|
-
}
|
|
595
|
-
type lookups<F_Source> = null;
|
|
596
814
|
namespace values {
|
|
597
815
|
namespace globals {
|
|
598
816
|
namespace O {
|
|
599
817
|
}
|
|
600
818
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
601
819
|
}
|
|
602
|
-
type globals<F_Source> =
|
|
820
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
603
821
|
namespace imports {
|
|
604
822
|
namespace O {
|
|
605
823
|
}
|
|
606
824
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
607
825
|
}
|
|
608
|
-
type imports<F_Source> =
|
|
826
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
609
827
|
}
|
|
610
828
|
type values<F_Source> = {
|
|
611
|
-
readonly 'globals':
|
|
612
|
-
readonly 'imports':
|
|
829
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
830
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
613
831
|
};
|
|
614
|
-
}
|
|
615
|
-
type parameters<F_Source> = {
|
|
616
|
-
readonly 'lookups': null;
|
|
617
|
-
readonly 'values': {
|
|
618
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
619
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
}
|
|
623
|
-
namespace RESULT {
|
|
624
|
-
}
|
|
625
|
-
type RESULT<F_Source> = _i_resolved._T_Types;
|
|
626
|
-
}
|
|
627
|
-
export declare namespace Dictionary {
|
|
628
|
-
namespace CONTEXT {
|
|
629
|
-
type Source<F_Source> = F_Source;
|
|
630
|
-
}
|
|
631
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Dictionary<F_Source>;
|
|
632
|
-
namespace PARAMS {
|
|
633
|
-
namespace location_2_string {
|
|
634
|
-
type Source<F_Source> = F_Source;
|
|
635
|
-
}
|
|
636
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
637
|
-
namespace parameters {
|
|
638
832
|
namespace lookups {
|
|
639
833
|
namespace noncircular_sibling_types {
|
|
640
834
|
namespace T {
|
|
@@ -653,78 +847,51 @@ export declare namespace Dictionary {
|
|
|
653
847
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
654
848
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
655
849
|
};
|
|
656
|
-
namespace values {
|
|
657
|
-
namespace globals {
|
|
658
|
-
namespace O {
|
|
659
|
-
}
|
|
660
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
661
|
-
}
|
|
662
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
663
|
-
namespace imports {
|
|
664
|
-
namespace O {
|
|
665
|
-
}
|
|
666
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
667
|
-
}
|
|
668
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
669
|
-
}
|
|
670
|
-
type values<F_Source> = {
|
|
671
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
672
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
673
|
-
};
|
|
674
850
|
}
|
|
675
851
|
type parameters<F_Source> = {
|
|
852
|
+
readonly 'values': {
|
|
853
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
854
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
855
|
+
};
|
|
676
856
|
readonly 'lookups': {
|
|
677
857
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
678
858
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
679
859
|
};
|
|
680
|
-
readonly 'values': {
|
|
681
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
682
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
683
|
-
};
|
|
684
860
|
};
|
|
685
|
-
}
|
|
686
|
-
namespace RESULT {
|
|
687
|
-
}
|
|
688
|
-
type RESULT<F_Source> = _i_resolved._T_Dictionary;
|
|
689
|
-
}
|
|
690
|
-
export declare namespace Globals {
|
|
691
|
-
namespace CONTEXT {
|
|
692
|
-
type Source<F_Source> = F_Source;
|
|
693
|
-
}
|
|
694
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Globals<F_Source>;
|
|
695
|
-
namespace PARAMS {
|
|
696
861
|
namespace location_2_string {
|
|
697
862
|
type Source<F_Source> = F_Source;
|
|
698
863
|
}
|
|
699
864
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
700
|
-
namespace parameters {
|
|
701
|
-
namespace lookups {
|
|
702
|
-
}
|
|
703
|
-
type lookups<F_Source> = null;
|
|
704
|
-
namespace values {
|
|
705
|
-
}
|
|
706
|
-
type values<F_Source> = null;
|
|
707
|
-
}
|
|
708
|
-
type parameters<F_Source> = {
|
|
709
|
-
readonly 'lookups': null;
|
|
710
|
-
readonly 'values': null;
|
|
711
|
-
};
|
|
712
865
|
}
|
|
713
866
|
namespace RESULT {
|
|
714
867
|
}
|
|
715
|
-
type RESULT<F_Source> = _i_resolved.
|
|
868
|
+
type RESULT<F_Source> = _i_resolved._T_Type_Node;
|
|
716
869
|
}
|
|
717
|
-
export declare namespace
|
|
870
|
+
export declare namespace Type {
|
|
718
871
|
namespace CONTEXT {
|
|
719
872
|
type Source<F_Source> = F_Source;
|
|
720
873
|
}
|
|
721
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
874
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Type<F_Source>;
|
|
722
875
|
namespace PARAMS {
|
|
723
|
-
namespace location_2_string {
|
|
724
|
-
type Source<F_Source> = F_Source;
|
|
725
|
-
}
|
|
726
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
727
876
|
namespace parameters {
|
|
877
|
+
namespace values {
|
|
878
|
+
namespace globals {
|
|
879
|
+
namespace O {
|
|
880
|
+
}
|
|
881
|
+
type O<F_Source> = _i_resolved._T_Globals;
|
|
882
|
+
}
|
|
883
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
884
|
+
namespace imports {
|
|
885
|
+
namespace O {
|
|
886
|
+
}
|
|
887
|
+
type O<F_Source> = _i_resolved._T_Imports;
|
|
888
|
+
}
|
|
889
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
890
|
+
}
|
|
891
|
+
type values<F_Source> = {
|
|
892
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
893
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
894
|
+
};
|
|
728
895
|
namespace lookups {
|
|
729
896
|
namespace noncircular_sibling_types {
|
|
730
897
|
namespace T {
|
|
@@ -743,88 +910,36 @@ export declare namespace Group {
|
|
|
743
910
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
744
911
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
745
912
|
};
|
|
746
|
-
namespace values {
|
|
747
|
-
namespace globals {
|
|
748
|
-
namespace O {
|
|
749
|
-
}
|
|
750
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
751
|
-
}
|
|
752
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
753
|
-
namespace imports {
|
|
754
|
-
namespace O {
|
|
755
|
-
}
|
|
756
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
757
|
-
}
|
|
758
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
759
|
-
}
|
|
760
|
-
type values<F_Source> = {
|
|
761
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
762
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
763
|
-
};
|
|
764
913
|
}
|
|
765
914
|
type parameters<F_Source> = {
|
|
915
|
+
readonly 'values': {
|
|
916
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
917
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
918
|
+
};
|
|
766
919
|
readonly 'lookups': {
|
|
767
920
|
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
768
921
|
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
769
922
|
};
|
|
770
|
-
readonly 'values': {
|
|
771
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
772
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
773
|
-
};
|
|
774
923
|
};
|
|
775
|
-
}
|
|
776
|
-
namespace RESULT {
|
|
777
|
-
}
|
|
778
|
-
type RESULT<F_Source> = _i_resolved._T_Group;
|
|
779
|
-
}
|
|
780
|
-
export declare namespace Imports {
|
|
781
|
-
namespace CONTEXT {
|
|
782
|
-
type Source<F_Source> = F_Source;
|
|
783
|
-
}
|
|
784
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Imports<F_Source>;
|
|
785
|
-
namespace PARAMS {
|
|
786
924
|
namespace location_2_string {
|
|
787
925
|
type Source<F_Source> = F_Source;
|
|
788
926
|
}
|
|
789
927
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
790
|
-
namespace parameters {
|
|
791
|
-
namespace lookups {
|
|
792
|
-
namespace sibling_schemas {
|
|
793
|
-
namespace T {
|
|
794
|
-
}
|
|
795
|
-
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
796
|
-
}
|
|
797
|
-
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
798
|
-
}
|
|
799
|
-
type lookups<F_Source> = {
|
|
800
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
801
|
-
};
|
|
802
|
-
namespace values {
|
|
803
|
-
}
|
|
804
|
-
type values<F_Source> = null;
|
|
805
|
-
}
|
|
806
|
-
type parameters<F_Source> = {
|
|
807
|
-
readonly 'lookups': {
|
|
808
|
-
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
809
|
-
};
|
|
810
|
-
readonly 'values': null;
|
|
811
|
-
};
|
|
812
928
|
}
|
|
813
929
|
namespace RESULT {
|
|
814
930
|
}
|
|
815
|
-
type RESULT<F_Source> = _i_resolved.
|
|
931
|
+
type RESULT<F_Source> = _i_resolved._T_Type;
|
|
816
932
|
}
|
|
817
|
-
export declare namespace
|
|
933
|
+
export declare namespace Schemas {
|
|
818
934
|
namespace CONTEXT {
|
|
819
935
|
type Source<F_Source> = F_Source;
|
|
820
936
|
}
|
|
821
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
937
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Schemas<F_Source>;
|
|
822
938
|
namespace PARAMS {
|
|
823
|
-
namespace location_2_string {
|
|
824
|
-
type Source<F_Source> = F_Source;
|
|
825
|
-
}
|
|
826
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
827
939
|
namespace parameters {
|
|
940
|
+
namespace values {
|
|
941
|
+
}
|
|
942
|
+
type values<F_Source> = null;
|
|
828
943
|
namespace lookups {
|
|
829
944
|
namespace sibling_schemas {
|
|
830
945
|
namespace T {
|
|
@@ -836,20 +951,21 @@ export declare namespace Schema {
|
|
|
836
951
|
type lookups<F_Source> = {
|
|
837
952
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
838
953
|
};
|
|
839
|
-
namespace values {
|
|
840
|
-
}
|
|
841
|
-
type values<F_Source> = null;
|
|
842
954
|
}
|
|
843
955
|
type parameters<F_Source> = {
|
|
956
|
+
readonly 'values': null;
|
|
844
957
|
readonly 'lookups': {
|
|
845
958
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
846
959
|
};
|
|
847
|
-
readonly 'values': null;
|
|
848
960
|
};
|
|
961
|
+
namespace location_2_string {
|
|
962
|
+
type Source<F_Source> = F_Source;
|
|
963
|
+
}
|
|
964
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
849
965
|
}
|
|
850
966
|
namespace RESULT {
|
|
851
967
|
}
|
|
852
|
-
type RESULT<F_Source> = _i_resolved.
|
|
968
|
+
type RESULT<F_Source> = _i_resolved._T_Schemas;
|
|
853
969
|
}
|
|
854
970
|
export declare namespace Schema_Tree {
|
|
855
971
|
namespace CONTEXT {
|
|
@@ -857,11 +973,10 @@ export declare namespace Schema_Tree {
|
|
|
857
973
|
}
|
|
858
974
|
type CONTEXT<F_Source> = _i_unresolved._T_Schema_Tree<F_Source>;
|
|
859
975
|
namespace PARAMS {
|
|
860
|
-
namespace location_2_string {
|
|
861
|
-
type Source<F_Source> = F_Source;
|
|
862
|
-
}
|
|
863
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
864
976
|
namespace parameters {
|
|
977
|
+
namespace values {
|
|
978
|
+
}
|
|
979
|
+
type values<F_Source> = null;
|
|
865
980
|
namespace lookups {
|
|
866
981
|
namespace sibling_schemas {
|
|
867
982
|
namespace T {
|
|
@@ -873,32 +988,32 @@ export declare namespace Schema_Tree {
|
|
|
873
988
|
type lookups<F_Source> = {
|
|
874
989
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
875
990
|
};
|
|
876
|
-
namespace values {
|
|
877
|
-
}
|
|
878
|
-
type values<F_Source> = null;
|
|
879
991
|
}
|
|
880
992
|
type parameters<F_Source> = {
|
|
993
|
+
readonly 'values': null;
|
|
881
994
|
readonly 'lookups': {
|
|
882
995
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
883
996
|
};
|
|
884
|
-
readonly 'values': null;
|
|
885
997
|
};
|
|
998
|
+
namespace location_2_string {
|
|
999
|
+
type Source<F_Source> = F_Source;
|
|
1000
|
+
}
|
|
1001
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
886
1002
|
}
|
|
887
1003
|
namespace RESULT {
|
|
888
1004
|
}
|
|
889
1005
|
type RESULT<F_Source> = _i_resolved._T_Schema_Tree;
|
|
890
1006
|
}
|
|
891
|
-
export declare namespace
|
|
1007
|
+
export declare namespace Schema {
|
|
892
1008
|
namespace CONTEXT {
|
|
893
1009
|
type Source<F_Source> = F_Source;
|
|
894
1010
|
}
|
|
895
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
1011
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Schema<F_Source>;
|
|
896
1012
|
namespace PARAMS {
|
|
897
|
-
namespace location_2_string {
|
|
898
|
-
type Source<F_Source> = F_Source;
|
|
899
|
-
}
|
|
900
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
901
1013
|
namespace parameters {
|
|
1014
|
+
namespace values {
|
|
1015
|
+
}
|
|
1016
|
+
type values<F_Source> = null;
|
|
902
1017
|
namespace lookups {
|
|
903
1018
|
namespace sibling_schemas {
|
|
904
1019
|
namespace T {
|
|
@@ -910,173 +1025,58 @@ export declare namespace Schemas {
|
|
|
910
1025
|
type lookups<F_Source> = {
|
|
911
1026
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
912
1027
|
};
|
|
913
|
-
namespace values {
|
|
914
|
-
}
|
|
915
|
-
type values<F_Source> = null;
|
|
916
1028
|
}
|
|
917
1029
|
type parameters<F_Source> = {
|
|
1030
|
+
readonly 'values': null;
|
|
918
1031
|
readonly 'lookups': {
|
|
919
1032
|
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
920
1033
|
};
|
|
921
|
-
readonly 'values': null;
|
|
922
1034
|
};
|
|
923
|
-
}
|
|
924
|
-
namespace RESULT {
|
|
925
|
-
}
|
|
926
|
-
type RESULT<F_Source> = _i_resolved._T_Schemas;
|
|
927
|
-
}
|
|
928
|
-
export declare namespace Text_Type {
|
|
929
|
-
namespace CONTEXT {
|
|
930
|
-
type Source<F_Source> = F_Source;
|
|
931
|
-
}
|
|
932
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Text_Type<F_Source>;
|
|
933
|
-
namespace PARAMS {
|
|
934
1035
|
namespace location_2_string {
|
|
935
1036
|
type Source<F_Source> = F_Source;
|
|
936
1037
|
}
|
|
937
1038
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
938
|
-
namespace parameters {
|
|
939
|
-
namespace lookups {
|
|
940
|
-
}
|
|
941
|
-
type lookups<F_Source> = null;
|
|
942
|
-
namespace values {
|
|
943
|
-
}
|
|
944
|
-
type values<F_Source> = null;
|
|
945
|
-
}
|
|
946
|
-
type parameters<F_Source> = {
|
|
947
|
-
readonly 'lookups': null;
|
|
948
|
-
readonly 'values': null;
|
|
949
|
-
};
|
|
950
1039
|
}
|
|
951
1040
|
namespace RESULT {
|
|
952
1041
|
}
|
|
953
|
-
type RESULT<F_Source> = _i_resolved.
|
|
1042
|
+
type RESULT<F_Source> = _i_resolved._T_Schema;
|
|
954
1043
|
}
|
|
955
|
-
export declare namespace
|
|
1044
|
+
export declare namespace Imports {
|
|
956
1045
|
namespace CONTEXT {
|
|
957
1046
|
type Source<F_Source> = F_Source;
|
|
958
1047
|
}
|
|
959
|
-
type CONTEXT<F_Source> = _i_unresolved.
|
|
1048
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Imports<F_Source>;
|
|
960
1049
|
namespace PARAMS {
|
|
961
|
-
namespace location_2_string {
|
|
962
|
-
type Source<F_Source> = F_Source;
|
|
963
|
-
}
|
|
964
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
965
1050
|
namespace parameters {
|
|
1051
|
+
namespace values {
|
|
1052
|
+
}
|
|
1053
|
+
type values<F_Source> = null;
|
|
966
1054
|
namespace lookups {
|
|
967
|
-
namespace
|
|
968
|
-
namespace T {
|
|
969
|
-
}
|
|
970
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
971
|
-
}
|
|
972
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
973
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
1055
|
+
namespace sibling_schemas {
|
|
974
1056
|
namespace T {
|
|
975
1057
|
}
|
|
976
|
-
type T<F_Source> = _i_resolved.
|
|
1058
|
+
type T<F_Source> = _i_resolved._T_Schemas.D;
|
|
977
1059
|
}
|
|
978
|
-
type
|
|
1060
|
+
type sibling_schemas<F_Source> = _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
979
1061
|
}
|
|
980
1062
|
type lookups<F_Source> = {
|
|
981
|
-
readonly '
|
|
982
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
983
|
-
};
|
|
984
|
-
namespace values {
|
|
985
|
-
namespace globals {
|
|
986
|
-
namespace O {
|
|
987
|
-
}
|
|
988
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
989
|
-
}
|
|
990
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
991
|
-
namespace imports {
|
|
992
|
-
namespace O {
|
|
993
|
-
}
|
|
994
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
995
|
-
}
|
|
996
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
997
|
-
}
|
|
998
|
-
type values<F_Source> = {
|
|
999
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1000
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1063
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1001
1064
|
};
|
|
1002
1065
|
}
|
|
1003
1066
|
type parameters<F_Source> = {
|
|
1067
|
+
readonly 'values': null;
|
|
1004
1068
|
readonly 'lookups': {
|
|
1005
|
-
readonly '
|
|
1006
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1007
|
-
};
|
|
1008
|
-
readonly 'values': {
|
|
1009
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1010
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1069
|
+
readonly 'sibling schemas': _i_resolve._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1011
1070
|
};
|
|
1012
1071
|
};
|
|
1013
|
-
}
|
|
1014
|
-
namespace RESULT {
|
|
1015
|
-
}
|
|
1016
|
-
type RESULT<F_Source> = _i_resolved._T_Type;
|
|
1017
|
-
}
|
|
1018
|
-
export declare namespace Type_Node {
|
|
1019
|
-
namespace CONTEXT {
|
|
1020
|
-
type Source<F_Source> = F_Source;
|
|
1021
|
-
}
|
|
1022
|
-
type CONTEXT<F_Source> = _i_unresolved._T_Type_Node<F_Source>;
|
|
1023
|
-
namespace PARAMS {
|
|
1024
1072
|
namespace location_2_string {
|
|
1025
1073
|
type Source<F_Source> = F_Source;
|
|
1026
1074
|
}
|
|
1027
1075
|
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1028
|
-
namespace parameters {
|
|
1029
|
-
namespace lookups {
|
|
1030
|
-
namespace noncircular_sibling_types {
|
|
1031
|
-
namespace T {
|
|
1032
|
-
}
|
|
1033
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
1034
|
-
}
|
|
1035
|
-
type noncircular_sibling_types<F_Source> = _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1036
|
-
namespace possibly_circular_dependent_sibling_types {
|
|
1037
|
-
namespace T {
|
|
1038
|
-
}
|
|
1039
|
-
type T<F_Source> = _i_resolved._T_Types.D;
|
|
1040
|
-
}
|
|
1041
|
-
type possibly_circular_dependent_sibling_types<F_Source> = _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1042
|
-
}
|
|
1043
|
-
type lookups<F_Source> = {
|
|
1044
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1045
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1046
|
-
};
|
|
1047
|
-
namespace values {
|
|
1048
|
-
namespace globals {
|
|
1049
|
-
namespace O {
|
|
1050
|
-
}
|
|
1051
|
-
type O<F_Source> = _i_resolved._T_Globals;
|
|
1052
|
-
}
|
|
1053
|
-
type globals<F_Source> = _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1054
|
-
namespace imports {
|
|
1055
|
-
namespace O {
|
|
1056
|
-
}
|
|
1057
|
-
type O<F_Source> = _i_resolved._T_Imports;
|
|
1058
|
-
}
|
|
1059
|
-
type imports<F_Source> = _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1060
|
-
}
|
|
1061
|
-
type values<F_Source> = {
|
|
1062
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1063
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1064
|
-
};
|
|
1065
|
-
}
|
|
1066
|
-
type parameters<F_Source> = {
|
|
1067
|
-
readonly 'lookups': {
|
|
1068
|
-
readonly 'noncircular sibling types': _i_resolve._T_Acyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1069
|
-
readonly 'possibly circular dependent sibling types': _i_resolve._T_Cyclic_Lookup<_i_resolved._T_Types.D>;
|
|
1070
|
-
};
|
|
1071
|
-
readonly 'values': {
|
|
1072
|
-
readonly 'globals': _et.Optional_Value<_i_resolved._T_Globals>;
|
|
1073
|
-
readonly 'imports': _et.Optional_Value<_i_resolved._T_Imports>;
|
|
1074
|
-
};
|
|
1075
|
-
};
|
|
1076
1076
|
}
|
|
1077
1077
|
namespace RESULT {
|
|
1078
1078
|
}
|
|
1079
|
-
type RESULT<F_Source> = _i_resolved.
|
|
1079
|
+
type RESULT<F_Source> = _i_resolved._T_Imports;
|
|
1080
1080
|
}
|
|
1081
1081
|
export declare namespace Types {
|
|
1082
1082
|
namespace CONTEXT {
|
|
@@ -1084,40 +1084,40 @@ export declare namespace Types {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
type CONTEXT<F_Source> = _i_unresolved._T_Types<F_Source>;
|
|
1086
1086
|
namespace PARAMS {
|
|
1087
|
-
namespace location_2_string {
|
|
1088
|
-
type Source<F_Source> = F_Source;
|
|
1089
|
-
}
|
|
1090
|
-
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1091
1087
|
namespace parameters {
|
|
1092
|
-
namespace lookups {
|
|
1093
|
-
}
|
|
1094
|
-
type lookups<F_Source> = null;
|
|
1095
1088
|
namespace values {
|
|
1096
1089
|
namespace globals {
|
|
1097
1090
|
namespace O {
|
|
1098
1091
|
}
|
|
1099
1092
|
type O<F_Source> = _i_resolved._T_Globals;
|
|
1100
1093
|
}
|
|
1101
|
-
type globals<F_Source> =
|
|
1094
|
+
type globals<F_Source> = _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1102
1095
|
namespace imports {
|
|
1103
1096
|
namespace O {
|
|
1104
1097
|
}
|
|
1105
1098
|
type O<F_Source> = _i_resolved._T_Imports;
|
|
1106
1099
|
}
|
|
1107
|
-
type imports<F_Source> =
|
|
1100
|
+
type imports<F_Source> = _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1108
1101
|
}
|
|
1109
1102
|
type values<F_Source> = {
|
|
1110
|
-
readonly 'globals':
|
|
1111
|
-
readonly 'imports':
|
|
1103
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1104
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1112
1105
|
};
|
|
1106
|
+
namespace lookups {
|
|
1107
|
+
}
|
|
1108
|
+
type lookups<F_Source> = null;
|
|
1113
1109
|
}
|
|
1114
1110
|
type parameters<F_Source> = {
|
|
1115
|
-
readonly 'lookups': null;
|
|
1116
1111
|
readonly 'values': {
|
|
1117
|
-
readonly 'globals':
|
|
1118
|
-
readonly 'imports':
|
|
1112
|
+
readonly 'globals': _pi.Optional_Value<_i_resolved._T_Globals>;
|
|
1113
|
+
readonly 'imports': _pi.Optional_Value<_i_resolved._T_Imports>;
|
|
1119
1114
|
};
|
|
1115
|
+
readonly 'lookups': null;
|
|
1120
1116
|
};
|
|
1117
|
+
namespace location_2_string {
|
|
1118
|
+
type Source<F_Source> = F_Source;
|
|
1119
|
+
}
|
|
1120
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
1121
1121
|
}
|
|
1122
1122
|
namespace RESULT {
|
|
1123
1123
|
}
|