pareto 0.76.28 → 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/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/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 +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 +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.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
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Graph": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"strict": schema_1.t.boolean(),
|
|
8
|
+
"type": schema_1.t.state_group({
|
|
9
|
+
"graph": schema_1.t.nothing(),
|
|
10
|
+
"digraph": schema_1.t.nothing(),
|
|
11
|
+
}),
|
|
12
|
+
"name": schema_1.t.optional(schema_1.t.component("ID")),
|
|
13
|
+
"statements": schema_1.t.component("Statement List"),
|
|
14
|
+
})),
|
|
15
|
+
"Statement List": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
16
|
+
"node": schema_1.t.group({
|
|
17
|
+
"node": schema_1.t.component("Node ID"),
|
|
18
|
+
"attribute list": schema_1.t.component("Attribute List"),
|
|
19
|
+
}),
|
|
20
|
+
"edge": schema_1.t.group({
|
|
21
|
+
"left": schema_1.t.state_group({
|
|
22
|
+
"node": schema_1.t.component("Node ID"),
|
|
23
|
+
"subgraph": schema_1.t.component("Subgraph"),
|
|
24
|
+
}),
|
|
25
|
+
//the operator (-- or ->) can be derived from the graph type
|
|
26
|
+
"right": schema_1.t.list(schema_1.t.state_group({
|
|
27
|
+
"node": schema_1.t.component("Node ID"),
|
|
28
|
+
"subgraph": schema_1.t.component("Subgraph"),
|
|
29
|
+
})),
|
|
30
|
+
"attributes": schema_1.t.component("Attribute List"),
|
|
31
|
+
}),
|
|
32
|
+
"attribute list": schema_1.t.group({
|
|
33
|
+
"type": schema_1.t.state_group({
|
|
34
|
+
"graph": schema_1.t.nothing(),
|
|
35
|
+
"node": schema_1.t.nothing(),
|
|
36
|
+
"edge": schema_1.t.nothing(),
|
|
37
|
+
}),
|
|
38
|
+
"attributes": schema_1.t.component("Attribute List"),
|
|
39
|
+
}),
|
|
40
|
+
"attribute assignment": schema_1.t.group({
|
|
41
|
+
"name": schema_1.t.component("ID"),
|
|
42
|
+
"value": schema_1.t.component("ID"),
|
|
43
|
+
}),
|
|
44
|
+
"subgraph": schema_1.t.component("Subgraph"),
|
|
45
|
+
}))),
|
|
46
|
+
"Attribute List": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
47
|
+
"name": schema_1.t.component("ID"),
|
|
48
|
+
"value": schema_1.t.component("ID"),
|
|
49
|
+
}))),
|
|
50
|
+
"Node ID": (0, schema_1.type)(schema_1.t.group({
|
|
51
|
+
"id": schema_1.t.component("ID"),
|
|
52
|
+
"port": schema_1.t.optional(schema_1.t.group({
|
|
53
|
+
"port": schema_1.t.component("ID"),
|
|
54
|
+
"compass point": schema_1.t.optional(schema_1.t.component("ID")),
|
|
55
|
+
}))
|
|
56
|
+
})),
|
|
57
|
+
"ID": (0, schema_1.type)(schema_1.t.state_group({
|
|
58
|
+
"id": schema_1.t.text_global("id"),
|
|
59
|
+
"string": schema_1.t.text_global("Text Value"),
|
|
60
|
+
"html": schema_1.t.text_global("Text Value"),
|
|
61
|
+
"number": schema_1.t.number_local(schema_1.n.integer()),
|
|
62
|
+
})),
|
|
63
|
+
"Subgraph": (0, schema_1.type)(schema_1.t.group({
|
|
64
|
+
"subgraph": schema_1.t.optional(schema_1.t.optional(schema_1.t.component("ID"))), // is it a subgraph? and if yes, does it have a name?
|
|
65
|
+
"statements": schema_1.t.component_cyclic("Statement List"),
|
|
66
|
+
})),
|
|
67
|
+
});
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMvZ3JhcGh2aXovbG93X2xldmVsLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFPeUM7QUFHNUIsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUVJLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ2xCLFFBQVEsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ3JCLE1BQU0sRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDO1lBQ2xCLE9BQU8sRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1lBQ3BCLFNBQVMsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1NBQ3pCLENBQUM7UUFDRixNQUFNLEVBQUUsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3JDLFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGdCQUFnQixDQUFDO0tBQzlDLENBQUMsQ0FBQztJQUNILGdCQUFnQixFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUN4QyxNQUFNLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUNaLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQztZQUM5QixnQkFBZ0IsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGdCQUFnQixDQUFDO1NBQ2xELENBQUM7UUFDRixNQUFNLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUNaLE1BQU0sRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDO2dCQUNsQixNQUFNLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FB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
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
+
"String": (0, schema_1.text)("single line"),
|
|
7
|
+
"Id": (0, schema_1.text)("single line"),
|
|
8
|
+
}, {});
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXRhcmdldHMvc2NoZW1hcy9saW9ud2ViLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCO0lBQ0ksUUFBUSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztJQUM3QixJQUFJLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQUUsRUFDL0IsRUFDQyxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
+
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
+
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tdGFyZ2V0cy9zY2hlbWFzL2xpb253ZWIvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"SerializationChunk": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"serializationFormatVersion": schema_1.t.text_global("String"),
|
|
8
|
+
"languages": schema_1.t.list(schema_1.t.group({
|
|
9
|
+
"key": schema_1.t.text_global("Id"),
|
|
10
|
+
"version": schema_1.t.text_global("String"),
|
|
11
|
+
})),
|
|
12
|
+
"nodes": schema_1.t.list(schema_1.t.group({
|
|
13
|
+
"id": schema_1.t.text_global("Id"),
|
|
14
|
+
"parent": schema_1.t.optional(schema_1.t.text_global("String")),
|
|
15
|
+
"annotations": schema_1.t.list(schema_1.t.text_global("Id")),
|
|
16
|
+
"classifier": schema_1.t.component("MetaPointer"),
|
|
17
|
+
"containments": schema_1.t.list(schema_1.t.group({
|
|
18
|
+
"containment": schema_1.t.component("MetaPointer"),
|
|
19
|
+
"children": schema_1.t.list(schema_1.t.text_global("Id")),
|
|
20
|
+
})),
|
|
21
|
+
"properties": schema_1.t.list(schema_1.t.group({
|
|
22
|
+
"value": schema_1.t.text_global("Id"),
|
|
23
|
+
"property": schema_1.t.component("MetaPointer")
|
|
24
|
+
})),
|
|
25
|
+
"references": schema_1.t.list(schema_1.t.group({
|
|
26
|
+
"targets": schema_1.t.list(schema_1.t.group({
|
|
27
|
+
"reference": schema_1.t.text_global("Id"),
|
|
28
|
+
"resolveInfo": schema_1.t.text_global("String"),
|
|
29
|
+
})),
|
|
30
|
+
"reference": schema_1.t.component("MetaPointer")
|
|
31
|
+
})),
|
|
32
|
+
})),
|
|
33
|
+
})),
|
|
34
|
+
"MetaPointer": (0, schema_1.type)(schema_1.t.group({
|
|
35
|
+
"language": schema_1.t.text_global("Id"),
|
|
36
|
+
"version": schema_1.t.text_global("String"),
|
|
37
|
+
"key": schema_1.t.text_global("Id"),
|
|
38
|
+
})),
|
|
39
|
+
"SerializationChunks": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.component("SerializationChunk"))),
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMvbGlvbndlYi8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBS3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFDSSxvQkFBb0IsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQy9CLDRCQUE0QixFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDO1FBQ3JELFdBQVcsRUFBRSxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDeEIsS0FBSyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDO1lBQzFCLFNBQVMsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQztTQUNyQyxDQUFDLENBQUM7UUFDSCxPQUFPLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ3BCLElBQUksRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQztZQUN6QixRQUFRLEVBQUUsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1lBQzdDLGFBQWEsRUFBRSxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDMUMsWUFBWSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDO1lBQ3hDLGNBQWMsRUFBRSxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7Z0JBQzNCLGFBQWEsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQztnQkFDekMsVUFBVSxFQUFFLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQzthQUMxQyxDQUFDLENBQUM7WUFDSCxZQUFZLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUN6QixPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUM7Z0JBQzVCLFVBQVUsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQzthQUN6QyxDQUFDLENBQUM7WUFDSCxZQUFZLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUN6QixTQUFTLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO29CQUN0QixXQUFXLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUM7b0JBQ2hDLGFBQWEsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQztpQkFDekMsQ0FBQyxDQUFDO2dCQUNILFdBQVcsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQzthQUMxQyxDQUFDLENBQUM7U0FDTixDQUFDLENBQUM7S0FDTixDQUFDLENBQUM7SUFFSCxhQUFhLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUN4QixVQUFVLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUM7UUFDL0IsU0FBUyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDO1FBQ2xDLEtBQUssRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQztLQUM3QixDQUFDLENBQUM7SUFFSCxxQkFBcUIsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUFDO0NBQy9FLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
+
"Text Value": (0, schema_1.text)('single line'),
|
|
7
|
+
}, {});
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXRhcmdldHMvc2NoZW1hcy9wYXJldG9fZG9jdW1lbnRhdGlvbi8kLmdsb2JhbHMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFJc0M7QUFHekIsUUFBQSxDQUFDLEdBQW1DLElBQUEsZ0JBQU8sRUFDL0MsZUFBZSxFQUNwQjtJQUNJLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUM7Q0FDcEMsRUFDRCxFQUVDLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
+
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
+
exports.$ = (0, schema_1.schema_)({
|
|
8
|
+
"graphviz": (0, schema_1.import_)("graphviz high level"),
|
|
9
|
+
//"railroad diagram": import_("railroad diagram"),
|
|
10
|
+
}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tdGFyZ2V0cy9zY2hlbWFzL3BhcmV0b19kb2N1bWVudGF0aW9uLyQubW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsMERBQTZFO0FBRzdFLGlEQUE0QztBQUM1QyxxREFBK0M7QUFFbEMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQ7SUFDSSxVQUFVLEVBQUUsSUFBQSxnQkFBTyxFQUFDLHFCQUFxQixDQUFDO0lBQzFDLGtEQUFrRDtDQUNyRCxFQUNELGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFJLENBQ1AsQ0FBQSJ9
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
// "Railroad Directory": type(t.dictionary(
|
|
7
|
+
// t.state_group({
|
|
8
|
+
// "file": t.component_external("railroad diagram", "Grammar"),
|
|
9
|
+
// "directory": t.component_cyclic("Railroad Directory"),
|
|
10
|
+
// })
|
|
11
|
+
// )),
|
|
12
|
+
"Graphviz Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
|
|
13
|
+
"file": schema_1.t.component_external("graphviz", "Graph"),
|
|
14
|
+
"directory": schema_1.t.component_cyclic("Graphviz Directory"),
|
|
15
|
+
}))),
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMvcGFyZXRvX2RvY3VtZW50YXRpb24vJC50eXBlcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQU1zQztBQUd6QixRQUFBLENBQUMsR0FBa0MsSUFBQSxjQUFLLEVBQ2pEO0lBQ0ksMkNBQTJDO0lBQzNDLHNCQUFzQjtJQUN0Qix1RUFBdUU7SUFDdkUsaUVBQWlFO0lBQ2pFLFNBQVM7SUFDVCxNQUFNO0lBQ04sb0JBQW9CLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FDbkMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUNWLE1BQU0sRUFBRSxVQUFDLENBQUMsa0JBQWtCLENBQUMsVUFBVSxFQUFFLE9BQU8sQ0FBQztRQUNqRCxXQUFXLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLG9CQUFvQixDQUFDO0tBQ3hELENBQUMsQ0FDTCxDQUFDO0NBQ0wsQ0FDSixDQUFBIn0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../shorthands/schema");
|
|
5
|
+
const __module_astn_1 = require("./schemas/alan_light/$.module.astn");
|
|
6
|
+
const __module_astn_2 = require("./schemas/pareto_documentation/$.module.astn");
|
|
7
|
+
const __module_astn_3 = require("./schemas/graphviz/low_level/$.module.astn");
|
|
8
|
+
const __module_astn_4 = require("./schemas/graphviz/high_level/$.module.astn");
|
|
9
|
+
const __module_astn_5 = require("./schemas/lionweb/$.module.astn");
|
|
10
|
+
exports.$ = (0, schema_1.schemas)({
|
|
11
|
+
"alan light": __module_astn_1.$,
|
|
12
|
+
"pareto documentation": __module_astn_2.$,
|
|
13
|
+
"graphviz low level": __module_astn_3.$,
|
|
14
|
+
"graphviz high level": __module_astn_4.$,
|
|
15
|
+
"lionweb": __module_astn_5.$,
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBaUQ7QUFHakQsc0VBQXNFO0FBQ3RFLGdGQUEwRjtBQUMxRiw4RUFBcUY7QUFDckYsK0VBQXVGO0FBQ3ZGLG1FQUFnRTtBQUVuRCxRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUFDO0lBQ3JELFlBQVksRUFBRSxpQkFBWTtJQUMxQixzQkFBc0IsRUFBRSxpQkFBc0I7SUFDOUMsb0JBQW9CLEVBQUUsaUJBQW1CO0lBQ3pDLHFCQUFxQixFQUFFLGlCQUFvQjtJQUMzQyxTQUFTLEVBQUUsaUJBQVM7Q0FDdkIsQ0FBQyxDQUFBIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as _in from "../../generated/interface/schemas/module/resolved";
|
|
3
|
-
import * as _out from "exupery/dist/generated/interface/schemas/implementation/unresolved";
|
|
4
|
-
export declare const Module: ($: _in.Module) => _out.Module_Set<
|
|
1
|
+
import * as _edata from 'exupery-core-data';
|
|
2
|
+
import * as _in from "../../generated/interface/schemas/module/data_types/resolved";
|
|
3
|
+
import * as _out from "exupery/dist/generated/interface/schemas/implementation/data_types/unresolved";
|
|
4
|
+
export declare const Module: ($: _in.Module) => _out.Module_Set<_edata.Source_Location>;
|
|
@@ -24,19 +24,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Module = void 0;
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
27
|
+
const _edata = __importStar(require("exupery-core-data"));
|
|
28
|
+
const _ea = __importStar(require("exupery-core-alg"));
|
|
29
|
+
const t_exupery_implementation_main = __importStar(require("../schema/exupery_implementation/main"));
|
|
30
30
|
const Module = ($) => {
|
|
31
31
|
return {
|
|
32
|
-
'location':
|
|
33
|
-
'dictionary':
|
|
34
|
-
|
|
32
|
+
'location': _edata.get_location_info(1),
|
|
33
|
+
'dictionary': _ea.dictionary_literal({
|
|
34
|
+
'schemas': t_exupery_implementation_main.Schema_Tree($['schema tree'], {
|
|
35
|
+
'path': _ea.array_literal([]),
|
|
36
|
+
})
|
|
35
37
|
}).map(($) => ({
|
|
36
|
-
'location':
|
|
38
|
+
'location': _edata.get_location_info(1),
|
|
37
39
|
'entry': $
|
|
38
40
|
}))
|
|
39
41
|
};
|
|
40
42
|
};
|
|
41
43
|
exports.Module = Module;
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXh1cGVyeV9pbXBsZW1lbnRhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90cmFuc2Zvcm1hdGlvbnMvbW9kdWxlL2V4dXBlcnlfaW1wbGVtZW50YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSwwREFBMkM7QUFDM0Msc0RBQXVDO0FBT3ZDLHFHQUFzRjtBQUUvRSxNQUFNLE1BQU0sR0FBRyxDQUFDLENBQWEsRUFBMkMsRUFBRTtJQUM3RSxPQUFPO1FBQ0gsVUFBVSxFQUFFLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUM7UUFDdkMsWUFBWSxFQUFFLEdBQUcsQ0FBQyxrQkFBa0IsQ0FBNEM7WUFDNUUsU0FBUyxFQUFFLDZCQUE2QixDQUFDLFdBQVcsQ0FDaEQsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxFQUNoQjtnQkFDSSxNQUFNLEVBQUUsR0FBRyxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUM7YUFDaEMsQ0FDSjtTQUNKLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7WUFDWCxVQUFVLEVBQUUsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztZQUN2QyxPQUFPLEVBQUUsQ0FBQztTQUNiLENBQUMsQ0FBQztLQUNOLENBQUE7QUFDTCxDQUFDLENBQUE7QUFmWSxRQUFBLE1BQU0sVUFlbEIifQ==
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as _in from "../../generated/interface/schemas/module/resolved";
|
|
3
|
-
import * as _out from "exupery/dist/generated/interface/schemas/interface/unresolved";
|
|
2
|
+
import * as _in from "../../generated/interface/schemas/module/data_types/resolved";
|
|
3
|
+
import * as _out from "exupery/dist/generated/interface/schemas/interface/data_types/unresolved";
|
|
4
4
|
export declare const Operations: ($: _in.Operations) => _out.Type<pd.Source_Location>;
|
|
5
5
|
export declare const Module: ($: _in.Module) => _out.Module_Set<pd.Source_Location>;
|
|
@@ -27,12 +27,12 @@ exports.Module = exports.Operations = void 0;
|
|
|
27
27
|
const pa = __importStar(require("exupery-core-alg"));
|
|
28
28
|
const unresolved_1 = require("exupery-core-data/dist/shorthands/unresolved");
|
|
29
29
|
const interface_1 = require("exupery/dist/shorthands/interface");
|
|
30
|
-
const
|
|
31
|
-
const
|
|
30
|
+
const t_exupery_interface_main = __importStar(require("../schema/exupery_interface/main"));
|
|
31
|
+
const t_exupery_interface_types = __importStar(require("../schema/exupery_interface/types"));
|
|
32
32
|
const Operations = ($) => {
|
|
33
33
|
return interface_1.t.group($.map(($) => pa.cc($, ($) => {
|
|
34
34
|
switch ($[0]) {
|
|
35
|
-
case 'operation': return pa.ss($, ($) => interface_1.t.function_($['type parameters'].map(($) => null),
|
|
35
|
+
case 'operation': return pa.ss($, ($) => interface_1.t.function_($['type parameters'].map(($) => null), t_exupery_interface_types.Type_Node($.context), $.parameters.map(($) => pa.cc($, ($) => t_exupery_interface_types.Type_Node($))), t_exupery_interface_types.Type_Node($.result)));
|
|
36
36
|
case 'set': return pa.ss($, ($) => (0, exports.Operations)($));
|
|
37
37
|
default: return pa.au($[0]);
|
|
38
38
|
}
|
|
@@ -40,76 +40,75 @@ const Operations = ($) => {
|
|
|
40
40
|
};
|
|
41
41
|
exports.Operations = Operations;
|
|
42
42
|
const Module = ($) => {
|
|
43
|
-
return (0, unresolved_1.wrap_dictionary)({
|
|
43
|
+
return (0, unresolved_1.wrap_dictionary)(0, {
|
|
44
44
|
"core": interface_1.m.set({
|
|
45
45
|
"unresolved.ts": interface_1.m.module({}, { "Source": null }, {
|
|
46
46
|
"Reference To Circular Dependent Sibling": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
47
47
|
"key": interface_1.t.string(),
|
|
48
|
-
"location": interface_1.t.
|
|
48
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
49
49
|
})),
|
|
50
50
|
"Derived Reference": (0, interface_1.type)({ "Type": null }, interface_1.t.null_()),
|
|
51
51
|
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
52
|
-
"location": interface_1.t.
|
|
52
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
53
53
|
"dictionary": interface_1.t.dictionary(interface_1.t.group({
|
|
54
|
-
"location": interface_1.t.
|
|
55
|
-
"entry": interface_1.t.
|
|
54
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
55
|
+
"entry": interface_1.t.parameter_type("D"),
|
|
56
56
|
})),
|
|
57
57
|
})),
|
|
58
58
|
"Ordered Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
59
|
-
"location": interface_1.t.
|
|
59
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
60
60
|
"dictionary": interface_1.t.dictionary(interface_1.t.group({
|
|
61
|
-
"location": interface_1.t.
|
|
62
|
-
"entry": interface_1.t.
|
|
61
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
62
|
+
"entry": interface_1.t.parameter_type("D"),
|
|
63
63
|
})),
|
|
64
64
|
})),
|
|
65
65
|
"List": (0, interface_1.type)({ "L": null }, interface_1.t.group({
|
|
66
|
-
"location": interface_1.t.
|
|
66
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
67
67
|
"list": interface_1.t.array(interface_1.t.group({
|
|
68
|
-
"location": interface_1.t.
|
|
69
|
-
"element": interface_1.t.
|
|
68
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
69
|
+
"element": interface_1.t.parameter_type("L"),
|
|
70
70
|
})),
|
|
71
71
|
})),
|
|
72
72
|
"Reference To Normal Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
73
73
|
"key": interface_1.t.string(),
|
|
74
|
-
"location": interface_1.t.
|
|
74
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
75
75
|
})),
|
|
76
76
|
"Reference To Stacked Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
77
77
|
"key": interface_1.t.string(),
|
|
78
|
-
"
|
|
79
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
78
|
+
"location": interface_1.t.parameter_module("Source"),
|
|
80
79
|
})),
|
|
81
80
|
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.group({
|
|
82
|
-
"location": interface_1.t.
|
|
83
|
-
"state group": interface_1.t.
|
|
81
|
+
"location": interface_1.t.parameter_module("Source"), //needed for state constraints
|
|
82
|
+
"state group": interface_1.t.parameter_type("SG"),
|
|
84
83
|
})),
|
|
85
84
|
}),
|
|
86
85
|
"resolved.ts": interface_1.m.module({}, { "Source": null }, {
|
|
87
86
|
"Reference To Circular Dependent Sibling": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
88
87
|
"key": interface_1.t.string(),
|
|
89
|
-
"entry": interface_1.t.computed_value(interface_1.t.
|
|
88
|
+
"entry": interface_1.t.computed_value(interface_1.t.parameter_type("Dictionary Entry")),
|
|
90
89
|
})),
|
|
91
|
-
"Derived Reference": (0, interface_1.type)({ "Type": null }, interface_1.t.
|
|
92
|
-
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.
|
|
90
|
+
"Derived Reference": (0, interface_1.type)({ "Type": null }, interface_1.t.parameter_type("Type")),
|
|
91
|
+
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.parameter_type("D"))),
|
|
93
92
|
"Ordered Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
94
|
-
"dictionary": interface_1.t.dictionary(interface_1.t.
|
|
95
|
-
"ordered list": interface_1.t.array(interface_1.t.key_value_pair(interface_1.t.
|
|
93
|
+
"dictionary": interface_1.t.dictionary(interface_1.t.parameter_type("D")),
|
|
94
|
+
"ordered list": interface_1.t.array(interface_1.t.key_value_pair(interface_1.t.parameter_type("D"))),
|
|
96
95
|
})),
|
|
97
|
-
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.
|
|
96
|
+
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.parameter_type("L"))),
|
|
98
97
|
"Reference To Normal Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
99
98
|
"key": interface_1.t.string(),
|
|
100
|
-
"entry": interface_1.t.
|
|
99
|
+
"entry": interface_1.t.parameter_type("Dictionary Entry"),
|
|
101
100
|
})),
|
|
102
101
|
"Reference To Stacked Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
103
102
|
"key": interface_1.t.string(),
|
|
104
103
|
"up steps": interface_1.t.integer('unsigned'),
|
|
105
|
-
"entry": interface_1.t.
|
|
104
|
+
"entry": interface_1.t.parameter_type("Dictionary Entry"),
|
|
106
105
|
})),
|
|
107
|
-
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.
|
|
106
|
+
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.parameter_type("SG")),
|
|
108
107
|
}),
|
|
109
108
|
"unconstrained.ts": interface_1.m.module({}, { "Source": null }, {
|
|
110
|
-
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.
|
|
111
|
-
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.
|
|
112
|
-
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.
|
|
109
|
+
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.parameter_type("D"))),
|
|
110
|
+
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.parameter_type("L"))),
|
|
111
|
+
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.parameter_type("SG")),
|
|
113
112
|
}),
|
|
114
113
|
// "unresolved.ts": m.module(
|
|
115
114
|
// {},
|
|
@@ -117,12 +116,12 @@ const Module = ($) => {
|
|
|
117
116
|
// {
|
|
118
117
|
// "Reference To Circular Dependent Sibling": type({ "Dictionary Entry": null }, t.string()),
|
|
119
118
|
// "Derived Reference": type({ "Type": null }, t.null_()),
|
|
120
|
-
// "Dictionary": type({ "D": null }, t.dictionary(t.
|
|
121
|
-
// "Ordered Dictionary": type({ "D": null }, t.dictionary(t.
|
|
122
|
-
// "List": type({ "L": null }, t.array(t.
|
|
119
|
+
// "Dictionary": type({ "D": null }, t.dictionary(t.parameter_type("D"))),
|
|
120
|
+
// "Ordered Dictionary": type({ "D": null }, t.dictionary(t.parameter_type("D"))),
|
|
121
|
+
// "List": type({ "L": null }, t.array(t.parameter_type("L"))),
|
|
123
122
|
// "Reference To Normal Dictionary Entry": type({ "Dictionary Entry": null }, t.string()),
|
|
124
123
|
// "Reference To Stacked Dictionary Entry": type({ "Dictionary Entry": null }, t.string()),
|
|
125
|
-
// "State Group": type({ "SG": null }, t.
|
|
124
|
+
// "State Group": type({ "SG": null }, t.parameter_type("SG")),
|
|
126
125
|
// },
|
|
127
126
|
// ),
|
|
128
127
|
}),
|
|
@@ -143,8 +142,8 @@ const Module = ($) => {
|
|
|
143
142
|
// "operations": type({}, Operations($.operations))
|
|
144
143
|
// },
|
|
145
144
|
// ),
|
|
146
|
-
"schemas": (
|
|
145
|
+
"schemas": t_exupery_interface_main.Schema_Tree($['schema tree']),
|
|
147
146
|
});
|
|
148
147
|
};
|
|
149
148
|
exports.Module = Module;
|
|
150
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
149
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXh1cGVyeV9pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHJhbnNmb3JtYXRpb25zL21vZHVsZS9leHVwZXJ5X2ludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUNBLHFEQUFzQztBQUV0Qyw2RUFBOEU7QUFLOUUsaUVBQXVFO0FBQ3ZFLDJGQUE0RTtBQUM1RSw2RkFBOEU7QUFFdkUsTUFBTSxVQUFVLEdBQUcsQ0FBQyxDQUFpQixFQUFpQyxFQUFFO0lBQzNFLE9BQU8sYUFBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ3ZDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDWCxLQUFLLFdBQVcsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLGFBQUMsQ0FBQyxTQUFTLENBQ2hELENBQUMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQ3JDLHlCQUF5QixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLEVBQzlDLENBQUMsQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMseUJBQXlCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFDaEYseUJBQXlCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FDaEQsQ0FBQyxDQUFB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
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.Module = void 0;
|
|
27
|
+
const _ed = __importStar(require("exupery-core-data"));
|
|
28
|
+
//transformations
|
|
29
|
+
const t_exupery_library_to_typescript_temp = __importStar(require("exupery/dist/transformations/library/typescript_light"));
|
|
30
|
+
const t_pareto_to_exupery_interface = __importStar(require("../../transformations/module/exupery_interface"));
|
|
31
|
+
const t_pareto_to_exupery_implementation = __importStar(require("../../transformations/module/exupery_implementation"));
|
|
32
|
+
//resolvers
|
|
33
|
+
const r_exupery_interface = __importStar(require("exupery/dist/generated/implementation/schemas/interface/resolve"));
|
|
34
|
+
const r_exupery_implementation = __importStar(require("exupery/dist/generated/implementation/schemas/implementation/resolve"));
|
|
35
|
+
const Module = ($) => {
|
|
36
|
+
return t_exupery_library_to_typescript_temp.Temp_Library({
|
|
37
|
+
'interface': r_exupery_interface.r_Module_Set(t_pareto_to_exupery_interface.Module($), {
|
|
38
|
+
'parameters': {
|
|
39
|
+
'lookups': null,
|
|
40
|
+
'values': null,
|
|
41
|
+
},
|
|
42
|
+
'location 2 string': _ed.location_to_string
|
|
43
|
+
}),
|
|
44
|
+
'implementation': r_exupery_implementation.r_Module_Set(t_pareto_to_exupery_implementation.Module($), {
|
|
45
|
+
'parameters': {
|
|
46
|
+
'lookups': null,
|
|
47
|
+
'values': null,
|
|
48
|
+
},
|
|
49
|
+
'location 2 string': _ed.location_to_string
|
|
50
|
+
}),
|
|
51
|
+
}, {
|
|
52
|
+
'phase': 'development',
|
|
53
|
+
});
|
|
54
|
+
};
|
|
55
|
+
exports.Module = Module;
|
|
56
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVtcF90eXBlc2NyaXB0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyYW5zZm9ybWF0aW9ucy9tb2R1bGUvdGVtcF90eXBlc2NyaXB0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsdURBQXdDO0FBU3hDLGlCQUFpQjtBQUNqQiw0SEFBNkc7QUFDN0csOEdBQStGO0FBQy9GLHdIQUF5RztBQUV6RyxXQUFXO0FBQ1gscUhBQXNHO0FBQ3RHLCtIQUFnSDtBQUt6RyxNQUFNLE1BQU0sR0FBRyxDQUFDLENBQWEsRUFBa0IsRUFBRTtJQUVwRCxPQUFPLG9DQUFvQyxDQUFDLFlBQVksQ0FDcEQ7UUFDSSxXQUFXLEVBQUUsbUJBQW1CLENBQUMsWUFBWSxDQUN6Qyw2QkFBNkIsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQ3ZDO1lBQ0ksWUFBWSxFQUFFO2dCQUNWLFNBQVMsRUFBRSxJQUFJO2dCQUNmLFFBQVEsRUFBRSxJQUFJO2FBQ2pCO1lBQ0QsbUJBQW1CLEVBQUUsR0FBRyxDQUFDLGtCQUFrQjtTQUM5QyxDQUNKO1FBQ0QsZ0JBQWdCLEVBQUUsd0JBQXdCLENBQUMsWUFBWSxDQUNuRCxrQ0FBa0MsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQzVDO1lBQ0ksWUFBWSxFQUFFO2dCQUNWLFNBQVMsRUFBRSxJQUFJO2dCQUNmLFFBQVEsRUFBRSxJQUFJO2FBQ2pCO1lBQ0QsbUJBQW1CLEVBQUUsR0FBRyxDQUFDLGtCQUFrQjtTQUM5QyxDQUNKO0tBQ0osRUFDRDtRQUNJLE9BQU8sRUFBRSxhQUFhO0tBQ3pCLENBQ0osQ0FBQTtBQUNMLENBQUMsQ0FBQTtBQTdCWSxRQUFBLE1BQU0sVUE2QmxCIn0=
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
|
|
1
|
+
import * as _edata from 'exupery-core-data';
|
|
2
|
+
import * as _et from 'exupery-core-types';
|
|
3
|
+
import * as _in from "../../../generated/interface/schemas/schema/data_types/resolved";
|
|
4
|
+
import * as _out from "exupery/dist/generated/interface/schemas/implementation/data_types/unresolved";
|
|
5
|
+
export declare const Schema_Tree: ($: _in.Schema_Tree, $p: {
|
|
6
|
+
"path": _et.Array<string>;
|
|
7
|
+
}) => _out.Module_Set.D<_edata.Source_Location>;
|
|
8
|
+
export declare const Schemas: ($: _in.Schemas, $p: {
|
|
9
|
+
"path": _et.Array<string>;
|
|
10
|
+
}) => _out.Module_Set.D<_edata.Source_Location>;
|