pareto 0.76.27 → 0.76.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/compile.js +34 -0
- package/dist/bin/test.js +28 -0
- package/dist/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +75 -50
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +237 -0
- package/dist/generated/implementation/schemas/module/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/module/marshall.js +67 -0
- package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
- package/dist/generated/implementation/schemas/module/resolve.js +3 -3
- package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
- package/dist/generated/implementation/schemas/schema/{serializer.d.ts → marshall.d.ts} +3 -1
- package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
- package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
- package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/{serializer.d.ts → marshall.d.ts} +2 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
- package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
- package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
- package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
- package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/module/{serializer.d.ts → marshall.d.ts} +20 -3
- package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
- package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
- package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/module/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
- package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +368 -35
- package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
- package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/other/compile_astn.d.ts +3 -0
- package/dist/other/compile_astn.js +67 -0
- package/dist/other/fp_write_to_console.d.ts +5 -0
- package/dist/other/fp_write_to_console.js +38 -0
- package/dist/other/path.d.ts +3 -0
- package/dist/other/path.js +39 -0
- package/dist/other/serialize_schemas.d.ts +3 -0
- package/dist/other/serialize_schemas.js +67 -0
- package/dist/other/test.d.ts +1 -0
- package/dist/other/test.js +81 -0
- package/dist/other/unmarshall_astn_ast.d.ts +12 -0
- package/dist/other/unmarshall_astn_ast.js +422 -0
- package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
- package/dist/other/validate_instance_against_directory_schema.js +142 -0
- package/dist/resolvers/module.d.ts +3 -4
- package/dist/resolvers/module.js +14 -14
- package/dist/resolvers/schema.d.ts +24 -23
- package/dist/resolvers/schema.js +618 -586
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +8 -8
- package/dist/shorthands/schema.d.ts +53 -10
- package/dist/shorthands/schema.js +288 -244
- package/dist/temp_unmashall_result_types.d.ts +41 -23
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
- package/dist/temporary_schemas/all.d.ts +3 -0
- package/dist/temporary_schemas/all.js +44 -0
- package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/module.astn.js +8 -0
- package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
- package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
- package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
- package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
- package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
- package/dist/transformations/module/exupery_implementation.d.ts +4 -4
- package/dist/transformations/module/exupery_implementation.js +10 -8
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +36 -37
- package/dist/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/transformations/module/temp_typescript.js +56 -0
- package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
- package/dist/transformations/schema/exupery_implementation/main.js +34 -19
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +14 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +149 -0
- package/dist/transformations/schema/{pareto_implementation/migration_boilerplate.d.ts → exupery_implementation/migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +113 -0
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +24 -0
- package/dist/transformations/schema/exupery_implementation/resolve.js +307 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
- package/dist/transformations/schema/exupery_interface/main.js +77 -51
- package/dist/transformations/schema/exupery_interface/{serializer.d.ts → marshall.d.ts} +2 -2
- package/dist/transformations/schema/exupery_interface/marshall.js +47 -0
- package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +46 -0
- package/dist/transformations/schema/{pareto_interface/resolver.d.ts → exupery_interface/resolve.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +115 -0
- package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
- package/dist/transformations/schema/exupery_interface/types.js +61 -61
- package/dist/transformations/schema/{pareto_interface/migration_boilerplate.d.ts → exupery_interface/unmarshall.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/unmarshall.js +49 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
- package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
- package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
- package/package.json +5 -5
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/module/serializer.js +0 -53
- package/dist/generated/implementation/schemas/schema/serializer.js +0 -964
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -167
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
- package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
- package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -90
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/transformations/module/pareto_implementation.d.ts +0 -4
- package/dist/transformations/module/pareto_implementation.js +0 -42
- package/dist/transformations/module/pareto_interface.d.ts +0 -5
- package/dist/transformations/module/pareto_interface.js +0 -150
- package/dist/transformations/schema/documentation.d.ts +0 -5
- package/dist/transformations/schema/documentation.js +0 -72
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
- package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
- package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
- package/dist/transformations/schema/graphviz.d.ts +0 -8
- package/dist/transformations/schema/graphviz.js +0 -103
- package/dist/transformations/schema/lionweb.d.ts +0 -14
- package/dist/transformations/schema/lionweb.js +0 -226
- package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_implementation/main.js +0 -63
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
- package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_interface/main.js +0 -79
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
- package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
- package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/types.js +0 -211
- package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
- package/dist/transformations/schema/railroad_diagram.js +0 -79
- package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
- package/dist/transformations/unmarshall/collect_errors.js +0 -185
- package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/transformations/unmarshall/post_parse_types.js +0 -3
- package/dist/unmarshall/collect_errors.d.ts +0 -38
- package/dist/unmarshall/collect_errors.js +0 -185
- package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/unmarshall/post_parse_types.js +0 -3
- /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
- /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/serializer.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/unmarshall.d.ts} +0 -0
|
@@ -0,0 +1,1299 @@
|
|
|
1
|
+
import * as _i_in from "../../core/astn_source";
|
|
2
|
+
import * as _i_out from "./data_types/unresolved";
|
|
3
|
+
import * as _i_vd from "./value_deserializers";
|
|
4
|
+
export type _T_Benchmark = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Benchmark<_i_in._T_Range>;
|
|
7
|
+
export type _T_Constraint = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Constraint<_i_in._T_Range>;
|
|
10
|
+
export type _T_Dictionary = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Dictionary<_i_in._T_Range>;
|
|
13
|
+
export type _T_Globals = ($$_: _i_in._T_Value, $$_p: {
|
|
14
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
|
+
}) => _i_out._T_Globals<_i_in._T_Range>;
|
|
16
|
+
export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Group<_i_in._T_Range>;
|
|
19
|
+
export type _T_Guaranteed_Value_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
+
}) => _i_out._T_Guaranteed_Value_Selection<_i_in._T_Range>;
|
|
22
|
+
export type _T_Imports = ($$_: _i_in._T_Value, $$_p: {
|
|
23
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
|
+
}) => _i_out._T_Imports<_i_in._T_Range>;
|
|
25
|
+
export type _T_Lookup_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
26
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
27
|
+
}) => _i_out._T_Lookup_Selection<_i_in._T_Range>;
|
|
28
|
+
export type _T_Node_Resolver = ($$_: _i_in._T_Value, $$_p: {
|
|
29
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
30
|
+
}) => _i_out._T_Node_Resolver<_i_in._T_Range>;
|
|
31
|
+
export type _T_Node_Resolver_Group = ($$_: _i_in._T_Value, $$_p: {
|
|
32
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
33
|
+
}) => _i_out._T_Node_Resolver_Group<_i_in._T_Range>;
|
|
34
|
+
export type _T_Node_Resolver_List_Result = ($$_: _i_in._T_Value, $$_p: {
|
|
35
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
36
|
+
}) => _i_out._T_Node_Resolver_List_Result<_i_in._T_Range>;
|
|
37
|
+
export type _T_Number_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
38
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
39
|
+
}) => _i_out._T_Number_Type<_i_in._T_Range>;
|
|
40
|
+
export type _T_Option_Constraints = ($$_: _i_in._T_Value, $$_p: {
|
|
41
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
42
|
+
}) => _i_out._T_Option_Constraints<_i_in._T_Range>;
|
|
43
|
+
export type _T_Optional_Value_Initialization = ($$_: _i_in._T_Value, $$_p: {
|
|
44
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
45
|
+
}) => _i_out._T_Optional_Value_Initialization<_i_in._T_Range>;
|
|
46
|
+
export type _T_Possible_Value_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
47
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
48
|
+
}) => _i_out._T_Possible_Value_Selection<_i_in._T_Range>;
|
|
49
|
+
export type _T_Presence = ($$_: _i_in._T_Value, $$_p: {
|
|
50
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
51
|
+
}) => _i_out._T_Presence<_i_in._T_Range>;
|
|
52
|
+
export type _T_Property_Constraint = ($$_: _i_in._T_Value, $$_p: {
|
|
53
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
54
|
+
}) => _i_out._T_Property_Constraint<_i_in._T_Range>;
|
|
55
|
+
export type _T_Property_Constraints = ($$_: _i_in._T_Value, $$_p: {
|
|
56
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
57
|
+
}) => _i_out._T_Property_Constraints<_i_in._T_Range>;
|
|
58
|
+
export type _T_Reference_To_Property_Constraint = ($$_: _i_in._T_Value, $$_p: {
|
|
59
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
60
|
+
}) => _i_out._T_Reference_To_Property_Constraint<_i_in._T_Range>;
|
|
61
|
+
export type _T_Relative_Value_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
62
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
63
|
+
}) => _i_out._T_Relative_Value_Selection<_i_in._T_Range>;
|
|
64
|
+
export type _T_Resolve_Logic = ($$_: _i_in._T_Value, $$_p: {
|
|
65
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
66
|
+
}) => _i_out._T_Resolve_Logic<_i_in._T_Range>;
|
|
67
|
+
export type _T_Resolvers = ($$_: _i_in._T_Value, $$_p: {
|
|
68
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
69
|
+
}) => _i_out._T_Resolvers<_i_in._T_Range>;
|
|
70
|
+
export type _T_Schema = ($$_: _i_in._T_Value, $$_p: {
|
|
71
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
72
|
+
}) => _i_out._T_Schema<_i_in._T_Range>;
|
|
73
|
+
export type _T_Schema_Tree = ($$_: _i_in._T_Value, $$_p: {
|
|
74
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
75
|
+
}) => _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
76
|
+
export type _T_Schemas = ($$_: _i_in._T_Value, $$_p: {
|
|
77
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
78
|
+
}) => _i_out._T_Schemas<_i_in._T_Range>;
|
|
79
|
+
export type _T_Signature = ($$_: _i_in._T_Value, $$_p: {
|
|
80
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
81
|
+
}) => _i_out._T_Signature<_i_in._T_Range>;
|
|
82
|
+
export type _T_Signature_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
83
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
84
|
+
}) => _i_out._T_Signature_Parameters<_i_in._T_Range>;
|
|
85
|
+
export type _T_Signatures = ($$_: _i_in._T_Value, $$_p: {
|
|
86
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
87
|
+
}) => _i_out._T_Signatures<_i_in._T_Range>;
|
|
88
|
+
export type _T_Text_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
89
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
90
|
+
}) => _i_out._T_Text_Type<_i_in._T_Range>;
|
|
91
|
+
export type _T_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
92
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
93
|
+
}) => _i_out._T_Type<_i_in._T_Range>;
|
|
94
|
+
export type _T_Type_Node = ($$_: _i_in._T_Value, $$_p: {
|
|
95
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
96
|
+
}) => _i_out._T_Type_Node<_i_in._T_Range>;
|
|
97
|
+
export type _T_Type_Node_Reference = ($$_: _i_in._T_Value, $$_p: {
|
|
98
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
99
|
+
}) => _i_out._T_Type_Node_Reference<_i_in._T_Range>;
|
|
100
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
101
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
102
|
+
}) => _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
103
|
+
export type _T_Type_Reference = ($$_: _i_in._T_Value, $$_p: {
|
|
104
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
105
|
+
}) => _i_out._T_Type_Reference<_i_in._T_Range>;
|
|
106
|
+
export type _T_Type_Specification = ($$_: _i_in._T_Value, $$_p: {
|
|
107
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
108
|
+
}) => _i_out._T_Type_Specification<_i_in._T_Range>;
|
|
109
|
+
export type _T_Types = ($$_: _i_in._T_Value, $$_p: {
|
|
110
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
111
|
+
}) => _i_out._T_Types<_i_in._T_Range>;
|
|
112
|
+
export type Benchmark = _T_Benchmark;
|
|
113
|
+
export type Constraint = _T_Constraint;
|
|
114
|
+
export type Dictionary = _T_Dictionary;
|
|
115
|
+
export type Globals = _T_Globals;
|
|
116
|
+
export type Group = _T_Group;
|
|
117
|
+
export type Guaranteed_Value_Selection = _T_Guaranteed_Value_Selection;
|
|
118
|
+
export type Imports = _T_Imports;
|
|
119
|
+
export type Lookup_Selection = _T_Lookup_Selection;
|
|
120
|
+
export type Node_Resolver = _T_Node_Resolver;
|
|
121
|
+
export type Node_Resolver_Group = _T_Node_Resolver_Group;
|
|
122
|
+
export type Node_Resolver_List_Result = _T_Node_Resolver_List_Result;
|
|
123
|
+
export type Number_Type = _T_Number_Type;
|
|
124
|
+
export type Option_Constraints = _T_Option_Constraints;
|
|
125
|
+
export type Optional_Value_Initialization = _T_Optional_Value_Initialization;
|
|
126
|
+
export type Possible_Value_Selection = _T_Possible_Value_Selection;
|
|
127
|
+
export type Presence = _T_Presence;
|
|
128
|
+
export type Property_Constraint = _T_Property_Constraint;
|
|
129
|
+
export type Property_Constraints = _T_Property_Constraints;
|
|
130
|
+
export type Reference_To_Property_Constraint = _T_Reference_To_Property_Constraint;
|
|
131
|
+
export type Relative_Value_Selection = _T_Relative_Value_Selection;
|
|
132
|
+
export type Resolve_Logic = _T_Resolve_Logic;
|
|
133
|
+
export type Resolvers = _T_Resolvers;
|
|
134
|
+
export type Schema = _T_Schema;
|
|
135
|
+
export type Schema_Tree = _T_Schema_Tree;
|
|
136
|
+
export type Schemas = _T_Schemas;
|
|
137
|
+
export type Signature = _T_Signature;
|
|
138
|
+
export type Signature_Parameters = _T_Signature_Parameters;
|
|
139
|
+
export type Signatures = _T_Signatures;
|
|
140
|
+
export type Text_Type = _T_Text_Type;
|
|
141
|
+
export type Type = _T_Type;
|
|
142
|
+
export type Type_Node = _T_Type_Node;
|
|
143
|
+
export type Type_Node_Reference = _T_Type_Node_Reference;
|
|
144
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
145
|
+
export type Type_Reference = _T_Type_Reference;
|
|
146
|
+
export type Type_Specification = _T_Type_Specification;
|
|
147
|
+
export type Types = _T_Types;
|
|
148
|
+
export declare namespace _T_Benchmark {
|
|
149
|
+
namespace CONTEXT {
|
|
150
|
+
}
|
|
151
|
+
type CONTEXT = _i_in._T_Value;
|
|
152
|
+
namespace PARAMS {
|
|
153
|
+
namespace value_deserializers {
|
|
154
|
+
}
|
|
155
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
156
|
+
}
|
|
157
|
+
namespace RESULT {
|
|
158
|
+
namespace annotation {
|
|
159
|
+
}
|
|
160
|
+
type annotation = _i_in._T_Range;
|
|
161
|
+
}
|
|
162
|
+
type RESULT = _i_out._T_Benchmark<_i_in._T_Range>;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace _T_Constraint {
|
|
165
|
+
namespace CONTEXT {
|
|
166
|
+
}
|
|
167
|
+
type CONTEXT = _i_in._T_Value;
|
|
168
|
+
namespace PARAMS {
|
|
169
|
+
namespace value_deserializers {
|
|
170
|
+
}
|
|
171
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
172
|
+
}
|
|
173
|
+
namespace RESULT {
|
|
174
|
+
namespace annotation {
|
|
175
|
+
}
|
|
176
|
+
type annotation = _i_in._T_Range;
|
|
177
|
+
}
|
|
178
|
+
type RESULT = _i_out._T_Constraint<_i_in._T_Range>;
|
|
179
|
+
}
|
|
180
|
+
export declare namespace _T_Dictionary {
|
|
181
|
+
namespace CONTEXT {
|
|
182
|
+
}
|
|
183
|
+
type CONTEXT = _i_in._T_Value;
|
|
184
|
+
namespace PARAMS {
|
|
185
|
+
namespace value_deserializers {
|
|
186
|
+
}
|
|
187
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
188
|
+
}
|
|
189
|
+
namespace RESULT {
|
|
190
|
+
namespace annotation {
|
|
191
|
+
}
|
|
192
|
+
type annotation = _i_in._T_Range;
|
|
193
|
+
}
|
|
194
|
+
type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
|
|
195
|
+
}
|
|
196
|
+
export declare namespace _T_Globals {
|
|
197
|
+
namespace CONTEXT {
|
|
198
|
+
}
|
|
199
|
+
type CONTEXT = _i_in._T_Value;
|
|
200
|
+
namespace PARAMS {
|
|
201
|
+
namespace value_deserializers {
|
|
202
|
+
}
|
|
203
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
204
|
+
}
|
|
205
|
+
namespace RESULT {
|
|
206
|
+
namespace annotation {
|
|
207
|
+
}
|
|
208
|
+
type annotation = _i_in._T_Range;
|
|
209
|
+
}
|
|
210
|
+
type RESULT = _i_out._T_Globals<_i_in._T_Range>;
|
|
211
|
+
}
|
|
212
|
+
export declare namespace _T_Group {
|
|
213
|
+
namespace CONTEXT {
|
|
214
|
+
}
|
|
215
|
+
type CONTEXT = _i_in._T_Value;
|
|
216
|
+
namespace PARAMS {
|
|
217
|
+
namespace value_deserializers {
|
|
218
|
+
}
|
|
219
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
220
|
+
}
|
|
221
|
+
namespace RESULT {
|
|
222
|
+
namespace annotation {
|
|
223
|
+
}
|
|
224
|
+
type annotation = _i_in._T_Range;
|
|
225
|
+
}
|
|
226
|
+
type RESULT = _i_out._T_Group<_i_in._T_Range>;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace _T_Guaranteed_Value_Selection {
|
|
229
|
+
namespace CONTEXT {
|
|
230
|
+
}
|
|
231
|
+
type CONTEXT = _i_in._T_Value;
|
|
232
|
+
namespace PARAMS {
|
|
233
|
+
namespace value_deserializers {
|
|
234
|
+
}
|
|
235
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
236
|
+
}
|
|
237
|
+
namespace RESULT {
|
|
238
|
+
namespace annotation {
|
|
239
|
+
}
|
|
240
|
+
type annotation = _i_in._T_Range;
|
|
241
|
+
}
|
|
242
|
+
type RESULT = _i_out._T_Guaranteed_Value_Selection<_i_in._T_Range>;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace _T_Imports {
|
|
245
|
+
namespace CONTEXT {
|
|
246
|
+
}
|
|
247
|
+
type CONTEXT = _i_in._T_Value;
|
|
248
|
+
namespace PARAMS {
|
|
249
|
+
namespace value_deserializers {
|
|
250
|
+
}
|
|
251
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
252
|
+
}
|
|
253
|
+
namespace RESULT {
|
|
254
|
+
namespace annotation {
|
|
255
|
+
}
|
|
256
|
+
type annotation = _i_in._T_Range;
|
|
257
|
+
}
|
|
258
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
259
|
+
}
|
|
260
|
+
export declare namespace _T_Lookup_Selection {
|
|
261
|
+
namespace CONTEXT {
|
|
262
|
+
}
|
|
263
|
+
type CONTEXT = _i_in._T_Value;
|
|
264
|
+
namespace PARAMS {
|
|
265
|
+
namespace value_deserializers {
|
|
266
|
+
}
|
|
267
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
268
|
+
}
|
|
269
|
+
namespace RESULT {
|
|
270
|
+
namespace annotation {
|
|
271
|
+
}
|
|
272
|
+
type annotation = _i_in._T_Range;
|
|
273
|
+
}
|
|
274
|
+
type RESULT = _i_out._T_Lookup_Selection<_i_in._T_Range>;
|
|
275
|
+
}
|
|
276
|
+
export declare namespace _T_Node_Resolver {
|
|
277
|
+
namespace CONTEXT {
|
|
278
|
+
}
|
|
279
|
+
type CONTEXT = _i_in._T_Value;
|
|
280
|
+
namespace PARAMS {
|
|
281
|
+
namespace value_deserializers {
|
|
282
|
+
}
|
|
283
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
284
|
+
}
|
|
285
|
+
namespace RESULT {
|
|
286
|
+
namespace annotation {
|
|
287
|
+
}
|
|
288
|
+
type annotation = _i_in._T_Range;
|
|
289
|
+
}
|
|
290
|
+
type RESULT = _i_out._T_Node_Resolver<_i_in._T_Range>;
|
|
291
|
+
}
|
|
292
|
+
export declare namespace _T_Node_Resolver_Group {
|
|
293
|
+
namespace CONTEXT {
|
|
294
|
+
}
|
|
295
|
+
type CONTEXT = _i_in._T_Value;
|
|
296
|
+
namespace PARAMS {
|
|
297
|
+
namespace value_deserializers {
|
|
298
|
+
}
|
|
299
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
300
|
+
}
|
|
301
|
+
namespace RESULT {
|
|
302
|
+
namespace annotation {
|
|
303
|
+
}
|
|
304
|
+
type annotation = _i_in._T_Range;
|
|
305
|
+
}
|
|
306
|
+
type RESULT = _i_out._T_Node_Resolver_Group<_i_in._T_Range>;
|
|
307
|
+
}
|
|
308
|
+
export declare namespace _T_Node_Resolver_List_Result {
|
|
309
|
+
namespace CONTEXT {
|
|
310
|
+
}
|
|
311
|
+
type CONTEXT = _i_in._T_Value;
|
|
312
|
+
namespace PARAMS {
|
|
313
|
+
namespace value_deserializers {
|
|
314
|
+
}
|
|
315
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
316
|
+
}
|
|
317
|
+
namespace RESULT {
|
|
318
|
+
namespace annotation {
|
|
319
|
+
}
|
|
320
|
+
type annotation = _i_in._T_Range;
|
|
321
|
+
}
|
|
322
|
+
type RESULT = _i_out._T_Node_Resolver_List_Result<_i_in._T_Range>;
|
|
323
|
+
}
|
|
324
|
+
export declare namespace _T_Number_Type {
|
|
325
|
+
namespace CONTEXT {
|
|
326
|
+
}
|
|
327
|
+
type CONTEXT = _i_in._T_Value;
|
|
328
|
+
namespace PARAMS {
|
|
329
|
+
namespace value_deserializers {
|
|
330
|
+
}
|
|
331
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
332
|
+
}
|
|
333
|
+
namespace RESULT {
|
|
334
|
+
namespace annotation {
|
|
335
|
+
}
|
|
336
|
+
type annotation = _i_in._T_Range;
|
|
337
|
+
}
|
|
338
|
+
type RESULT = _i_out._T_Number_Type<_i_in._T_Range>;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace _T_Option_Constraints {
|
|
341
|
+
namespace CONTEXT {
|
|
342
|
+
}
|
|
343
|
+
type CONTEXT = _i_in._T_Value;
|
|
344
|
+
namespace PARAMS {
|
|
345
|
+
namespace value_deserializers {
|
|
346
|
+
}
|
|
347
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
348
|
+
}
|
|
349
|
+
namespace RESULT {
|
|
350
|
+
namespace annotation {
|
|
351
|
+
}
|
|
352
|
+
type annotation = _i_in._T_Range;
|
|
353
|
+
}
|
|
354
|
+
type RESULT = _i_out._T_Option_Constraints<_i_in._T_Range>;
|
|
355
|
+
}
|
|
356
|
+
export declare namespace _T_Optional_Value_Initialization {
|
|
357
|
+
namespace CONTEXT {
|
|
358
|
+
}
|
|
359
|
+
type CONTEXT = _i_in._T_Value;
|
|
360
|
+
namespace PARAMS {
|
|
361
|
+
namespace value_deserializers {
|
|
362
|
+
}
|
|
363
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
364
|
+
}
|
|
365
|
+
namespace RESULT {
|
|
366
|
+
namespace annotation {
|
|
367
|
+
}
|
|
368
|
+
type annotation = _i_in._T_Range;
|
|
369
|
+
}
|
|
370
|
+
type RESULT = _i_out._T_Optional_Value_Initialization<_i_in._T_Range>;
|
|
371
|
+
}
|
|
372
|
+
export declare namespace _T_Possible_Value_Selection {
|
|
373
|
+
namespace CONTEXT {
|
|
374
|
+
}
|
|
375
|
+
type CONTEXT = _i_in._T_Value;
|
|
376
|
+
namespace PARAMS {
|
|
377
|
+
namespace value_deserializers {
|
|
378
|
+
}
|
|
379
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
380
|
+
}
|
|
381
|
+
namespace RESULT {
|
|
382
|
+
namespace annotation {
|
|
383
|
+
}
|
|
384
|
+
type annotation = _i_in._T_Range;
|
|
385
|
+
}
|
|
386
|
+
type RESULT = _i_out._T_Possible_Value_Selection<_i_in._T_Range>;
|
|
387
|
+
}
|
|
388
|
+
export declare namespace _T_Presence {
|
|
389
|
+
namespace CONTEXT {
|
|
390
|
+
}
|
|
391
|
+
type CONTEXT = _i_in._T_Value;
|
|
392
|
+
namespace PARAMS {
|
|
393
|
+
namespace value_deserializers {
|
|
394
|
+
}
|
|
395
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
396
|
+
}
|
|
397
|
+
namespace RESULT {
|
|
398
|
+
namespace annotation {
|
|
399
|
+
}
|
|
400
|
+
type annotation = _i_in._T_Range;
|
|
401
|
+
}
|
|
402
|
+
type RESULT = _i_out._T_Presence<_i_in._T_Range>;
|
|
403
|
+
}
|
|
404
|
+
export declare namespace _T_Property_Constraint {
|
|
405
|
+
namespace CONTEXT {
|
|
406
|
+
}
|
|
407
|
+
type CONTEXT = _i_in._T_Value;
|
|
408
|
+
namespace PARAMS {
|
|
409
|
+
namespace value_deserializers {
|
|
410
|
+
}
|
|
411
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
412
|
+
}
|
|
413
|
+
namespace RESULT {
|
|
414
|
+
namespace annotation {
|
|
415
|
+
}
|
|
416
|
+
type annotation = _i_in._T_Range;
|
|
417
|
+
}
|
|
418
|
+
type RESULT = _i_out._T_Property_Constraint<_i_in._T_Range>;
|
|
419
|
+
}
|
|
420
|
+
export declare namespace _T_Property_Constraints {
|
|
421
|
+
namespace CONTEXT {
|
|
422
|
+
}
|
|
423
|
+
type CONTEXT = _i_in._T_Value;
|
|
424
|
+
namespace PARAMS {
|
|
425
|
+
namespace value_deserializers {
|
|
426
|
+
}
|
|
427
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
428
|
+
}
|
|
429
|
+
namespace RESULT {
|
|
430
|
+
namespace annotation {
|
|
431
|
+
}
|
|
432
|
+
type annotation = _i_in._T_Range;
|
|
433
|
+
}
|
|
434
|
+
type RESULT = _i_out._T_Property_Constraints<_i_in._T_Range>;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace _T_Reference_To_Property_Constraint {
|
|
437
|
+
namespace CONTEXT {
|
|
438
|
+
}
|
|
439
|
+
type CONTEXT = _i_in._T_Value;
|
|
440
|
+
namespace PARAMS {
|
|
441
|
+
namespace value_deserializers {
|
|
442
|
+
}
|
|
443
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
444
|
+
}
|
|
445
|
+
namespace RESULT {
|
|
446
|
+
namespace annotation {
|
|
447
|
+
}
|
|
448
|
+
type annotation = _i_in._T_Range;
|
|
449
|
+
}
|
|
450
|
+
type RESULT = _i_out._T_Reference_To_Property_Constraint<_i_in._T_Range>;
|
|
451
|
+
}
|
|
452
|
+
export declare namespace _T_Relative_Value_Selection {
|
|
453
|
+
namespace CONTEXT {
|
|
454
|
+
}
|
|
455
|
+
type CONTEXT = _i_in._T_Value;
|
|
456
|
+
namespace PARAMS {
|
|
457
|
+
namespace value_deserializers {
|
|
458
|
+
}
|
|
459
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
460
|
+
}
|
|
461
|
+
namespace RESULT {
|
|
462
|
+
namespace annotation {
|
|
463
|
+
}
|
|
464
|
+
type annotation = _i_in._T_Range;
|
|
465
|
+
}
|
|
466
|
+
type RESULT = _i_out._T_Relative_Value_Selection<_i_in._T_Range>;
|
|
467
|
+
}
|
|
468
|
+
export declare namespace _T_Resolve_Logic {
|
|
469
|
+
namespace CONTEXT {
|
|
470
|
+
}
|
|
471
|
+
type CONTEXT = _i_in._T_Value;
|
|
472
|
+
namespace PARAMS {
|
|
473
|
+
namespace value_deserializers {
|
|
474
|
+
}
|
|
475
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
476
|
+
}
|
|
477
|
+
namespace RESULT {
|
|
478
|
+
namespace annotation {
|
|
479
|
+
}
|
|
480
|
+
type annotation = _i_in._T_Range;
|
|
481
|
+
}
|
|
482
|
+
type RESULT = _i_out._T_Resolve_Logic<_i_in._T_Range>;
|
|
483
|
+
}
|
|
484
|
+
export declare namespace _T_Resolvers {
|
|
485
|
+
namespace CONTEXT {
|
|
486
|
+
}
|
|
487
|
+
type CONTEXT = _i_in._T_Value;
|
|
488
|
+
namespace PARAMS {
|
|
489
|
+
namespace value_deserializers {
|
|
490
|
+
}
|
|
491
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
492
|
+
}
|
|
493
|
+
namespace RESULT {
|
|
494
|
+
namespace annotation {
|
|
495
|
+
}
|
|
496
|
+
type annotation = _i_in._T_Range;
|
|
497
|
+
}
|
|
498
|
+
type RESULT = _i_out._T_Resolvers<_i_in._T_Range>;
|
|
499
|
+
}
|
|
500
|
+
export declare namespace _T_Schema {
|
|
501
|
+
namespace CONTEXT {
|
|
502
|
+
}
|
|
503
|
+
type CONTEXT = _i_in._T_Value;
|
|
504
|
+
namespace PARAMS {
|
|
505
|
+
namespace value_deserializers {
|
|
506
|
+
}
|
|
507
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
508
|
+
}
|
|
509
|
+
namespace RESULT {
|
|
510
|
+
namespace annotation {
|
|
511
|
+
}
|
|
512
|
+
type annotation = _i_in._T_Range;
|
|
513
|
+
}
|
|
514
|
+
type RESULT = _i_out._T_Schema<_i_in._T_Range>;
|
|
515
|
+
}
|
|
516
|
+
export declare namespace _T_Schema_Tree {
|
|
517
|
+
namespace CONTEXT {
|
|
518
|
+
}
|
|
519
|
+
type CONTEXT = _i_in._T_Value;
|
|
520
|
+
namespace PARAMS {
|
|
521
|
+
namespace value_deserializers {
|
|
522
|
+
}
|
|
523
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
524
|
+
}
|
|
525
|
+
namespace RESULT {
|
|
526
|
+
namespace annotation {
|
|
527
|
+
}
|
|
528
|
+
type annotation = _i_in._T_Range;
|
|
529
|
+
}
|
|
530
|
+
type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
531
|
+
}
|
|
532
|
+
export declare namespace _T_Schemas {
|
|
533
|
+
namespace CONTEXT {
|
|
534
|
+
}
|
|
535
|
+
type CONTEXT = _i_in._T_Value;
|
|
536
|
+
namespace PARAMS {
|
|
537
|
+
namespace value_deserializers {
|
|
538
|
+
}
|
|
539
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
540
|
+
}
|
|
541
|
+
namespace RESULT {
|
|
542
|
+
namespace annotation {
|
|
543
|
+
}
|
|
544
|
+
type annotation = _i_in._T_Range;
|
|
545
|
+
}
|
|
546
|
+
type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
|
|
547
|
+
}
|
|
548
|
+
export declare namespace _T_Signature {
|
|
549
|
+
namespace CONTEXT {
|
|
550
|
+
}
|
|
551
|
+
type CONTEXT = _i_in._T_Value;
|
|
552
|
+
namespace PARAMS {
|
|
553
|
+
namespace value_deserializers {
|
|
554
|
+
}
|
|
555
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
556
|
+
}
|
|
557
|
+
namespace RESULT {
|
|
558
|
+
namespace annotation {
|
|
559
|
+
}
|
|
560
|
+
type annotation = _i_in._T_Range;
|
|
561
|
+
}
|
|
562
|
+
type RESULT = _i_out._T_Signature<_i_in._T_Range>;
|
|
563
|
+
}
|
|
564
|
+
export declare namespace _T_Signature_Parameters {
|
|
565
|
+
namespace CONTEXT {
|
|
566
|
+
}
|
|
567
|
+
type CONTEXT = _i_in._T_Value;
|
|
568
|
+
namespace PARAMS {
|
|
569
|
+
namespace value_deserializers {
|
|
570
|
+
}
|
|
571
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
572
|
+
}
|
|
573
|
+
namespace RESULT {
|
|
574
|
+
namespace annotation {
|
|
575
|
+
}
|
|
576
|
+
type annotation = _i_in._T_Range;
|
|
577
|
+
}
|
|
578
|
+
type RESULT = _i_out._T_Signature_Parameters<_i_in._T_Range>;
|
|
579
|
+
}
|
|
580
|
+
export declare namespace _T_Signatures {
|
|
581
|
+
namespace CONTEXT {
|
|
582
|
+
}
|
|
583
|
+
type CONTEXT = _i_in._T_Value;
|
|
584
|
+
namespace PARAMS {
|
|
585
|
+
namespace value_deserializers {
|
|
586
|
+
}
|
|
587
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
588
|
+
}
|
|
589
|
+
namespace RESULT {
|
|
590
|
+
namespace annotation {
|
|
591
|
+
}
|
|
592
|
+
type annotation = _i_in._T_Range;
|
|
593
|
+
}
|
|
594
|
+
type RESULT = _i_out._T_Signatures<_i_in._T_Range>;
|
|
595
|
+
}
|
|
596
|
+
export declare namespace _T_Text_Type {
|
|
597
|
+
namespace CONTEXT {
|
|
598
|
+
}
|
|
599
|
+
type CONTEXT = _i_in._T_Value;
|
|
600
|
+
namespace PARAMS {
|
|
601
|
+
namespace value_deserializers {
|
|
602
|
+
}
|
|
603
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
604
|
+
}
|
|
605
|
+
namespace RESULT {
|
|
606
|
+
namespace annotation {
|
|
607
|
+
}
|
|
608
|
+
type annotation = _i_in._T_Range;
|
|
609
|
+
}
|
|
610
|
+
type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
|
|
611
|
+
}
|
|
612
|
+
export declare namespace _T_Type {
|
|
613
|
+
namespace CONTEXT {
|
|
614
|
+
}
|
|
615
|
+
type CONTEXT = _i_in._T_Value;
|
|
616
|
+
namespace PARAMS {
|
|
617
|
+
namespace value_deserializers {
|
|
618
|
+
}
|
|
619
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
620
|
+
}
|
|
621
|
+
namespace RESULT {
|
|
622
|
+
namespace annotation {
|
|
623
|
+
}
|
|
624
|
+
type annotation = _i_in._T_Range;
|
|
625
|
+
}
|
|
626
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
627
|
+
}
|
|
628
|
+
export declare namespace _T_Type_Node {
|
|
629
|
+
namespace CONTEXT {
|
|
630
|
+
}
|
|
631
|
+
type CONTEXT = _i_in._T_Value;
|
|
632
|
+
namespace PARAMS {
|
|
633
|
+
namespace value_deserializers {
|
|
634
|
+
}
|
|
635
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
636
|
+
}
|
|
637
|
+
namespace RESULT {
|
|
638
|
+
namespace annotation {
|
|
639
|
+
}
|
|
640
|
+
type annotation = _i_in._T_Range;
|
|
641
|
+
}
|
|
642
|
+
type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
|
|
643
|
+
}
|
|
644
|
+
export declare namespace _T_Type_Node_Reference {
|
|
645
|
+
namespace CONTEXT {
|
|
646
|
+
}
|
|
647
|
+
type CONTEXT = _i_in._T_Value;
|
|
648
|
+
namespace PARAMS {
|
|
649
|
+
namespace value_deserializers {
|
|
650
|
+
}
|
|
651
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
652
|
+
}
|
|
653
|
+
namespace RESULT {
|
|
654
|
+
namespace annotation {
|
|
655
|
+
}
|
|
656
|
+
type annotation = _i_in._T_Range;
|
|
657
|
+
}
|
|
658
|
+
type RESULT = _i_out._T_Type_Node_Reference<_i_in._T_Range>;
|
|
659
|
+
}
|
|
660
|
+
export declare namespace _T_Type_Parameters {
|
|
661
|
+
namespace CONTEXT {
|
|
662
|
+
}
|
|
663
|
+
type CONTEXT = _i_in._T_Value;
|
|
664
|
+
namespace PARAMS {
|
|
665
|
+
namespace value_deserializers {
|
|
666
|
+
}
|
|
667
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
668
|
+
}
|
|
669
|
+
namespace RESULT {
|
|
670
|
+
namespace annotation {
|
|
671
|
+
}
|
|
672
|
+
type annotation = _i_in._T_Range;
|
|
673
|
+
}
|
|
674
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
675
|
+
}
|
|
676
|
+
export declare namespace _T_Type_Reference {
|
|
677
|
+
namespace CONTEXT {
|
|
678
|
+
}
|
|
679
|
+
type CONTEXT = _i_in._T_Value;
|
|
680
|
+
namespace PARAMS {
|
|
681
|
+
namespace value_deserializers {
|
|
682
|
+
}
|
|
683
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
684
|
+
}
|
|
685
|
+
namespace RESULT {
|
|
686
|
+
namespace annotation {
|
|
687
|
+
}
|
|
688
|
+
type annotation = _i_in._T_Range;
|
|
689
|
+
}
|
|
690
|
+
type RESULT = _i_out._T_Type_Reference<_i_in._T_Range>;
|
|
691
|
+
}
|
|
692
|
+
export declare namespace _T_Type_Specification {
|
|
693
|
+
namespace CONTEXT {
|
|
694
|
+
}
|
|
695
|
+
type CONTEXT = _i_in._T_Value;
|
|
696
|
+
namespace PARAMS {
|
|
697
|
+
namespace value_deserializers {
|
|
698
|
+
}
|
|
699
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
700
|
+
}
|
|
701
|
+
namespace RESULT {
|
|
702
|
+
namespace annotation {
|
|
703
|
+
}
|
|
704
|
+
type annotation = _i_in._T_Range;
|
|
705
|
+
}
|
|
706
|
+
type RESULT = _i_out._T_Type_Specification<_i_in._T_Range>;
|
|
707
|
+
}
|
|
708
|
+
export declare namespace _T_Types {
|
|
709
|
+
namespace CONTEXT {
|
|
710
|
+
}
|
|
711
|
+
type CONTEXT = _i_in._T_Value;
|
|
712
|
+
namespace PARAMS {
|
|
713
|
+
namespace value_deserializers {
|
|
714
|
+
}
|
|
715
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
716
|
+
}
|
|
717
|
+
namespace RESULT {
|
|
718
|
+
namespace annotation {
|
|
719
|
+
}
|
|
720
|
+
type annotation = _i_in._T_Range;
|
|
721
|
+
}
|
|
722
|
+
type RESULT = _i_out._T_Types<_i_in._T_Range>;
|
|
723
|
+
}
|
|
724
|
+
export declare namespace Benchmark {
|
|
725
|
+
namespace CONTEXT {
|
|
726
|
+
}
|
|
727
|
+
type CONTEXT = _i_in._T_Value;
|
|
728
|
+
namespace PARAMS {
|
|
729
|
+
namespace value_deserializers {
|
|
730
|
+
}
|
|
731
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
732
|
+
}
|
|
733
|
+
namespace RESULT {
|
|
734
|
+
namespace annotation {
|
|
735
|
+
}
|
|
736
|
+
type annotation = _i_in._T_Range;
|
|
737
|
+
}
|
|
738
|
+
type RESULT = _i_out._T_Benchmark<_i_in._T_Range>;
|
|
739
|
+
}
|
|
740
|
+
export declare namespace Constraint {
|
|
741
|
+
namespace CONTEXT {
|
|
742
|
+
}
|
|
743
|
+
type CONTEXT = _i_in._T_Value;
|
|
744
|
+
namespace PARAMS {
|
|
745
|
+
namespace value_deserializers {
|
|
746
|
+
}
|
|
747
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
748
|
+
}
|
|
749
|
+
namespace RESULT {
|
|
750
|
+
namespace annotation {
|
|
751
|
+
}
|
|
752
|
+
type annotation = _i_in._T_Range;
|
|
753
|
+
}
|
|
754
|
+
type RESULT = _i_out._T_Constraint<_i_in._T_Range>;
|
|
755
|
+
}
|
|
756
|
+
export declare namespace Dictionary {
|
|
757
|
+
namespace CONTEXT {
|
|
758
|
+
}
|
|
759
|
+
type CONTEXT = _i_in._T_Value;
|
|
760
|
+
namespace PARAMS {
|
|
761
|
+
namespace value_deserializers {
|
|
762
|
+
}
|
|
763
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
764
|
+
}
|
|
765
|
+
namespace RESULT {
|
|
766
|
+
namespace annotation {
|
|
767
|
+
}
|
|
768
|
+
type annotation = _i_in._T_Range;
|
|
769
|
+
}
|
|
770
|
+
type RESULT = _i_out._T_Dictionary<_i_in._T_Range>;
|
|
771
|
+
}
|
|
772
|
+
export declare namespace Globals {
|
|
773
|
+
namespace CONTEXT {
|
|
774
|
+
}
|
|
775
|
+
type CONTEXT = _i_in._T_Value;
|
|
776
|
+
namespace PARAMS {
|
|
777
|
+
namespace value_deserializers {
|
|
778
|
+
}
|
|
779
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
780
|
+
}
|
|
781
|
+
namespace RESULT {
|
|
782
|
+
namespace annotation {
|
|
783
|
+
}
|
|
784
|
+
type annotation = _i_in._T_Range;
|
|
785
|
+
}
|
|
786
|
+
type RESULT = _i_out._T_Globals<_i_in._T_Range>;
|
|
787
|
+
}
|
|
788
|
+
export declare namespace Group {
|
|
789
|
+
namespace CONTEXT {
|
|
790
|
+
}
|
|
791
|
+
type CONTEXT = _i_in._T_Value;
|
|
792
|
+
namespace PARAMS {
|
|
793
|
+
namespace value_deserializers {
|
|
794
|
+
}
|
|
795
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
796
|
+
}
|
|
797
|
+
namespace RESULT {
|
|
798
|
+
namespace annotation {
|
|
799
|
+
}
|
|
800
|
+
type annotation = _i_in._T_Range;
|
|
801
|
+
}
|
|
802
|
+
type RESULT = _i_out._T_Group<_i_in._T_Range>;
|
|
803
|
+
}
|
|
804
|
+
export declare namespace Guaranteed_Value_Selection {
|
|
805
|
+
namespace CONTEXT {
|
|
806
|
+
}
|
|
807
|
+
type CONTEXT = _i_in._T_Value;
|
|
808
|
+
namespace PARAMS {
|
|
809
|
+
namespace value_deserializers {
|
|
810
|
+
}
|
|
811
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
812
|
+
}
|
|
813
|
+
namespace RESULT {
|
|
814
|
+
namespace annotation {
|
|
815
|
+
}
|
|
816
|
+
type annotation = _i_in._T_Range;
|
|
817
|
+
}
|
|
818
|
+
type RESULT = _i_out._T_Guaranteed_Value_Selection<_i_in._T_Range>;
|
|
819
|
+
}
|
|
820
|
+
export declare namespace Imports {
|
|
821
|
+
namespace CONTEXT {
|
|
822
|
+
}
|
|
823
|
+
type CONTEXT = _i_in._T_Value;
|
|
824
|
+
namespace PARAMS {
|
|
825
|
+
namespace value_deserializers {
|
|
826
|
+
}
|
|
827
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
828
|
+
}
|
|
829
|
+
namespace RESULT {
|
|
830
|
+
namespace annotation {
|
|
831
|
+
}
|
|
832
|
+
type annotation = _i_in._T_Range;
|
|
833
|
+
}
|
|
834
|
+
type RESULT = _i_out._T_Imports<_i_in._T_Range>;
|
|
835
|
+
}
|
|
836
|
+
export declare namespace Lookup_Selection {
|
|
837
|
+
namespace CONTEXT {
|
|
838
|
+
}
|
|
839
|
+
type CONTEXT = _i_in._T_Value;
|
|
840
|
+
namespace PARAMS {
|
|
841
|
+
namespace value_deserializers {
|
|
842
|
+
}
|
|
843
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
844
|
+
}
|
|
845
|
+
namespace RESULT {
|
|
846
|
+
namespace annotation {
|
|
847
|
+
}
|
|
848
|
+
type annotation = _i_in._T_Range;
|
|
849
|
+
}
|
|
850
|
+
type RESULT = _i_out._T_Lookup_Selection<_i_in._T_Range>;
|
|
851
|
+
}
|
|
852
|
+
export declare namespace Node_Resolver {
|
|
853
|
+
namespace CONTEXT {
|
|
854
|
+
}
|
|
855
|
+
type CONTEXT = _i_in._T_Value;
|
|
856
|
+
namespace PARAMS {
|
|
857
|
+
namespace value_deserializers {
|
|
858
|
+
}
|
|
859
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
860
|
+
}
|
|
861
|
+
namespace RESULT {
|
|
862
|
+
namespace annotation {
|
|
863
|
+
}
|
|
864
|
+
type annotation = _i_in._T_Range;
|
|
865
|
+
}
|
|
866
|
+
type RESULT = _i_out._T_Node_Resolver<_i_in._T_Range>;
|
|
867
|
+
}
|
|
868
|
+
export declare namespace Node_Resolver_Group {
|
|
869
|
+
namespace CONTEXT {
|
|
870
|
+
}
|
|
871
|
+
type CONTEXT = _i_in._T_Value;
|
|
872
|
+
namespace PARAMS {
|
|
873
|
+
namespace value_deserializers {
|
|
874
|
+
}
|
|
875
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
876
|
+
}
|
|
877
|
+
namespace RESULT {
|
|
878
|
+
namespace annotation {
|
|
879
|
+
}
|
|
880
|
+
type annotation = _i_in._T_Range;
|
|
881
|
+
}
|
|
882
|
+
type RESULT = _i_out._T_Node_Resolver_Group<_i_in._T_Range>;
|
|
883
|
+
}
|
|
884
|
+
export declare namespace Node_Resolver_List_Result {
|
|
885
|
+
namespace CONTEXT {
|
|
886
|
+
}
|
|
887
|
+
type CONTEXT = _i_in._T_Value;
|
|
888
|
+
namespace PARAMS {
|
|
889
|
+
namespace value_deserializers {
|
|
890
|
+
}
|
|
891
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
892
|
+
}
|
|
893
|
+
namespace RESULT {
|
|
894
|
+
namespace annotation {
|
|
895
|
+
}
|
|
896
|
+
type annotation = _i_in._T_Range;
|
|
897
|
+
}
|
|
898
|
+
type RESULT = _i_out._T_Node_Resolver_List_Result<_i_in._T_Range>;
|
|
899
|
+
}
|
|
900
|
+
export declare namespace Number_Type {
|
|
901
|
+
namespace CONTEXT {
|
|
902
|
+
}
|
|
903
|
+
type CONTEXT = _i_in._T_Value;
|
|
904
|
+
namespace PARAMS {
|
|
905
|
+
namespace value_deserializers {
|
|
906
|
+
}
|
|
907
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
908
|
+
}
|
|
909
|
+
namespace RESULT {
|
|
910
|
+
namespace annotation {
|
|
911
|
+
}
|
|
912
|
+
type annotation = _i_in._T_Range;
|
|
913
|
+
}
|
|
914
|
+
type RESULT = _i_out._T_Number_Type<_i_in._T_Range>;
|
|
915
|
+
}
|
|
916
|
+
export declare namespace Option_Constraints {
|
|
917
|
+
namespace CONTEXT {
|
|
918
|
+
}
|
|
919
|
+
type CONTEXT = _i_in._T_Value;
|
|
920
|
+
namespace PARAMS {
|
|
921
|
+
namespace value_deserializers {
|
|
922
|
+
}
|
|
923
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
924
|
+
}
|
|
925
|
+
namespace RESULT {
|
|
926
|
+
namespace annotation {
|
|
927
|
+
}
|
|
928
|
+
type annotation = _i_in._T_Range;
|
|
929
|
+
}
|
|
930
|
+
type RESULT = _i_out._T_Option_Constraints<_i_in._T_Range>;
|
|
931
|
+
}
|
|
932
|
+
export declare namespace Optional_Value_Initialization {
|
|
933
|
+
namespace CONTEXT {
|
|
934
|
+
}
|
|
935
|
+
type CONTEXT = _i_in._T_Value;
|
|
936
|
+
namespace PARAMS {
|
|
937
|
+
namespace value_deserializers {
|
|
938
|
+
}
|
|
939
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
940
|
+
}
|
|
941
|
+
namespace RESULT {
|
|
942
|
+
namespace annotation {
|
|
943
|
+
}
|
|
944
|
+
type annotation = _i_in._T_Range;
|
|
945
|
+
}
|
|
946
|
+
type RESULT = _i_out._T_Optional_Value_Initialization<_i_in._T_Range>;
|
|
947
|
+
}
|
|
948
|
+
export declare namespace Possible_Value_Selection {
|
|
949
|
+
namespace CONTEXT {
|
|
950
|
+
}
|
|
951
|
+
type CONTEXT = _i_in._T_Value;
|
|
952
|
+
namespace PARAMS {
|
|
953
|
+
namespace value_deserializers {
|
|
954
|
+
}
|
|
955
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
956
|
+
}
|
|
957
|
+
namespace RESULT {
|
|
958
|
+
namespace annotation {
|
|
959
|
+
}
|
|
960
|
+
type annotation = _i_in._T_Range;
|
|
961
|
+
}
|
|
962
|
+
type RESULT = _i_out._T_Possible_Value_Selection<_i_in._T_Range>;
|
|
963
|
+
}
|
|
964
|
+
export declare namespace Presence {
|
|
965
|
+
namespace CONTEXT {
|
|
966
|
+
}
|
|
967
|
+
type CONTEXT = _i_in._T_Value;
|
|
968
|
+
namespace PARAMS {
|
|
969
|
+
namespace value_deserializers {
|
|
970
|
+
}
|
|
971
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
972
|
+
}
|
|
973
|
+
namespace RESULT {
|
|
974
|
+
namespace annotation {
|
|
975
|
+
}
|
|
976
|
+
type annotation = _i_in._T_Range;
|
|
977
|
+
}
|
|
978
|
+
type RESULT = _i_out._T_Presence<_i_in._T_Range>;
|
|
979
|
+
}
|
|
980
|
+
export declare namespace Property_Constraint {
|
|
981
|
+
namespace CONTEXT {
|
|
982
|
+
}
|
|
983
|
+
type CONTEXT = _i_in._T_Value;
|
|
984
|
+
namespace PARAMS {
|
|
985
|
+
namespace value_deserializers {
|
|
986
|
+
}
|
|
987
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
988
|
+
}
|
|
989
|
+
namespace RESULT {
|
|
990
|
+
namespace annotation {
|
|
991
|
+
}
|
|
992
|
+
type annotation = _i_in._T_Range;
|
|
993
|
+
}
|
|
994
|
+
type RESULT = _i_out._T_Property_Constraint<_i_in._T_Range>;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace Property_Constraints {
|
|
997
|
+
namespace CONTEXT {
|
|
998
|
+
}
|
|
999
|
+
type CONTEXT = _i_in._T_Value;
|
|
1000
|
+
namespace PARAMS {
|
|
1001
|
+
namespace value_deserializers {
|
|
1002
|
+
}
|
|
1003
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1004
|
+
}
|
|
1005
|
+
namespace RESULT {
|
|
1006
|
+
namespace annotation {
|
|
1007
|
+
}
|
|
1008
|
+
type annotation = _i_in._T_Range;
|
|
1009
|
+
}
|
|
1010
|
+
type RESULT = _i_out._T_Property_Constraints<_i_in._T_Range>;
|
|
1011
|
+
}
|
|
1012
|
+
export declare namespace Reference_To_Property_Constraint {
|
|
1013
|
+
namespace CONTEXT {
|
|
1014
|
+
}
|
|
1015
|
+
type CONTEXT = _i_in._T_Value;
|
|
1016
|
+
namespace PARAMS {
|
|
1017
|
+
namespace value_deserializers {
|
|
1018
|
+
}
|
|
1019
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1020
|
+
}
|
|
1021
|
+
namespace RESULT {
|
|
1022
|
+
namespace annotation {
|
|
1023
|
+
}
|
|
1024
|
+
type annotation = _i_in._T_Range;
|
|
1025
|
+
}
|
|
1026
|
+
type RESULT = _i_out._T_Reference_To_Property_Constraint<_i_in._T_Range>;
|
|
1027
|
+
}
|
|
1028
|
+
export declare namespace Relative_Value_Selection {
|
|
1029
|
+
namespace CONTEXT {
|
|
1030
|
+
}
|
|
1031
|
+
type CONTEXT = _i_in._T_Value;
|
|
1032
|
+
namespace PARAMS {
|
|
1033
|
+
namespace value_deserializers {
|
|
1034
|
+
}
|
|
1035
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1036
|
+
}
|
|
1037
|
+
namespace RESULT {
|
|
1038
|
+
namespace annotation {
|
|
1039
|
+
}
|
|
1040
|
+
type annotation = _i_in._T_Range;
|
|
1041
|
+
}
|
|
1042
|
+
type RESULT = _i_out._T_Relative_Value_Selection<_i_in._T_Range>;
|
|
1043
|
+
}
|
|
1044
|
+
export declare namespace Resolve_Logic {
|
|
1045
|
+
namespace CONTEXT {
|
|
1046
|
+
}
|
|
1047
|
+
type CONTEXT = _i_in._T_Value;
|
|
1048
|
+
namespace PARAMS {
|
|
1049
|
+
namespace value_deserializers {
|
|
1050
|
+
}
|
|
1051
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1052
|
+
}
|
|
1053
|
+
namespace RESULT {
|
|
1054
|
+
namespace annotation {
|
|
1055
|
+
}
|
|
1056
|
+
type annotation = _i_in._T_Range;
|
|
1057
|
+
}
|
|
1058
|
+
type RESULT = _i_out._T_Resolve_Logic<_i_in._T_Range>;
|
|
1059
|
+
}
|
|
1060
|
+
export declare namespace Resolvers {
|
|
1061
|
+
namespace CONTEXT {
|
|
1062
|
+
}
|
|
1063
|
+
type CONTEXT = _i_in._T_Value;
|
|
1064
|
+
namespace PARAMS {
|
|
1065
|
+
namespace value_deserializers {
|
|
1066
|
+
}
|
|
1067
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1068
|
+
}
|
|
1069
|
+
namespace RESULT {
|
|
1070
|
+
namespace annotation {
|
|
1071
|
+
}
|
|
1072
|
+
type annotation = _i_in._T_Range;
|
|
1073
|
+
}
|
|
1074
|
+
type RESULT = _i_out._T_Resolvers<_i_in._T_Range>;
|
|
1075
|
+
}
|
|
1076
|
+
export declare namespace Schema {
|
|
1077
|
+
namespace CONTEXT {
|
|
1078
|
+
}
|
|
1079
|
+
type CONTEXT = _i_in._T_Value;
|
|
1080
|
+
namespace PARAMS {
|
|
1081
|
+
namespace value_deserializers {
|
|
1082
|
+
}
|
|
1083
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1084
|
+
}
|
|
1085
|
+
namespace RESULT {
|
|
1086
|
+
namespace annotation {
|
|
1087
|
+
}
|
|
1088
|
+
type annotation = _i_in._T_Range;
|
|
1089
|
+
}
|
|
1090
|
+
type RESULT = _i_out._T_Schema<_i_in._T_Range>;
|
|
1091
|
+
}
|
|
1092
|
+
export declare namespace Schema_Tree {
|
|
1093
|
+
namespace CONTEXT {
|
|
1094
|
+
}
|
|
1095
|
+
type CONTEXT = _i_in._T_Value;
|
|
1096
|
+
namespace PARAMS {
|
|
1097
|
+
namespace value_deserializers {
|
|
1098
|
+
}
|
|
1099
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1100
|
+
}
|
|
1101
|
+
namespace RESULT {
|
|
1102
|
+
namespace annotation {
|
|
1103
|
+
}
|
|
1104
|
+
type annotation = _i_in._T_Range;
|
|
1105
|
+
}
|
|
1106
|
+
type RESULT = _i_out._T_Schema_Tree<_i_in._T_Range>;
|
|
1107
|
+
}
|
|
1108
|
+
export declare namespace Schemas {
|
|
1109
|
+
namespace CONTEXT {
|
|
1110
|
+
}
|
|
1111
|
+
type CONTEXT = _i_in._T_Value;
|
|
1112
|
+
namespace PARAMS {
|
|
1113
|
+
namespace value_deserializers {
|
|
1114
|
+
}
|
|
1115
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1116
|
+
}
|
|
1117
|
+
namespace RESULT {
|
|
1118
|
+
namespace annotation {
|
|
1119
|
+
}
|
|
1120
|
+
type annotation = _i_in._T_Range;
|
|
1121
|
+
}
|
|
1122
|
+
type RESULT = _i_out._T_Schemas<_i_in._T_Range>;
|
|
1123
|
+
}
|
|
1124
|
+
export declare namespace Signature {
|
|
1125
|
+
namespace CONTEXT {
|
|
1126
|
+
}
|
|
1127
|
+
type CONTEXT = _i_in._T_Value;
|
|
1128
|
+
namespace PARAMS {
|
|
1129
|
+
namespace value_deserializers {
|
|
1130
|
+
}
|
|
1131
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1132
|
+
}
|
|
1133
|
+
namespace RESULT {
|
|
1134
|
+
namespace annotation {
|
|
1135
|
+
}
|
|
1136
|
+
type annotation = _i_in._T_Range;
|
|
1137
|
+
}
|
|
1138
|
+
type RESULT = _i_out._T_Signature<_i_in._T_Range>;
|
|
1139
|
+
}
|
|
1140
|
+
export declare namespace Signature_Parameters {
|
|
1141
|
+
namespace CONTEXT {
|
|
1142
|
+
}
|
|
1143
|
+
type CONTEXT = _i_in._T_Value;
|
|
1144
|
+
namespace PARAMS {
|
|
1145
|
+
namespace value_deserializers {
|
|
1146
|
+
}
|
|
1147
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1148
|
+
}
|
|
1149
|
+
namespace RESULT {
|
|
1150
|
+
namespace annotation {
|
|
1151
|
+
}
|
|
1152
|
+
type annotation = _i_in._T_Range;
|
|
1153
|
+
}
|
|
1154
|
+
type RESULT = _i_out._T_Signature_Parameters<_i_in._T_Range>;
|
|
1155
|
+
}
|
|
1156
|
+
export declare namespace Signatures {
|
|
1157
|
+
namespace CONTEXT {
|
|
1158
|
+
}
|
|
1159
|
+
type CONTEXT = _i_in._T_Value;
|
|
1160
|
+
namespace PARAMS {
|
|
1161
|
+
namespace value_deserializers {
|
|
1162
|
+
}
|
|
1163
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1164
|
+
}
|
|
1165
|
+
namespace RESULT {
|
|
1166
|
+
namespace annotation {
|
|
1167
|
+
}
|
|
1168
|
+
type annotation = _i_in._T_Range;
|
|
1169
|
+
}
|
|
1170
|
+
type RESULT = _i_out._T_Signatures<_i_in._T_Range>;
|
|
1171
|
+
}
|
|
1172
|
+
export declare namespace Text_Type {
|
|
1173
|
+
namespace CONTEXT {
|
|
1174
|
+
}
|
|
1175
|
+
type CONTEXT = _i_in._T_Value;
|
|
1176
|
+
namespace PARAMS {
|
|
1177
|
+
namespace value_deserializers {
|
|
1178
|
+
}
|
|
1179
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1180
|
+
}
|
|
1181
|
+
namespace RESULT {
|
|
1182
|
+
namespace annotation {
|
|
1183
|
+
}
|
|
1184
|
+
type annotation = _i_in._T_Range;
|
|
1185
|
+
}
|
|
1186
|
+
type RESULT = _i_out._T_Text_Type<_i_in._T_Range>;
|
|
1187
|
+
}
|
|
1188
|
+
export declare namespace Type {
|
|
1189
|
+
namespace CONTEXT {
|
|
1190
|
+
}
|
|
1191
|
+
type CONTEXT = _i_in._T_Value;
|
|
1192
|
+
namespace PARAMS {
|
|
1193
|
+
namespace value_deserializers {
|
|
1194
|
+
}
|
|
1195
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1196
|
+
}
|
|
1197
|
+
namespace RESULT {
|
|
1198
|
+
namespace annotation {
|
|
1199
|
+
}
|
|
1200
|
+
type annotation = _i_in._T_Range;
|
|
1201
|
+
}
|
|
1202
|
+
type RESULT = _i_out._T_Type<_i_in._T_Range>;
|
|
1203
|
+
}
|
|
1204
|
+
export declare namespace Type_Node {
|
|
1205
|
+
namespace CONTEXT {
|
|
1206
|
+
}
|
|
1207
|
+
type CONTEXT = _i_in._T_Value;
|
|
1208
|
+
namespace PARAMS {
|
|
1209
|
+
namespace value_deserializers {
|
|
1210
|
+
}
|
|
1211
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1212
|
+
}
|
|
1213
|
+
namespace RESULT {
|
|
1214
|
+
namespace annotation {
|
|
1215
|
+
}
|
|
1216
|
+
type annotation = _i_in._T_Range;
|
|
1217
|
+
}
|
|
1218
|
+
type RESULT = _i_out._T_Type_Node<_i_in._T_Range>;
|
|
1219
|
+
}
|
|
1220
|
+
export declare namespace Type_Node_Reference {
|
|
1221
|
+
namespace CONTEXT {
|
|
1222
|
+
}
|
|
1223
|
+
type CONTEXT = _i_in._T_Value;
|
|
1224
|
+
namespace PARAMS {
|
|
1225
|
+
namespace value_deserializers {
|
|
1226
|
+
}
|
|
1227
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1228
|
+
}
|
|
1229
|
+
namespace RESULT {
|
|
1230
|
+
namespace annotation {
|
|
1231
|
+
}
|
|
1232
|
+
type annotation = _i_in._T_Range;
|
|
1233
|
+
}
|
|
1234
|
+
type RESULT = _i_out._T_Type_Node_Reference<_i_in._T_Range>;
|
|
1235
|
+
}
|
|
1236
|
+
export declare namespace Type_Parameters {
|
|
1237
|
+
namespace CONTEXT {
|
|
1238
|
+
}
|
|
1239
|
+
type CONTEXT = _i_in._T_Value;
|
|
1240
|
+
namespace PARAMS {
|
|
1241
|
+
namespace value_deserializers {
|
|
1242
|
+
}
|
|
1243
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1244
|
+
}
|
|
1245
|
+
namespace RESULT {
|
|
1246
|
+
namespace annotation {
|
|
1247
|
+
}
|
|
1248
|
+
type annotation = _i_in._T_Range;
|
|
1249
|
+
}
|
|
1250
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace Type_Reference {
|
|
1253
|
+
namespace CONTEXT {
|
|
1254
|
+
}
|
|
1255
|
+
type CONTEXT = _i_in._T_Value;
|
|
1256
|
+
namespace PARAMS {
|
|
1257
|
+
namespace value_deserializers {
|
|
1258
|
+
}
|
|
1259
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1260
|
+
}
|
|
1261
|
+
namespace RESULT {
|
|
1262
|
+
namespace annotation {
|
|
1263
|
+
}
|
|
1264
|
+
type annotation = _i_in._T_Range;
|
|
1265
|
+
}
|
|
1266
|
+
type RESULT = _i_out._T_Type_Reference<_i_in._T_Range>;
|
|
1267
|
+
}
|
|
1268
|
+
export declare namespace Type_Specification {
|
|
1269
|
+
namespace CONTEXT {
|
|
1270
|
+
}
|
|
1271
|
+
type CONTEXT = _i_in._T_Value;
|
|
1272
|
+
namespace PARAMS {
|
|
1273
|
+
namespace value_deserializers {
|
|
1274
|
+
}
|
|
1275
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1276
|
+
}
|
|
1277
|
+
namespace RESULT {
|
|
1278
|
+
namespace annotation {
|
|
1279
|
+
}
|
|
1280
|
+
type annotation = _i_in._T_Range;
|
|
1281
|
+
}
|
|
1282
|
+
type RESULT = _i_out._T_Type_Specification<_i_in._T_Range>;
|
|
1283
|
+
}
|
|
1284
|
+
export declare namespace Types {
|
|
1285
|
+
namespace CONTEXT {
|
|
1286
|
+
}
|
|
1287
|
+
type CONTEXT = _i_in._T_Value;
|
|
1288
|
+
namespace PARAMS {
|
|
1289
|
+
namespace value_deserializers {
|
|
1290
|
+
}
|
|
1291
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
1292
|
+
}
|
|
1293
|
+
namespace RESULT {
|
|
1294
|
+
namespace annotation {
|
|
1295
|
+
}
|
|
1296
|
+
type annotation = _i_in._T_Range;
|
|
1297
|
+
}
|
|
1298
|
+
type RESULT = _i_out._T_Types<_i_in._T_Range>;
|
|
1299
|
+
}
|