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,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
|
}
|
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
import * as _i_resolve from "
|
|
1
|
+
import * as _i_resolve from "../../../core/resolve";
|
|
2
2
|
import * as _i_resolved from "./resolved";
|
|
3
3
|
import * as _i_unresolved from "./unresolved";
|
|
4
|
-
export type _T_Module
|
|
5
|
-
readonly 'location 2 string': _i_resolve._T_Location_2_String<
|
|
4
|
+
export type _T_Module = <F_Source>($$_: _i_unresolved._T_Module<F_Source>, $$_p: {
|
|
5
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
6
6
|
readonly 'parameters': {
|
|
7
7
|
readonly 'lookups': null;
|
|
8
8
|
readonly 'values': null;
|
|
9
9
|
};
|
|
10
10
|
}) => _i_resolved._T_Module;
|
|
11
|
-
export type _T_Operations
|
|
12
|
-
readonly 'location 2 string': _i_resolve._T_Location_2_String<
|
|
11
|
+
export type _T_Operations = <F_Source>($$_: _i_unresolved._T_Operations<F_Source>, $$_p: {
|
|
12
|
+
readonly 'location 2 string': _i_resolve._T_Location_2_String<F_Source>;
|
|
13
13
|
readonly 'parameters': {
|
|
14
14
|
readonly 'lookups': null;
|
|
15
15
|
readonly 'values': null;
|
|
16
16
|
};
|
|
17
17
|
}) => _i_resolved._T_Operations;
|
|
18
|
-
export type Module
|
|
19
|
-
export type Operations
|
|
18
|
+
export type Module = _T_Module;
|
|
19
|
+
export type Operations = _T_Operations;
|
|
20
20
|
export declare namespace _T_Module {
|
|
21
21
|
namespace CONTEXT {
|
|
22
|
-
type Source<
|
|
22
|
+
type Source<F_Source> = F_Source;
|
|
23
23
|
}
|
|
24
|
-
type CONTEXT<
|
|
24
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Module<F_Source>;
|
|
25
25
|
namespace PARAMS {
|
|
26
26
|
namespace location_2_string {
|
|
27
|
-
type Source<
|
|
27
|
+
type Source<F_Source> = F_Source;
|
|
28
28
|
}
|
|
29
|
-
type location_2_string<
|
|
29
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
30
30
|
namespace parameters {
|
|
31
31
|
namespace lookups {
|
|
32
32
|
}
|
|
33
|
-
type lookups<
|
|
33
|
+
type lookups<F_Source> = null;
|
|
34
34
|
namespace values {
|
|
35
35
|
}
|
|
36
|
-
type values<
|
|
36
|
+
type values<F_Source> = null;
|
|
37
37
|
}
|
|
38
|
-
type parameters<
|
|
38
|
+
type parameters<F_Source> = {
|
|
39
39
|
readonly 'lookups': null;
|
|
40
40
|
readonly 'values': null;
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
namespace RESULT {
|
|
44
44
|
}
|
|
45
|
-
type RESULT<
|
|
45
|
+
type RESULT<F_Source> = _i_resolved._T_Module;
|
|
46
46
|
}
|
|
47
47
|
export declare namespace _T_Operations {
|
|
48
48
|
namespace CONTEXT {
|
|
49
|
-
type Source<
|
|
49
|
+
type Source<F_Source> = F_Source;
|
|
50
50
|
}
|
|
51
|
-
type CONTEXT<
|
|
51
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Operations<F_Source>;
|
|
52
52
|
namespace PARAMS {
|
|
53
53
|
namespace location_2_string {
|
|
54
|
-
type Source<
|
|
54
|
+
type Source<F_Source> = F_Source;
|
|
55
55
|
}
|
|
56
|
-
type location_2_string<
|
|
56
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
57
57
|
namespace parameters {
|
|
58
58
|
namespace lookups {
|
|
59
59
|
}
|
|
60
|
-
type lookups<
|
|
60
|
+
type lookups<F_Source> = null;
|
|
61
61
|
namespace values {
|
|
62
62
|
}
|
|
63
|
-
type values<
|
|
63
|
+
type values<F_Source> = null;
|
|
64
64
|
}
|
|
65
|
-
type parameters<
|
|
65
|
+
type parameters<F_Source> = {
|
|
66
66
|
readonly 'lookups': null;
|
|
67
67
|
readonly 'values': null;
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
70
|
namespace RESULT {
|
|
71
71
|
}
|
|
72
|
-
type RESULT<
|
|
72
|
+
type RESULT<F_Source> = _i_resolved._T_Operations;
|
|
73
73
|
}
|
|
74
74
|
export declare namespace Module {
|
|
75
75
|
namespace CONTEXT {
|
|
76
|
-
type Source<
|
|
76
|
+
type Source<F_Source> = F_Source;
|
|
77
77
|
}
|
|
78
|
-
type CONTEXT<
|
|
78
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Module<F_Source>;
|
|
79
79
|
namespace PARAMS {
|
|
80
80
|
namespace location_2_string {
|
|
81
|
-
type Source<
|
|
81
|
+
type Source<F_Source> = F_Source;
|
|
82
82
|
}
|
|
83
|
-
type location_2_string<
|
|
83
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
84
84
|
namespace parameters {
|
|
85
85
|
namespace lookups {
|
|
86
86
|
}
|
|
87
|
-
type lookups<
|
|
87
|
+
type lookups<F_Source> = null;
|
|
88
88
|
namespace values {
|
|
89
89
|
}
|
|
90
|
-
type values<
|
|
90
|
+
type values<F_Source> = null;
|
|
91
91
|
}
|
|
92
|
-
type parameters<
|
|
92
|
+
type parameters<F_Source> = {
|
|
93
93
|
readonly 'lookups': null;
|
|
94
94
|
readonly 'values': null;
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
namespace RESULT {
|
|
98
98
|
}
|
|
99
|
-
type RESULT<
|
|
99
|
+
type RESULT<F_Source> = _i_resolved._T_Module;
|
|
100
100
|
}
|
|
101
101
|
export declare namespace Operations {
|
|
102
102
|
namespace CONTEXT {
|
|
103
|
-
type Source<
|
|
103
|
+
type Source<F_Source> = F_Source;
|
|
104
104
|
}
|
|
105
|
-
type CONTEXT<
|
|
105
|
+
type CONTEXT<F_Source> = _i_unresolved._T_Operations<F_Source>;
|
|
106
106
|
namespace PARAMS {
|
|
107
107
|
namespace location_2_string {
|
|
108
|
-
type Source<
|
|
108
|
+
type Source<F_Source> = F_Source;
|
|
109
109
|
}
|
|
110
|
-
type location_2_string<
|
|
110
|
+
type location_2_string<F_Source> = _i_resolve._T_Location_2_String<F_Source>;
|
|
111
111
|
namespace parameters {
|
|
112
112
|
namespace lookups {
|
|
113
113
|
}
|
|
114
|
-
type lookups<
|
|
114
|
+
type lookups<F_Source> = null;
|
|
115
115
|
namespace values {
|
|
116
116
|
}
|
|
117
|
-
type values<
|
|
117
|
+
type values<F_Source> = null;
|
|
118
118
|
}
|
|
119
|
-
type parameters<
|
|
119
|
+
type parameters<F_Source> = {
|
|
120
120
|
readonly 'lookups': null;
|
|
121
121
|
readonly 'values': null;
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
namespace RESULT {
|
|
125
125
|
}
|
|
126
|
-
type RESULT<
|
|
126
|
+
type RESULT<F_Source> = _i_resolved._T_Operations;
|
|
127
127
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbW9kdWxlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|