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