pareto 0.76.7 → 0.76.9
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/generated/implementation/schemas/schema/resolve.d.ts +1 -0
- package/dist/generated/implementation/schemas/schema/resolve.js +68 -54
- package/dist/generated/interface/schemas/schema/migration_boilerplate.d.ts +24 -0
- package/dist/generated/interface/schemas/schema/resolve.d.ts +84 -0
- package/dist/generated/interface/schemas/schema/resolved.d.ts +56 -95
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +56 -95
- package/dist/resolvers/schema.js +1 -1
- package/dist/shorthands/schema.d.ts +3 -3
- package/dist/shorthands/schema.js +1 -1
- package/dist/transformations/schema/exupery_implementation/resolver.js +1 -1
- package/dist/transformations/schema/exupery_interface/main.js +19 -10
- package/dist/transformations/schema/exupery_interface/resolver.js +3 -3
- package/dist/transformations/schema/exupery_interface/serializer.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/serializer.js +51 -0
- package/package.json +5 -5
|
@@ -22,6 +22,7 @@ export type _T_Reference_To_Property_Constraint = ($$_: _i_in._T_Reference_To_Pr
|
|
|
22
22
|
export type _T_Relative_Value_Selection = ($$_: _i_in._T_Relative_Value_Selection, $$_p: null) => _i_out._T_Relative_Value_Selection<null>;
|
|
23
23
|
export type _T_Resolve_Logic = ($$_: _i_in._T_Resolve_Logic, $$_p: null) => _i_out._T_Resolve_Logic<null>;
|
|
24
24
|
export type _T_Resolvers = ($$_: _i_in._T_Resolvers, $$_p: null) => _i_out._T_Resolvers<null>;
|
|
25
|
+
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: null) => _i_out._T_Schema<null>;
|
|
25
26
|
export type _T_Schemas = ($$_: _i_in._T_Schemas, $$_p: null) => _i_out._T_Schemas<null>;
|
|
26
27
|
export type _T_Signature = ($$_: _i_in._T_Signature, $$_p: null) => _i_out._T_Signature<null>;
|
|
27
28
|
export type _T_Signature_Parameters = ($$_: _i_in._T_Signature_Parameters, $$_p: null) => _i_out._T_Signature_Parameters<null>;
|
|
@@ -55,6 +56,7 @@ export type Reference_To_Property_Constraint = _T_Reference_To_Property_Constrai
|
|
|
55
56
|
export type Relative_Value_Selection = _T_Relative_Value_Selection;
|
|
56
57
|
export type Resolve_Logic = _T_Resolve_Logic;
|
|
57
58
|
export type Resolvers = _T_Resolvers;
|
|
59
|
+
export type Schema = _T_Schema;
|
|
58
60
|
export type Schemas = _T_Schemas;
|
|
59
61
|
export type Signature = _T_Signature;
|
|
60
62
|
export type Signature_Parameters = _T_Signature_Parameters;
|
|
@@ -308,6 +310,17 @@ export declare namespace _T_Resolvers {
|
|
|
308
310
|
}
|
|
309
311
|
type RESULT = _i_out._T_Resolvers<null>;
|
|
310
312
|
}
|
|
313
|
+
export declare namespace _T_Schema {
|
|
314
|
+
namespace CONTEXT {
|
|
315
|
+
}
|
|
316
|
+
type CONTEXT = _i_in._T_Schema;
|
|
317
|
+
namespace PARAMS {
|
|
318
|
+
}
|
|
319
|
+
namespace RESULT {
|
|
320
|
+
type annotation = null;
|
|
321
|
+
}
|
|
322
|
+
type RESULT = _i_out._T_Schema<null>;
|
|
323
|
+
}
|
|
311
324
|
export declare namespace _T_Schemas {
|
|
312
325
|
namespace CONTEXT {
|
|
313
326
|
}
|
|
@@ -671,6 +684,17 @@ export declare namespace Resolvers {
|
|
|
671
684
|
}
|
|
672
685
|
type RESULT = _i_out._T_Resolvers<null>;
|
|
673
686
|
}
|
|
687
|
+
export declare namespace Schema {
|
|
688
|
+
namespace CONTEXT {
|
|
689
|
+
}
|
|
690
|
+
type CONTEXT = _i_in._T_Schema;
|
|
691
|
+
namespace PARAMS {
|
|
692
|
+
}
|
|
693
|
+
namespace RESULT {
|
|
694
|
+
type annotation = null;
|
|
695
|
+
}
|
|
696
|
+
type RESULT = _i_out._T_Schema<null>;
|
|
697
|
+
}
|
|
674
698
|
export declare namespace Schemas {
|
|
675
699
|
namespace CONTEXT {
|
|
676
700
|
}
|
|
@@ -305,6 +305,15 @@ export type _T_Resolvers<G_Source> = ($$_: _i_unresolved._T_Resolvers<G_Source>,
|
|
|
305
305
|
};
|
|
306
306
|
};
|
|
307
307
|
}) => _i_resolved._T_Resolvers;
|
|
308
|
+
export type _T_Schema<G_Source> = ($$_: _i_unresolved._T_Schema<G_Source>, $$_p: {
|
|
309
|
+
readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
|
|
310
|
+
readonly 'parameters': {
|
|
311
|
+
readonly 'lookups': {
|
|
312
|
+
readonly 'sibling schemas': _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
313
|
+
};
|
|
314
|
+
readonly 'values': null;
|
|
315
|
+
};
|
|
316
|
+
}) => _i_resolved._T_Schema;
|
|
308
317
|
export type _T_Schemas<G_Source> = ($$_: _i_unresolved._T_Schemas<G_Source>, $$_p: {
|
|
309
318
|
readonly 'location 2 string': _i_generic._T_Location_2_String<G_Source>;
|
|
310
319
|
readonly 'parameters': {
|
|
@@ -442,6 +451,7 @@ export type Reference_To_Property_Constraint<G_Source> = _T_Reference_To_Propert
|
|
|
442
451
|
export type Relative_Value_Selection<G_Source> = _T_Relative_Value_Selection<G_Source>;
|
|
443
452
|
export type Resolve_Logic<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
444
453
|
export type Resolvers<G_Source> = _T_Resolvers<G_Source>;
|
|
454
|
+
export type Schema<G_Source> = _T_Schema<G_Source>;
|
|
445
455
|
export type Schemas<G_Source> = _T_Schemas<G_Source>;
|
|
446
456
|
export type Signature<G_Source> = _T_Signature<G_Source>;
|
|
447
457
|
export type Signature_Parameters<G_Source> = _T_Signature_Parameters<G_Source>;
|
|
@@ -1933,6 +1943,43 @@ export declare namespace _T_Resolvers {
|
|
|
1933
1943
|
}
|
|
1934
1944
|
type RESULT<G_Source> = _i_resolved._T_Resolvers;
|
|
1935
1945
|
}
|
|
1946
|
+
export declare namespace _T_Schema {
|
|
1947
|
+
namespace CONTEXT {
|
|
1948
|
+
type Source<G_Source> = G_Source;
|
|
1949
|
+
}
|
|
1950
|
+
type CONTEXT<G_Source> = _i_unresolved._T_Schema<G_Source>;
|
|
1951
|
+
namespace PARAMS {
|
|
1952
|
+
namespace location_2_string {
|
|
1953
|
+
type Source<G_Source> = G_Source;
|
|
1954
|
+
}
|
|
1955
|
+
type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
|
|
1956
|
+
namespace parameters {
|
|
1957
|
+
namespace lookups {
|
|
1958
|
+
namespace sibling_schemas {
|
|
1959
|
+
namespace T {
|
|
1960
|
+
}
|
|
1961
|
+
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
1962
|
+
}
|
|
1963
|
+
type sibling_schemas<G_Source> = _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1964
|
+
}
|
|
1965
|
+
type lookups<G_Source> = {
|
|
1966
|
+
readonly 'sibling schemas': _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1967
|
+
};
|
|
1968
|
+
namespace values {
|
|
1969
|
+
}
|
|
1970
|
+
type values<G_Source> = null;
|
|
1971
|
+
}
|
|
1972
|
+
type parameters<G_Source> = {
|
|
1973
|
+
readonly 'lookups': {
|
|
1974
|
+
readonly 'sibling schemas': _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
1975
|
+
};
|
|
1976
|
+
readonly 'values': null;
|
|
1977
|
+
};
|
|
1978
|
+
}
|
|
1979
|
+
namespace RESULT {
|
|
1980
|
+
}
|
|
1981
|
+
type RESULT<G_Source> = _i_resolved._T_Schema;
|
|
1982
|
+
}
|
|
1936
1983
|
export declare namespace _T_Schemas {
|
|
1937
1984
|
namespace CONTEXT {
|
|
1938
1985
|
type Source<G_Source> = G_Source;
|
|
@@ -3906,6 +3953,43 @@ export declare namespace Resolvers {
|
|
|
3906
3953
|
}
|
|
3907
3954
|
type RESULT<G_Source> = _i_resolved._T_Resolvers;
|
|
3908
3955
|
}
|
|
3956
|
+
export declare namespace Schema {
|
|
3957
|
+
namespace CONTEXT {
|
|
3958
|
+
type Source<G_Source> = G_Source;
|
|
3959
|
+
}
|
|
3960
|
+
type CONTEXT<G_Source> = _i_unresolved._T_Schema<G_Source>;
|
|
3961
|
+
namespace PARAMS {
|
|
3962
|
+
namespace location_2_string {
|
|
3963
|
+
type Source<G_Source> = G_Source;
|
|
3964
|
+
}
|
|
3965
|
+
type location_2_string<G_Source> = _i_generic._T_Location_2_String<G_Source>;
|
|
3966
|
+
namespace parameters {
|
|
3967
|
+
namespace lookups {
|
|
3968
|
+
namespace sibling_schemas {
|
|
3969
|
+
namespace T {
|
|
3970
|
+
}
|
|
3971
|
+
type T<G_Source> = _i_resolved._T_Schemas.D;
|
|
3972
|
+
}
|
|
3973
|
+
type sibling_schemas<G_Source> = _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3974
|
+
}
|
|
3975
|
+
type lookups<G_Source> = {
|
|
3976
|
+
readonly 'sibling schemas': _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3977
|
+
};
|
|
3978
|
+
namespace values {
|
|
3979
|
+
}
|
|
3980
|
+
type values<G_Source> = null;
|
|
3981
|
+
}
|
|
3982
|
+
type parameters<G_Source> = {
|
|
3983
|
+
readonly 'lookups': {
|
|
3984
|
+
readonly 'sibling schemas': _i_generic._T_Lookup_Stack<_i_resolved._T_Schemas.D>;
|
|
3985
|
+
};
|
|
3986
|
+
readonly 'values': null;
|
|
3987
|
+
};
|
|
3988
|
+
}
|
|
3989
|
+
namespace RESULT {
|
|
3990
|
+
}
|
|
3991
|
+
type RESULT<G_Source> = _i_resolved._T_Schema;
|
|
3992
|
+
}
|
|
3909
3993
|
export declare namespace Schemas {
|
|
3910
3994
|
namespace CONTEXT {
|
|
3911
3995
|
type Source<G_Source> = G_Source;
|
|
@@ -230,15 +230,13 @@ export type _T_Resolvers = _i_core._T_Ordered_Dictionary<null, {
|
|
|
230
230
|
readonly 'signature': _i_core._T_Derived_Reference<null, _T_Signatures.D>;
|
|
231
231
|
readonly 'type resolver': _T_Node_Resolver;
|
|
232
232
|
}>;
|
|
233
|
-
export type
|
|
234
|
-
'
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
] | readonly ['set', _T_Schemas]>>;
|
|
233
|
+
export type _T_Schema = {
|
|
234
|
+
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
235
|
+
readonly 'globals': _T_Globals;
|
|
236
|
+
readonly 'imports': _T_Imports;
|
|
237
|
+
readonly 'types': _T_Types;
|
|
238
|
+
};
|
|
239
|
+
export type _T_Schemas = _i_core._T_Ordered_Dictionary<null, _i_core._T_State_Group<null, readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas]>>;
|
|
242
240
|
export type _T_Signature = {
|
|
243
241
|
readonly 'parameters': _i_core._T_State_Group<null, readonly ['local', _T_Signature_Parameters] | readonly ['same as', _i_core._T_Reference_To_Normal_Dictionary_Entry<null, _T_Signatures.D>]>;
|
|
244
242
|
readonly 'resolved parameters': _i_core._T_Derived_Reference<null, _T_Signature_Parameters>;
|
|
@@ -336,6 +334,7 @@ export type Reference_To_Property_Constraint = _T_Reference_To_Property_Constrai
|
|
|
336
334
|
export type Relative_Value_Selection = _T_Relative_Value_Selection;
|
|
337
335
|
export type Resolve_Logic = _T_Resolve_Logic;
|
|
338
336
|
export type Resolvers = _T_Resolvers;
|
|
337
|
+
export type Schema = _T_Schema;
|
|
339
338
|
export type Schemas = _T_Schemas;
|
|
340
339
|
export type Signature = _T_Signature;
|
|
341
340
|
export type Signature_Parameters = _T_Signature_Parameters;
|
|
@@ -1608,59 +1607,40 @@ export declare namespace _T_Resolvers {
|
|
|
1608
1607
|
readonly 'type resolver': _T_Node_Resolver;
|
|
1609
1608
|
};
|
|
1610
1609
|
}
|
|
1610
|
+
export declare namespace _T_Schema {
|
|
1611
|
+
namespace complexity {
|
|
1612
|
+
namespace SG {
|
|
1613
|
+
namespace constrained {
|
|
1614
|
+
}
|
|
1615
|
+
type constrained = _T_Resolve_Logic;
|
|
1616
|
+
type unconstrained = null;
|
|
1617
|
+
}
|
|
1618
|
+
type SG = readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null];
|
|
1619
|
+
}
|
|
1620
|
+
type complexity = _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
1621
|
+
namespace globals {
|
|
1622
|
+
}
|
|
1623
|
+
type globals = _T_Globals;
|
|
1624
|
+
namespace imports {
|
|
1625
|
+
}
|
|
1626
|
+
type imports = _T_Imports;
|
|
1627
|
+
namespace types {
|
|
1628
|
+
}
|
|
1629
|
+
type types = _T_Types;
|
|
1630
|
+
}
|
|
1611
1631
|
export declare namespace _T_Schemas {
|
|
1612
1632
|
namespace D {
|
|
1613
1633
|
namespace SG {
|
|
1614
1634
|
namespace schema {
|
|
1615
|
-
namespace complexity {
|
|
1616
|
-
namespace SG {
|
|
1617
|
-
namespace constrained {
|
|
1618
|
-
}
|
|
1619
|
-
type constrained = _T_Resolve_Logic;
|
|
1620
|
-
type unconstrained = null;
|
|
1621
|
-
}
|
|
1622
|
-
type SG = readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null];
|
|
1623
|
-
}
|
|
1624
|
-
type complexity = _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
1625
|
-
namespace globals {
|
|
1626
|
-
}
|
|
1627
|
-
type globals = _T_Globals;
|
|
1628
|
-
namespace imports {
|
|
1629
|
-
}
|
|
1630
|
-
type imports = _T_Imports;
|
|
1631
|
-
namespace types {
|
|
1632
|
-
}
|
|
1633
|
-
type types = _T_Types;
|
|
1634
1635
|
}
|
|
1635
|
-
type schema =
|
|
1636
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
1637
|
-
readonly 'globals': _T_Globals;
|
|
1638
|
-
readonly 'imports': _T_Imports;
|
|
1639
|
-
readonly 'types': _T_Types;
|
|
1640
|
-
};
|
|
1636
|
+
type schema = _T_Schema;
|
|
1641
1637
|
namespace _set {
|
|
1642
1638
|
}
|
|
1643
1639
|
type _set = _T_Schemas;
|
|
1644
1640
|
}
|
|
1645
|
-
type SG = readonly [
|
|
1646
|
-
'schema',
|
|
1647
|
-
{
|
|
1648
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
1649
|
-
readonly 'globals': _T_Globals;
|
|
1650
|
-
readonly 'imports': _T_Imports;
|
|
1651
|
-
readonly 'types': _T_Types;
|
|
1652
|
-
}
|
|
1653
|
-
] | readonly ['set', _T_Schemas];
|
|
1641
|
+
type SG = readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas];
|
|
1654
1642
|
}
|
|
1655
|
-
type D = _i_core._T_State_Group<null, readonly [
|
|
1656
|
-
'schema',
|
|
1657
|
-
{
|
|
1658
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
1659
|
-
readonly 'globals': _T_Globals;
|
|
1660
|
-
readonly 'imports': _T_Imports;
|
|
1661
|
-
readonly 'types': _T_Types;
|
|
1662
|
-
}
|
|
1663
|
-
] | readonly ['set', _T_Schemas]>;
|
|
1643
|
+
type D = _i_core._T_State_Group<null, readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas]>;
|
|
1664
1644
|
}
|
|
1665
1645
|
export declare namespace _T_Signature {
|
|
1666
1646
|
namespace parameters {
|
|
@@ -3330,59 +3310,40 @@ export declare namespace Resolvers {
|
|
|
3330
3310
|
readonly 'type resolver': _T_Node_Resolver;
|
|
3331
3311
|
};
|
|
3332
3312
|
}
|
|
3313
|
+
export declare namespace Schema {
|
|
3314
|
+
namespace complexity {
|
|
3315
|
+
namespace SG {
|
|
3316
|
+
namespace constrained {
|
|
3317
|
+
}
|
|
3318
|
+
type constrained = _T_Resolve_Logic;
|
|
3319
|
+
type unconstrained = null;
|
|
3320
|
+
}
|
|
3321
|
+
type SG = readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null];
|
|
3322
|
+
}
|
|
3323
|
+
type complexity = _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
3324
|
+
namespace globals {
|
|
3325
|
+
}
|
|
3326
|
+
type globals = _T_Globals;
|
|
3327
|
+
namespace imports {
|
|
3328
|
+
}
|
|
3329
|
+
type imports = _T_Imports;
|
|
3330
|
+
namespace types {
|
|
3331
|
+
}
|
|
3332
|
+
type types = _T_Types;
|
|
3333
|
+
}
|
|
3333
3334
|
export declare namespace Schemas {
|
|
3334
3335
|
namespace D {
|
|
3335
3336
|
namespace SG {
|
|
3336
3337
|
namespace schema {
|
|
3337
|
-
namespace complexity {
|
|
3338
|
-
namespace SG {
|
|
3339
|
-
namespace constrained {
|
|
3340
|
-
}
|
|
3341
|
-
type constrained = _T_Resolve_Logic;
|
|
3342
|
-
type unconstrained = null;
|
|
3343
|
-
}
|
|
3344
|
-
type SG = readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null];
|
|
3345
|
-
}
|
|
3346
|
-
type complexity = _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
3347
|
-
namespace globals {
|
|
3348
|
-
}
|
|
3349
|
-
type globals = _T_Globals;
|
|
3350
|
-
namespace imports {
|
|
3351
|
-
}
|
|
3352
|
-
type imports = _T_Imports;
|
|
3353
|
-
namespace types {
|
|
3354
|
-
}
|
|
3355
|
-
type types = _T_Types;
|
|
3356
3338
|
}
|
|
3357
|
-
type schema =
|
|
3358
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
3359
|
-
readonly 'globals': _T_Globals;
|
|
3360
|
-
readonly 'imports': _T_Imports;
|
|
3361
|
-
readonly 'types': _T_Types;
|
|
3362
|
-
};
|
|
3339
|
+
type schema = _T_Schema;
|
|
3363
3340
|
namespace _set {
|
|
3364
3341
|
}
|
|
3365
3342
|
type _set = _T_Schemas;
|
|
3366
3343
|
}
|
|
3367
|
-
type SG = readonly [
|
|
3368
|
-
'schema',
|
|
3369
|
-
{
|
|
3370
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
3371
|
-
readonly 'globals': _T_Globals;
|
|
3372
|
-
readonly 'imports': _T_Imports;
|
|
3373
|
-
readonly 'types': _T_Types;
|
|
3374
|
-
}
|
|
3375
|
-
] | readonly ['set', _T_Schemas];
|
|
3344
|
+
type SG = readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas];
|
|
3376
3345
|
}
|
|
3377
|
-
type D = _i_core._T_State_Group<null, readonly [
|
|
3378
|
-
'schema',
|
|
3379
|
-
{
|
|
3380
|
-
readonly 'complexity': _i_core._T_State_Group<null, readonly ['constrained', _T_Resolve_Logic] | readonly ['unconstrained', null]>;
|
|
3381
|
-
readonly 'globals': _T_Globals;
|
|
3382
|
-
readonly 'imports': _T_Imports;
|
|
3383
|
-
readonly 'types': _T_Types;
|
|
3384
|
-
}
|
|
3385
|
-
] | readonly ['set', _T_Schemas]>;
|
|
3346
|
+
type D = _i_core._T_State_Group<null, readonly ['schema', _T_Schema] | readonly ['set', _T_Schemas]>;
|
|
3386
3347
|
}
|
|
3387
3348
|
export declare namespace Signature {
|
|
3388
3349
|
namespace parameters {
|
|
@@ -230,15 +230,13 @@ export type _T_Resolvers<G_Source> = _i_core._T_Ordered_Dictionary<G_Source, {
|
|
|
230
230
|
readonly 'signature': _i_core._T_Derived_Reference<G_Source, _T_Signatures.D<G_Source>>;
|
|
231
231
|
readonly 'type resolver': _T_Node_Resolver<G_Source>;
|
|
232
232
|
}>;
|
|
233
|
-
export type
|
|
234
|
-
'
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
] | readonly ['set', _T_Schemas<G_Source>]>>;
|
|
233
|
+
export type _T_Schema<G_Source> = {
|
|
234
|
+
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
235
|
+
readonly 'globals': _T_Globals<G_Source>;
|
|
236
|
+
readonly 'imports': _T_Imports<G_Source>;
|
|
237
|
+
readonly 'types': _T_Types<G_Source>;
|
|
238
|
+
};
|
|
239
|
+
export type _T_Schemas<G_Source> = _i_core._T_Ordered_Dictionary<G_Source, _i_core._T_State_Group<G_Source, readonly ['schema', _T_Schema<G_Source>] | readonly ['set', _T_Schemas<G_Source>]>>;
|
|
242
240
|
export type _T_Signature<G_Source> = {
|
|
243
241
|
readonly 'parameters': _i_core._T_State_Group<G_Source, readonly ['local', _T_Signature_Parameters<G_Source>] | readonly ['same as', _i_core._T_Reference_To_Normal_Dictionary_Entry<G_Source, _T_Signatures.D<G_Source>>]>;
|
|
244
242
|
readonly 'resolved parameters': _i_core._T_Derived_Reference<G_Source, _T_Signature_Parameters<G_Source>>;
|
|
@@ -336,6 +334,7 @@ export type Reference_To_Property_Constraint<G_Source> = _T_Reference_To_Propert
|
|
|
336
334
|
export type Relative_Value_Selection<G_Source> = _T_Relative_Value_Selection<G_Source>;
|
|
337
335
|
export type Resolve_Logic<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
338
336
|
export type Resolvers<G_Source> = _T_Resolvers<G_Source>;
|
|
337
|
+
export type Schema<G_Source> = _T_Schema<G_Source>;
|
|
339
338
|
export type Schemas<G_Source> = _T_Schemas<G_Source>;
|
|
340
339
|
export type Signature<G_Source> = _T_Signature<G_Source>;
|
|
341
340
|
export type Signature_Parameters<G_Source> = _T_Signature_Parameters<G_Source>;
|
|
@@ -1608,59 +1607,40 @@ export declare namespace _T_Resolvers {
|
|
|
1608
1607
|
readonly 'type resolver': _T_Node_Resolver<G_Source>;
|
|
1609
1608
|
};
|
|
1610
1609
|
}
|
|
1610
|
+
export declare namespace _T_Schema {
|
|
1611
|
+
namespace complexity {
|
|
1612
|
+
namespace SG {
|
|
1613
|
+
namespace constrained {
|
|
1614
|
+
}
|
|
1615
|
+
type constrained<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
1616
|
+
type unconstrained<G_Source> = null;
|
|
1617
|
+
}
|
|
1618
|
+
type SG<G_Source> = readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null];
|
|
1619
|
+
}
|
|
1620
|
+
type complexity<G_Source> = _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
1621
|
+
namespace globals {
|
|
1622
|
+
}
|
|
1623
|
+
type globals<G_Source> = _T_Globals<G_Source>;
|
|
1624
|
+
namespace imports {
|
|
1625
|
+
}
|
|
1626
|
+
type imports<G_Source> = _T_Imports<G_Source>;
|
|
1627
|
+
namespace types {
|
|
1628
|
+
}
|
|
1629
|
+
type types<G_Source> = _T_Types<G_Source>;
|
|
1630
|
+
}
|
|
1611
1631
|
export declare namespace _T_Schemas {
|
|
1612
1632
|
namespace D {
|
|
1613
1633
|
namespace SG {
|
|
1614
1634
|
namespace schema {
|
|
1615
|
-
namespace complexity {
|
|
1616
|
-
namespace SG {
|
|
1617
|
-
namespace constrained {
|
|
1618
|
-
}
|
|
1619
|
-
type constrained<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
1620
|
-
type unconstrained<G_Source> = null;
|
|
1621
|
-
}
|
|
1622
|
-
type SG<G_Source> = readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null];
|
|
1623
|
-
}
|
|
1624
|
-
type complexity<G_Source> = _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
1625
|
-
namespace globals {
|
|
1626
|
-
}
|
|
1627
|
-
type globals<G_Source> = _T_Globals<G_Source>;
|
|
1628
|
-
namespace imports {
|
|
1629
|
-
}
|
|
1630
|
-
type imports<G_Source> = _T_Imports<G_Source>;
|
|
1631
|
-
namespace types {
|
|
1632
|
-
}
|
|
1633
|
-
type types<G_Source> = _T_Types<G_Source>;
|
|
1634
1635
|
}
|
|
1635
|
-
type schema<G_Source> =
|
|
1636
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
1637
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
1638
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
1639
|
-
readonly 'types': _T_Types<G_Source>;
|
|
1640
|
-
};
|
|
1636
|
+
type schema<G_Source> = _T_Schema<G_Source>;
|
|
1641
1637
|
namespace _set {
|
|
1642
1638
|
}
|
|
1643
1639
|
type _set<G_Source> = _T_Schemas<G_Source>;
|
|
1644
1640
|
}
|
|
1645
|
-
type SG<G_Source> = readonly [
|
|
1646
|
-
'schema',
|
|
1647
|
-
{
|
|
1648
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
1649
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
1650
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
1651
|
-
readonly 'types': _T_Types<G_Source>;
|
|
1652
|
-
}
|
|
1653
|
-
] | readonly ['set', _T_Schemas<G_Source>];
|
|
1641
|
+
type SG<G_Source> = readonly ['schema', _T_Schema<G_Source>] | readonly ['set', _T_Schemas<G_Source>];
|
|
1654
1642
|
}
|
|
1655
|
-
type D<G_Source> = _i_core._T_State_Group<G_Source, readonly [
|
|
1656
|
-
'schema',
|
|
1657
|
-
{
|
|
1658
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
1659
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
1660
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
1661
|
-
readonly 'types': _T_Types<G_Source>;
|
|
1662
|
-
}
|
|
1663
|
-
] | readonly ['set', _T_Schemas<G_Source>]>;
|
|
1643
|
+
type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['schema', _T_Schema<G_Source>] | readonly ['set', _T_Schemas<G_Source>]>;
|
|
1664
1644
|
}
|
|
1665
1645
|
export declare namespace _T_Signature {
|
|
1666
1646
|
namespace parameters {
|
|
@@ -3330,59 +3310,40 @@ export declare namespace Resolvers {
|
|
|
3330
3310
|
readonly 'type resolver': _T_Node_Resolver<G_Source>;
|
|
3331
3311
|
};
|
|
3332
3312
|
}
|
|
3313
|
+
export declare namespace Schema {
|
|
3314
|
+
namespace complexity {
|
|
3315
|
+
namespace SG {
|
|
3316
|
+
namespace constrained {
|
|
3317
|
+
}
|
|
3318
|
+
type constrained<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
3319
|
+
type unconstrained<G_Source> = null;
|
|
3320
|
+
}
|
|
3321
|
+
type SG<G_Source> = readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null];
|
|
3322
|
+
}
|
|
3323
|
+
type complexity<G_Source> = _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
3324
|
+
namespace globals {
|
|
3325
|
+
}
|
|
3326
|
+
type globals<G_Source> = _T_Globals<G_Source>;
|
|
3327
|
+
namespace imports {
|
|
3328
|
+
}
|
|
3329
|
+
type imports<G_Source> = _T_Imports<G_Source>;
|
|
3330
|
+
namespace types {
|
|
3331
|
+
}
|
|
3332
|
+
type types<G_Source> = _T_Types<G_Source>;
|
|
3333
|
+
}
|
|
3333
3334
|
export declare namespace Schemas {
|
|
3334
3335
|
namespace D {
|
|
3335
3336
|
namespace SG {
|
|
3336
3337
|
namespace schema {
|
|
3337
|
-
namespace complexity {
|
|
3338
|
-
namespace SG {
|
|
3339
|
-
namespace constrained {
|
|
3340
|
-
}
|
|
3341
|
-
type constrained<G_Source> = _T_Resolve_Logic<G_Source>;
|
|
3342
|
-
type unconstrained<G_Source> = null;
|
|
3343
|
-
}
|
|
3344
|
-
type SG<G_Source> = readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null];
|
|
3345
|
-
}
|
|
3346
|
-
type complexity<G_Source> = _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
3347
|
-
namespace globals {
|
|
3348
|
-
}
|
|
3349
|
-
type globals<G_Source> = _T_Globals<G_Source>;
|
|
3350
|
-
namespace imports {
|
|
3351
|
-
}
|
|
3352
|
-
type imports<G_Source> = _T_Imports<G_Source>;
|
|
3353
|
-
namespace types {
|
|
3354
|
-
}
|
|
3355
|
-
type types<G_Source> = _T_Types<G_Source>;
|
|
3356
3338
|
}
|
|
3357
|
-
type schema<G_Source> =
|
|
3358
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
3359
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
3360
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
3361
|
-
readonly 'types': _T_Types<G_Source>;
|
|
3362
|
-
};
|
|
3339
|
+
type schema<G_Source> = _T_Schema<G_Source>;
|
|
3363
3340
|
namespace _set {
|
|
3364
3341
|
}
|
|
3365
3342
|
type _set<G_Source> = _T_Schemas<G_Source>;
|
|
3366
3343
|
}
|
|
3367
|
-
type SG<G_Source> = readonly [
|
|
3368
|
-
'schema',
|
|
3369
|
-
{
|
|
3370
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
3371
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
3372
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
3373
|
-
readonly 'types': _T_Types<G_Source>;
|
|
3374
|
-
}
|
|
3375
|
-
] | readonly ['set', _T_Schemas<G_Source>];
|
|
3344
|
+
type SG<G_Source> = readonly ['schema', _T_Schema<G_Source>] | readonly ['set', _T_Schemas<G_Source>];
|
|
3376
3345
|
}
|
|
3377
|
-
type D<G_Source> = _i_core._T_State_Group<G_Source, readonly [
|
|
3378
|
-
'schema',
|
|
3379
|
-
{
|
|
3380
|
-
readonly 'complexity': _i_core._T_State_Group<G_Source, readonly ['constrained', _T_Resolve_Logic<G_Source>] | readonly ['unconstrained', null]>;
|
|
3381
|
-
readonly 'globals': _T_Globals<G_Source>;
|
|
3382
|
-
readonly 'imports': _T_Imports<G_Source>;
|
|
3383
|
-
readonly 'types': _T_Types<G_Source>;
|
|
3384
|
-
}
|
|
3385
|
-
] | readonly ['set', _T_Schemas<G_Source>]>;
|
|
3346
|
+
type D<G_Source> = _i_core._T_State_Group<G_Source, readonly ['schema', _T_Schema<G_Source>] | readonly ['set', _T_Schemas<G_Source>]>;
|
|
3386
3347
|
}
|
|
3387
3348
|
export declare namespace Signature {
|
|
3388
3349
|
namespace parameters {
|