pareto 0.76.27 → 0.76.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/compile.js +34 -0
- package/dist/bin/test.js +28 -0
- package/dist/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +75 -50
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +237 -0
- package/dist/generated/implementation/schemas/module/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/module/marshall.js +67 -0
- package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
- package/dist/generated/implementation/schemas/module/resolve.js +3 -3
- package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
- package/dist/generated/implementation/schemas/schema/{serializer.d.ts → marshall.d.ts} +3 -1
- package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
- package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
- package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/{serializer.d.ts → marshall.d.ts} +2 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
- package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
- package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
- package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
- package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/module/{serializer.d.ts → marshall.d.ts} +20 -3
- package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
- package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
- package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/module/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
- package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +368 -35
- package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
- package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/other/compile_astn.d.ts +3 -0
- package/dist/other/compile_astn.js +67 -0
- package/dist/other/fp_write_to_console.d.ts +5 -0
- package/dist/other/fp_write_to_console.js +38 -0
- package/dist/other/path.d.ts +3 -0
- package/dist/other/path.js +39 -0
- package/dist/other/serialize_schemas.d.ts +3 -0
- package/dist/other/serialize_schemas.js +67 -0
- package/dist/other/test.d.ts +1 -0
- package/dist/other/test.js +81 -0
- package/dist/other/unmarshall_astn_ast.d.ts +12 -0
- package/dist/other/unmarshall_astn_ast.js +422 -0
- package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
- package/dist/other/validate_instance_against_directory_schema.js +142 -0
- package/dist/resolvers/module.d.ts +3 -4
- package/dist/resolvers/module.js +14 -14
- package/dist/resolvers/schema.d.ts +24 -23
- package/dist/resolvers/schema.js +618 -586
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +8 -8
- package/dist/shorthands/schema.d.ts +53 -10
- package/dist/shorthands/schema.js +288 -244
- package/dist/temp_unmashall_result_types.d.ts +41 -23
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
- package/dist/temporary_schemas/all.d.ts +3 -0
- package/dist/temporary_schemas/all.js +44 -0
- package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/module.astn.js +8 -0
- package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
- package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
- package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
- package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
- package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
- package/dist/transformations/module/exupery_implementation.d.ts +4 -4
- package/dist/transformations/module/exupery_implementation.js +10 -8
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +36 -37
- package/dist/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/transformations/module/temp_typescript.js +56 -0
- package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
- package/dist/transformations/schema/exupery_implementation/main.js +34 -19
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +14 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +149 -0
- package/dist/transformations/schema/{pareto_implementation/migration_boilerplate.d.ts → exupery_implementation/migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +113 -0
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +24 -0
- package/dist/transformations/schema/exupery_implementation/resolve.js +307 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
- package/dist/transformations/schema/exupery_interface/main.js +77 -51
- package/dist/transformations/schema/exupery_interface/{serializer.d.ts → marshall.d.ts} +2 -2
- package/dist/transformations/schema/exupery_interface/marshall.js +47 -0
- package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +46 -0
- package/dist/transformations/schema/{pareto_interface/resolver.d.ts → exupery_interface/resolve.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +115 -0
- package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
- package/dist/transformations/schema/exupery_interface/types.js +61 -61
- package/dist/transformations/schema/{pareto_interface/migration_boilerplate.d.ts → exupery_interface/unmarshall.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/unmarshall.js +49 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
- package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
- package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
- package/package.json +5 -5
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/module/serializer.js +0 -53
- package/dist/generated/implementation/schemas/schema/serializer.js +0 -964
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -167
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
- package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
- package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -90
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/transformations/module/pareto_implementation.d.ts +0 -4
- package/dist/transformations/module/pareto_implementation.js +0 -42
- package/dist/transformations/module/pareto_interface.d.ts +0 -5
- package/dist/transformations/module/pareto_interface.js +0 -150
- package/dist/transformations/schema/documentation.d.ts +0 -5
- package/dist/transformations/schema/documentation.js +0 -72
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
- package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
- package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
- package/dist/transformations/schema/graphviz.d.ts +0 -8
- package/dist/transformations/schema/graphviz.js +0 -103
- package/dist/transformations/schema/lionweb.d.ts +0 -14
- package/dist/transformations/schema/lionweb.js +0 -226
- package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_implementation/main.js +0 -63
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
- package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_interface/main.js +0 -79
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
- package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
- package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/types.js +0 -211
- package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
- package/dist/transformations/schema/railroad_diagram.js +0 -79
- package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
- package/dist/transformations/unmarshall/collect_errors.js +0 -185
- package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/transformations/unmarshall/post_parse_types.js +0 -3
- package/dist/unmarshall/collect_errors.d.ts +0 -38
- package/dist/unmarshall/collect_errors.js +0 -185
- package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/unmarshall/post_parse_types.js +0 -3
- /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
- /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/serializer.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/unmarshall.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _et from 'exupery-core-types';
|
|
2
2
|
export type _T_Document = _T_Value;
|
|
3
|
-
export type _T_Value = readonly ['concise group',
|
|
3
|
+
export type _T_Value = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
4
4
|
'optional',
|
|
5
5
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
6
6
|
] | readonly [
|
|
@@ -15,7 +15,7 @@ export type _T_Value = readonly ['concise group', _pt.Array<_T_Value>] | readonl
|
|
|
15
15
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
16
16
|
readonly 'value': string;
|
|
17
17
|
}
|
|
18
|
-
] | readonly ['verbose group',
|
|
18
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
19
19
|
export type Document = _T_Document;
|
|
20
20
|
export type Value = _T_Value;
|
|
21
21
|
export declare namespace _T_Document {
|
|
@@ -27,19 +27,19 @@ export declare namespace _T_Value {
|
|
|
27
27
|
}
|
|
28
28
|
type L = _T_Value;
|
|
29
29
|
}
|
|
30
|
-
type concise_group =
|
|
30
|
+
type concise_group = _et.Array<_T_Value>;
|
|
31
31
|
namespace dictionary {
|
|
32
32
|
namespace D {
|
|
33
33
|
}
|
|
34
34
|
type D = _T_Value;
|
|
35
35
|
}
|
|
36
|
-
type dictionary =
|
|
36
|
+
type dictionary = _et.Dictionary<_T_Value>;
|
|
37
37
|
namespace list {
|
|
38
38
|
namespace L {
|
|
39
39
|
}
|
|
40
40
|
type L = _T_Value;
|
|
41
41
|
}
|
|
42
|
-
type list =
|
|
42
|
+
type list = _et.Array<_T_Value>;
|
|
43
43
|
type nothing = null;
|
|
44
44
|
namespace optional {
|
|
45
45
|
namespace SG {
|
|
@@ -82,9 +82,9 @@ export declare namespace _T_Value {
|
|
|
82
82
|
}
|
|
83
83
|
type D = _T_Value;
|
|
84
84
|
}
|
|
85
|
-
type verbose_group =
|
|
85
|
+
type verbose_group = _et.Dictionary<_T_Value>;
|
|
86
86
|
}
|
|
87
|
-
type SG = readonly ['concise group',
|
|
87
|
+
type SG = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
88
88
|
'optional',
|
|
89
89
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
90
90
|
] | readonly [
|
|
@@ -99,7 +99,7 @@ export declare namespace _T_Value {
|
|
|
99
99
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
100
100
|
readonly 'value': string;
|
|
101
101
|
}
|
|
102
|
-
] | readonly ['verbose group',
|
|
102
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
103
103
|
}
|
|
104
104
|
export declare namespace Document {
|
|
105
105
|
}
|
|
@@ -110,19 +110,19 @@ export declare namespace Value {
|
|
|
110
110
|
}
|
|
111
111
|
type L = _T_Value;
|
|
112
112
|
}
|
|
113
|
-
type concise_group =
|
|
113
|
+
type concise_group = _et.Array<_T_Value>;
|
|
114
114
|
namespace dictionary {
|
|
115
115
|
namespace D {
|
|
116
116
|
}
|
|
117
117
|
type D = _T_Value;
|
|
118
118
|
}
|
|
119
|
-
type dictionary =
|
|
119
|
+
type dictionary = _et.Dictionary<_T_Value>;
|
|
120
120
|
namespace list {
|
|
121
121
|
namespace L {
|
|
122
122
|
}
|
|
123
123
|
type L = _T_Value;
|
|
124
124
|
}
|
|
125
|
-
type list =
|
|
125
|
+
type list = _et.Array<_T_Value>;
|
|
126
126
|
type nothing = null;
|
|
127
127
|
namespace optional {
|
|
128
128
|
namespace SG {
|
|
@@ -165,9 +165,9 @@ export declare namespace Value {
|
|
|
165
165
|
}
|
|
166
166
|
type D = _T_Value;
|
|
167
167
|
}
|
|
168
|
-
type verbose_group =
|
|
168
|
+
type verbose_group = _et.Dictionary<_T_Value>;
|
|
169
169
|
}
|
|
170
|
-
type SG = readonly ['concise group',
|
|
170
|
+
type SG = readonly ['concise group', _et.Array<_T_Value>] | readonly ['dictionary', _et.Dictionary<_T_Value>] | readonly ['list', _et.Array<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
171
171
|
'optional',
|
|
172
172
|
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
173
173
|
] | readonly [
|
|
@@ -182,5 +182,5 @@ export declare namespace Value {
|
|
|
182
182
|
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
183
183
|
readonly 'value': string;
|
|
184
184
|
}
|
|
185
|
-
] | readonly ['verbose group',
|
|
185
|
+
] | readonly ['verbose group', _et.Dictionary<_T_Value>];
|
|
186
186
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _et from 'exupery-core-types';
|
|
2
2
|
export type Location_to_String<Source> = ($: Source) => string;
|
|
3
3
|
export type _T_Location_2_String<Source> = Location_to_String<Source>;
|
|
4
|
-
export type Non_Circular_Result<T> = ['error', ['circular',
|
|
5
|
-
export type Acyclic_Lookup<T> =
|
|
4
|
+
export type Non_Circular_Result<T> = ['error', ['circular', _et.Array<string>]] | ['resolved', T];
|
|
5
|
+
export type Acyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Non_Circular_Result<T>>>;
|
|
6
6
|
export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
|
|
7
|
-
export type Possibly_Circular_Result<T> =
|
|
8
|
-
export type Cyclic_Lookup<T> =
|
|
7
|
+
export type Possibly_Circular_Result<T> = _et.Computed_Value<T>;
|
|
8
|
+
export type Cyclic_Lookup<T> = _et.Optional_Value<_et.Lookup<Possibly_Circular_Result<T>>>;
|
|
9
9
|
export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
|
|
10
|
-
export type Lookup_Stack<T> =
|
|
10
|
+
export type Lookup_Stack<T> = _et.Array<Acyclic_Lookup<T>>;
|
|
11
11
|
export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Derived_Reference<
|
|
3
|
-
export type _T_Dictionary<
|
|
4
|
-
export type _T_List<
|
|
5
|
-
export type _T_Ordered_Dictionary<
|
|
2
|
+
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
4
|
+
export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
|
|
5
|
+
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
6
|
readonly 'dictionary': _pt.Dictionary<T_D>;
|
|
7
7
|
readonly 'ordered list': _pt.Array<_pt.Key_Value_Pair<T_D>>;
|
|
8
8
|
};
|
|
9
|
-
export type _T_Reference_To_Circular_Dependent_Sibling<
|
|
9
|
+
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
10
10
|
readonly 'entry': _pt.Computed_Value<T_Dictionary_Entry>;
|
|
11
11
|
readonly 'key': string;
|
|
12
12
|
};
|
|
13
|
-
export type _T_Reference_To_Normal_Dictionary_Entry<
|
|
13
|
+
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
14
14
|
readonly 'entry': T_Dictionary_Entry;
|
|
15
15
|
readonly 'key': string;
|
|
16
16
|
};
|
|
17
|
-
export type _T_Reference_To_Stacked_Dictionary_Entry<
|
|
17
|
+
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
18
18
|
readonly 'entry': T_Dictionary_Entry;
|
|
19
19
|
readonly 'key': string;
|
|
20
20
|
readonly 'up steps': number;
|
|
21
21
|
};
|
|
22
|
-
export type _T_State_Group<
|
|
23
|
-
export type Derived_Reference<
|
|
24
|
-
export type Dictionary<
|
|
25
|
-
export type List<
|
|
26
|
-
export type Ordered_Dictionary<
|
|
27
|
-
export type Reference_To_Circular_Dependent_Sibling<
|
|
28
|
-
export type Reference_To_Normal_Dictionary_Entry<
|
|
29
|
-
export type Reference_To_Stacked_Dictionary_Entry<
|
|
30
|
-
export type State_Group<
|
|
22
|
+
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
23
|
+
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
24
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
25
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
26
|
+
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
27
|
+
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
28
|
+
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
29
|
+
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
30
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
31
31
|
export declare namespace _T_Dictionary {
|
|
32
|
-
type D<
|
|
32
|
+
type D<M_Source, T_D> = T_D;
|
|
33
33
|
}
|
|
34
34
|
export declare namespace _T_List {
|
|
35
|
-
type L<
|
|
35
|
+
type L<M_Source, T_L> = T_L;
|
|
36
36
|
}
|
|
37
37
|
export declare namespace _T_Ordered_Dictionary {
|
|
38
38
|
namespace dictionary {
|
|
39
|
-
type D<
|
|
39
|
+
type D<M_Source, T_D> = T_D;
|
|
40
40
|
}
|
|
41
|
-
type dictionary<
|
|
41
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
42
42
|
namespace ordered_list {
|
|
43
43
|
namespace L {
|
|
44
|
-
type K<
|
|
44
|
+
type K<M_Source, T_D> = T_D;
|
|
45
45
|
}
|
|
46
|
-
type L<
|
|
46
|
+
type L<M_Source, T_D> = _pt.Key_Value_Pair<T_D>;
|
|
47
47
|
}
|
|
48
|
-
type ordered_list<
|
|
48
|
+
type ordered_list<M_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
|
|
49
49
|
}
|
|
50
50
|
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
51
51
|
namespace entry {
|
|
52
|
-
type C<
|
|
52
|
+
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
53
53
|
}
|
|
54
|
-
type entry<
|
|
55
|
-
type key<
|
|
54
|
+
type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
|
|
55
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
56
56
|
}
|
|
57
57
|
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
58
|
-
type entry<
|
|
59
|
-
type key<
|
|
58
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
59
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
60
60
|
}
|
|
61
61
|
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
62
|
-
type entry<
|
|
63
|
-
type key<
|
|
64
|
-
type up_steps<
|
|
62
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
64
|
+
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
65
65
|
}
|
|
66
66
|
export declare namespace Dictionary {
|
|
67
|
-
type D<
|
|
67
|
+
type D<M_Source, T_D> = T_D;
|
|
68
68
|
}
|
|
69
69
|
export declare namespace List {
|
|
70
|
-
type L<
|
|
70
|
+
type L<M_Source, T_L> = T_L;
|
|
71
71
|
}
|
|
72
72
|
export declare namespace Ordered_Dictionary {
|
|
73
73
|
namespace dictionary {
|
|
74
|
-
type D<
|
|
74
|
+
type D<M_Source, T_D> = T_D;
|
|
75
75
|
}
|
|
76
|
-
type dictionary<
|
|
76
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
77
77
|
namespace ordered_list {
|
|
78
78
|
namespace L {
|
|
79
|
-
type K<
|
|
79
|
+
type K<M_Source, T_D> = T_D;
|
|
80
80
|
}
|
|
81
|
-
type L<
|
|
81
|
+
type L<M_Source, T_D> = _pt.Key_Value_Pair<T_D>;
|
|
82
82
|
}
|
|
83
|
-
type ordered_list<
|
|
83
|
+
type ordered_list<M_Source, T_D> = _pt.Array<_pt.Key_Value_Pair<T_D>>;
|
|
84
84
|
}
|
|
85
85
|
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
86
86
|
namespace entry {
|
|
87
|
-
type C<
|
|
87
|
+
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
88
88
|
}
|
|
89
|
-
type entry<
|
|
90
|
-
type key<
|
|
89
|
+
type entry<M_Source, T_Dictionary_Entry> = _pt.Computed_Value<T_Dictionary_Entry>;
|
|
90
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
91
91
|
}
|
|
92
92
|
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
93
|
-
type entry<
|
|
94
|
-
type key<
|
|
93
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
94
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
95
95
|
}
|
|
96
96
|
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
97
|
-
type entry<
|
|
98
|
-
type key<
|
|
99
|
-
type up_steps<
|
|
97
|
+
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
98
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
99
|
+
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
100
100
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Dictionary<
|
|
3
|
-
export type _T_List<
|
|
4
|
-
export type _T_State_Group<
|
|
5
|
-
export type Dictionary<
|
|
6
|
-
export type List<
|
|
7
|
-
export type State_Group<
|
|
2
|
+
export type _T_Dictionary<M_Source, T_D> = _pt.Dictionary<T_D>;
|
|
3
|
+
export type _T_List<M_Source, T_L> = _pt.Array<T_L>;
|
|
4
|
+
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
7
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
8
8
|
export declare namespace _T_Dictionary {
|
|
9
|
-
type D<
|
|
9
|
+
type D<M_Source, T_D> = T_D;
|
|
10
10
|
}
|
|
11
11
|
export declare namespace _T_List {
|
|
12
|
-
type L<
|
|
12
|
+
type L<M_Source, T_L> = T_L;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace Dictionary {
|
|
15
|
-
type D<
|
|
15
|
+
type D<M_Source, T_D> = T_D;
|
|
16
16
|
}
|
|
17
17
|
export declare namespace List {
|
|
18
|
-
type L<
|
|
18
|
+
type L<M_Source, T_L> = T_L;
|
|
19
19
|
}
|
|
@@ -1,184 +1,181 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
export type _T_Derived_Reference<
|
|
3
|
-
export type _T_Dictionary<
|
|
2
|
+
export type _T_Derived_Reference<M_Source, T_Type> = null;
|
|
3
|
+
export type _T_Dictionary<M_Source, T_D> = {
|
|
4
4
|
readonly 'dictionary': _pt.Dictionary<{
|
|
5
5
|
readonly 'entry': T_D;
|
|
6
|
-
readonly 'location':
|
|
6
|
+
readonly 'location': M_Source;
|
|
7
7
|
}>;
|
|
8
|
-
readonly 'location':
|
|
8
|
+
readonly 'location': M_Source;
|
|
9
9
|
};
|
|
10
|
-
export type _T_List<
|
|
10
|
+
export type _T_List<M_Source, T_L> = {
|
|
11
11
|
readonly 'list': _pt.Array<{
|
|
12
12
|
readonly 'element': T_L;
|
|
13
|
-
readonly 'location':
|
|
13
|
+
readonly 'location': M_Source;
|
|
14
14
|
}>;
|
|
15
|
-
readonly 'location':
|
|
15
|
+
readonly 'location': M_Source;
|
|
16
16
|
};
|
|
17
|
-
export type _T_Ordered_Dictionary<
|
|
17
|
+
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
18
18
|
readonly 'dictionary': _pt.Dictionary<{
|
|
19
19
|
readonly 'entry': T_D;
|
|
20
|
-
readonly 'location':
|
|
20
|
+
readonly 'location': M_Source;
|
|
21
21
|
}>;
|
|
22
|
-
readonly 'location':
|
|
22
|
+
readonly 'location': M_Source;
|
|
23
23
|
};
|
|
24
|
-
export type _T_Reference_To_Circular_Dependent_Sibling<
|
|
24
|
+
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
25
25
|
readonly 'key': string;
|
|
26
|
-
readonly 'location':
|
|
26
|
+
readonly 'location': M_Source;
|
|
27
27
|
};
|
|
28
|
-
export type _T_Reference_To_Normal_Dictionary_Entry<
|
|
28
|
+
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
29
29
|
readonly 'key': string;
|
|
30
|
-
readonly 'location':
|
|
30
|
+
readonly 'location': M_Source;
|
|
31
31
|
};
|
|
32
|
-
export type _T_Reference_To_Stacked_Dictionary_Entry<
|
|
32
|
+
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
33
33
|
readonly 'key': string;
|
|
34
|
-
readonly 'location':
|
|
35
|
-
readonly 'up steps': number;
|
|
34
|
+
readonly 'location': M_Source;
|
|
36
35
|
};
|
|
37
|
-
export type _T_State_Group<
|
|
38
|
-
readonly 'location':
|
|
36
|
+
export type _T_State_Group<M_Source, T_SG> = {
|
|
37
|
+
readonly 'location': M_Source;
|
|
39
38
|
readonly 'state group': T_SG;
|
|
40
39
|
};
|
|
41
|
-
export type Derived_Reference<
|
|
42
|
-
export type Dictionary<
|
|
43
|
-
export type List<
|
|
44
|
-
export type Ordered_Dictionary<
|
|
45
|
-
export type Reference_To_Circular_Dependent_Sibling<
|
|
46
|
-
export type Reference_To_Normal_Dictionary_Entry<
|
|
47
|
-
export type Reference_To_Stacked_Dictionary_Entry<
|
|
48
|
-
export type State_Group<
|
|
40
|
+
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
41
|
+
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
42
|
+
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
43
|
+
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
44
|
+
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
45
|
+
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
46
|
+
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
47
|
+
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
49
48
|
export declare namespace _T_Dictionary {
|
|
50
49
|
namespace dictionary {
|
|
51
50
|
namespace D {
|
|
52
|
-
type entry<
|
|
53
|
-
type location<
|
|
51
|
+
type entry<M_Source, T_D> = T_D;
|
|
52
|
+
type location<M_Source, T_D> = M_Source;
|
|
54
53
|
}
|
|
55
|
-
type D<
|
|
54
|
+
type D<M_Source, T_D> = {
|
|
56
55
|
readonly 'entry': T_D;
|
|
57
|
-
readonly 'location':
|
|
56
|
+
readonly 'location': M_Source;
|
|
58
57
|
};
|
|
59
58
|
}
|
|
60
|
-
type dictionary<
|
|
59
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<{
|
|
61
60
|
readonly 'entry': T_D;
|
|
62
|
-
readonly 'location':
|
|
61
|
+
readonly 'location': M_Source;
|
|
63
62
|
}>;
|
|
64
|
-
type location<
|
|
63
|
+
type location<M_Source, T_D> = M_Source;
|
|
65
64
|
}
|
|
66
65
|
export declare namespace _T_List {
|
|
67
66
|
namespace list {
|
|
68
67
|
namespace L {
|
|
69
|
-
type element<
|
|
70
|
-
type location<
|
|
68
|
+
type element<M_Source, T_L> = T_L;
|
|
69
|
+
type location<M_Source, T_L> = M_Source;
|
|
71
70
|
}
|
|
72
|
-
type L<
|
|
71
|
+
type L<M_Source, T_L> = {
|
|
73
72
|
readonly 'element': T_L;
|
|
74
|
-
readonly 'location':
|
|
73
|
+
readonly 'location': M_Source;
|
|
75
74
|
};
|
|
76
75
|
}
|
|
77
|
-
type list<
|
|
76
|
+
type list<M_Source, T_L> = _pt.Array<{
|
|
78
77
|
readonly 'element': T_L;
|
|
79
|
-
readonly 'location':
|
|
78
|
+
readonly 'location': M_Source;
|
|
80
79
|
}>;
|
|
81
|
-
type location<
|
|
80
|
+
type location<M_Source, T_L> = M_Source;
|
|
82
81
|
}
|
|
83
82
|
export declare namespace _T_Ordered_Dictionary {
|
|
84
83
|
namespace dictionary {
|
|
85
84
|
namespace D {
|
|
86
|
-
type entry<
|
|
87
|
-
type location<
|
|
85
|
+
type entry<M_Source, T_D> = T_D;
|
|
86
|
+
type location<M_Source, T_D> = M_Source;
|
|
88
87
|
}
|
|
89
|
-
type D<
|
|
88
|
+
type D<M_Source, T_D> = {
|
|
90
89
|
readonly 'entry': T_D;
|
|
91
|
-
readonly 'location':
|
|
90
|
+
readonly 'location': M_Source;
|
|
92
91
|
};
|
|
93
92
|
}
|
|
94
|
-
type dictionary<
|
|
93
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<{
|
|
95
94
|
readonly 'entry': T_D;
|
|
96
|
-
readonly 'location':
|
|
95
|
+
readonly 'location': M_Source;
|
|
97
96
|
}>;
|
|
98
|
-
type location<
|
|
97
|
+
type location<M_Source, T_D> = M_Source;
|
|
99
98
|
}
|
|
100
99
|
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
101
|
-
type key<
|
|
102
|
-
type location<
|
|
100
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
101
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
103
102
|
}
|
|
104
103
|
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
105
|
-
type key<
|
|
106
|
-
type location<
|
|
104
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
105
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
107
106
|
}
|
|
108
107
|
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
109
|
-
type key<
|
|
110
|
-
type location<
|
|
111
|
-
type up_steps<G_Source, T_Dictionary_Entry> = number;
|
|
108
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
109
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
112
110
|
}
|
|
113
111
|
export declare namespace _T_State_Group {
|
|
114
|
-
type location<
|
|
115
|
-
type state_group<
|
|
112
|
+
type location<M_Source, T_SG> = M_Source;
|
|
113
|
+
type state_group<M_Source, T_SG> = T_SG;
|
|
116
114
|
}
|
|
117
115
|
export declare namespace Dictionary {
|
|
118
116
|
namespace dictionary {
|
|
119
117
|
namespace D {
|
|
120
|
-
type entry<
|
|
121
|
-
type location<
|
|
118
|
+
type entry<M_Source, T_D> = T_D;
|
|
119
|
+
type location<M_Source, T_D> = M_Source;
|
|
122
120
|
}
|
|
123
|
-
type D<
|
|
121
|
+
type D<M_Source, T_D> = {
|
|
124
122
|
readonly 'entry': T_D;
|
|
125
|
-
readonly 'location':
|
|
123
|
+
readonly 'location': M_Source;
|
|
126
124
|
};
|
|
127
125
|
}
|
|
128
|
-
type dictionary<
|
|
126
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<{
|
|
129
127
|
readonly 'entry': T_D;
|
|
130
|
-
readonly 'location':
|
|
128
|
+
readonly 'location': M_Source;
|
|
131
129
|
}>;
|
|
132
|
-
type location<
|
|
130
|
+
type location<M_Source, T_D> = M_Source;
|
|
133
131
|
}
|
|
134
132
|
export declare namespace List {
|
|
135
133
|
namespace list {
|
|
136
134
|
namespace L {
|
|
137
|
-
type element<
|
|
138
|
-
type location<
|
|
135
|
+
type element<M_Source, T_L> = T_L;
|
|
136
|
+
type location<M_Source, T_L> = M_Source;
|
|
139
137
|
}
|
|
140
|
-
type L<
|
|
138
|
+
type L<M_Source, T_L> = {
|
|
141
139
|
readonly 'element': T_L;
|
|
142
|
-
readonly 'location':
|
|
140
|
+
readonly 'location': M_Source;
|
|
143
141
|
};
|
|
144
142
|
}
|
|
145
|
-
type list<
|
|
143
|
+
type list<M_Source, T_L> = _pt.Array<{
|
|
146
144
|
readonly 'element': T_L;
|
|
147
|
-
readonly 'location':
|
|
145
|
+
readonly 'location': M_Source;
|
|
148
146
|
}>;
|
|
149
|
-
type location<
|
|
147
|
+
type location<M_Source, T_L> = M_Source;
|
|
150
148
|
}
|
|
151
149
|
export declare namespace Ordered_Dictionary {
|
|
152
150
|
namespace dictionary {
|
|
153
151
|
namespace D {
|
|
154
|
-
type entry<
|
|
155
|
-
type location<
|
|
152
|
+
type entry<M_Source, T_D> = T_D;
|
|
153
|
+
type location<M_Source, T_D> = M_Source;
|
|
156
154
|
}
|
|
157
|
-
type D<
|
|
155
|
+
type D<M_Source, T_D> = {
|
|
158
156
|
readonly 'entry': T_D;
|
|
159
|
-
readonly 'location':
|
|
157
|
+
readonly 'location': M_Source;
|
|
160
158
|
};
|
|
161
159
|
}
|
|
162
|
-
type dictionary<
|
|
160
|
+
type dictionary<M_Source, T_D> = _pt.Dictionary<{
|
|
163
161
|
readonly 'entry': T_D;
|
|
164
|
-
readonly 'location':
|
|
162
|
+
readonly 'location': M_Source;
|
|
165
163
|
}>;
|
|
166
|
-
type location<
|
|
164
|
+
type location<M_Source, T_D> = M_Source;
|
|
167
165
|
}
|
|
168
166
|
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
169
|
-
type key<
|
|
170
|
-
type location<
|
|
167
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
168
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
171
169
|
}
|
|
172
170
|
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
173
|
-
type key<
|
|
174
|
-
type location<
|
|
171
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
172
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
175
173
|
}
|
|
176
174
|
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
177
|
-
type key<
|
|
178
|
-
type location<
|
|
179
|
-
type up_steps<G_Source, T_Dictionary_Entry> = number;
|
|
175
|
+
type key<M_Source, T_Dictionary_Entry> = string;
|
|
176
|
+
type location<M_Source, T_Dictionary_Entry> = M_Source;
|
|
180
177
|
}
|
|
181
178
|
export declare namespace State_Group {
|
|
182
|
-
type location<
|
|
183
|
-
type state_group<
|
|
179
|
+
type location<M_Source, T_SG> = M_Source;
|
|
180
|
+
type state_group<M_Source, T_SG> = T_SG;
|
|
184
181
|
}
|