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,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy91bm1hcnNoYWxsX2Vycm9ycy9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
export type _T_Value_Serializers = {
|
|
4
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
5
|
-
readonly 'custom numbers': null;
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
-
};
|
|
8
|
-
export type _T_s_Errors = ($$_: _i_in._T_Errors, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
-
}) => _i_out._T_Value;
|
|
11
|
-
export type _T_s_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
12
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
-
}) => _i_out._T_Value;
|
|
14
|
-
export type _T_s_Range = ($$_: _i_in._T_Range, $$_p: {
|
|
15
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
16
|
-
}) => _i_out._T_Value;
|
|
17
|
-
export type _T_s_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
|
|
18
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
19
|
-
}) => _i_out._T_Value;
|
|
20
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
21
|
-
export type s_Errors = _T_s_Errors;
|
|
22
|
-
export type s_Location = _T_s_Location;
|
|
23
|
-
export type s_Range = _T_s_Range;
|
|
24
|
-
export type s_Relative_Location = _T_s_Relative_Location;
|
|
25
|
-
export declare namespace _T_Value_Serializers {
|
|
26
|
-
namespace _boolean {
|
|
27
|
-
type CONTEXT = boolean;
|
|
28
|
-
namespace PARAMS {
|
|
29
|
-
}
|
|
30
|
-
type RESULT = string;
|
|
31
|
-
}
|
|
32
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
33
|
-
namespace custom_numbers {
|
|
34
|
-
}
|
|
35
|
-
type custom_numbers = null;
|
|
36
|
-
namespace default_number {
|
|
37
|
-
type CONTEXT = number;
|
|
38
|
-
namespace PARAMS {
|
|
39
|
-
}
|
|
40
|
-
type RESULT = string;
|
|
41
|
-
}
|
|
42
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
43
|
-
}
|
|
44
|
-
export declare namespace _T_s_Errors {
|
|
45
|
-
namespace CONTEXT {
|
|
46
|
-
}
|
|
47
|
-
type CONTEXT = _i_in._T_Errors;
|
|
48
|
-
namespace PARAMS {
|
|
49
|
-
namespace value_serializers {
|
|
50
|
-
}
|
|
51
|
-
type value_serializers = _T_Value_Serializers;
|
|
52
|
-
}
|
|
53
|
-
namespace RESULT {
|
|
54
|
-
}
|
|
55
|
-
type RESULT = _i_out._T_Value;
|
|
56
|
-
}
|
|
57
|
-
export declare namespace _T_s_Location {
|
|
58
|
-
namespace CONTEXT {
|
|
59
|
-
}
|
|
60
|
-
type CONTEXT = _i_in._T_Location;
|
|
61
|
-
namespace PARAMS {
|
|
62
|
-
namespace value_serializers {
|
|
63
|
-
}
|
|
64
|
-
type value_serializers = _T_Value_Serializers;
|
|
65
|
-
}
|
|
66
|
-
namespace RESULT {
|
|
67
|
-
}
|
|
68
|
-
type RESULT = _i_out._T_Value;
|
|
69
|
-
}
|
|
70
|
-
export declare namespace _T_s_Range {
|
|
71
|
-
namespace CONTEXT {
|
|
72
|
-
}
|
|
73
|
-
type CONTEXT = _i_in._T_Range;
|
|
74
|
-
namespace PARAMS {
|
|
75
|
-
namespace value_serializers {
|
|
76
|
-
}
|
|
77
|
-
type value_serializers = _T_Value_Serializers;
|
|
78
|
-
}
|
|
79
|
-
namespace RESULT {
|
|
80
|
-
}
|
|
81
|
-
type RESULT = _i_out._T_Value;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace _T_s_Relative_Location {
|
|
84
|
-
namespace CONTEXT {
|
|
85
|
-
}
|
|
86
|
-
type CONTEXT = _i_in._T_Relative_Location;
|
|
87
|
-
namespace PARAMS {
|
|
88
|
-
namespace value_serializers {
|
|
89
|
-
}
|
|
90
|
-
type value_serializers = _T_Value_Serializers;
|
|
91
|
-
}
|
|
92
|
-
namespace RESULT {
|
|
93
|
-
}
|
|
94
|
-
type RESULT = _i_out._T_Value;
|
|
95
|
-
}
|
|
96
|
-
export declare namespace Value_Serializers {
|
|
97
|
-
namespace _boolean {
|
|
98
|
-
type CONTEXT = boolean;
|
|
99
|
-
namespace PARAMS {
|
|
100
|
-
}
|
|
101
|
-
type RESULT = string;
|
|
102
|
-
}
|
|
103
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
104
|
-
namespace custom_numbers {
|
|
105
|
-
}
|
|
106
|
-
type custom_numbers = null;
|
|
107
|
-
namespace default_number {
|
|
108
|
-
type CONTEXT = number;
|
|
109
|
-
namespace PARAMS {
|
|
110
|
-
}
|
|
111
|
-
type RESULT = string;
|
|
112
|
-
}
|
|
113
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace s_Errors {
|
|
116
|
-
namespace CONTEXT {
|
|
117
|
-
}
|
|
118
|
-
type CONTEXT = _i_in._T_Errors;
|
|
119
|
-
namespace PARAMS {
|
|
120
|
-
namespace value_serializers {
|
|
121
|
-
}
|
|
122
|
-
type value_serializers = _T_Value_Serializers;
|
|
123
|
-
}
|
|
124
|
-
namespace RESULT {
|
|
125
|
-
}
|
|
126
|
-
type RESULT = _i_out._T_Value;
|
|
127
|
-
}
|
|
128
|
-
export declare namespace s_Location {
|
|
129
|
-
namespace CONTEXT {
|
|
130
|
-
}
|
|
131
|
-
type CONTEXT = _i_in._T_Location;
|
|
132
|
-
namespace PARAMS {
|
|
133
|
-
namespace value_serializers {
|
|
134
|
-
}
|
|
135
|
-
type value_serializers = _T_Value_Serializers;
|
|
136
|
-
}
|
|
137
|
-
namespace RESULT {
|
|
138
|
-
}
|
|
139
|
-
type RESULT = _i_out._T_Value;
|
|
140
|
-
}
|
|
141
|
-
export declare namespace s_Range {
|
|
142
|
-
namespace CONTEXT {
|
|
143
|
-
}
|
|
144
|
-
type CONTEXT = _i_in._T_Range;
|
|
145
|
-
namespace PARAMS {
|
|
146
|
-
namespace value_serializers {
|
|
147
|
-
}
|
|
148
|
-
type value_serializers = _T_Value_Serializers;
|
|
149
|
-
}
|
|
150
|
-
namespace RESULT {
|
|
151
|
-
}
|
|
152
|
-
type RESULT = _i_out._T_Value;
|
|
153
|
-
}
|
|
154
|
-
export declare namespace s_Relative_Location {
|
|
155
|
-
namespace CONTEXT {
|
|
156
|
-
}
|
|
157
|
-
type CONTEXT = _i_in._T_Relative_Location;
|
|
158
|
-
namespace PARAMS {
|
|
159
|
-
namespace value_serializers {
|
|
160
|
-
}
|
|
161
|
-
type value_serializers = _T_Value_Serializers;
|
|
162
|
-
}
|
|
163
|
-
namespace RESULT {
|
|
164
|
-
}
|
|
165
|
-
type RESULT = _i_out._T_Value;
|
|
166
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdW5tYXJzaGFsbF9lcnJvcnMvc2VyaWFsaXplci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// **** TYPES
|
|
4
|
-
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
-
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
-
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy91bm1hcnNoYWxsX3Jlc3VsdC9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFLQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdW5tYXJzaGFsbF9yZXN1bHQvc2VyaWFsaXplci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const exupery = "exupery";
|
package/dist/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.exupery = void 0;
|
|
4
|
-
exports.exupery = "exupery";
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQWEsUUFBQSxPQUFPLEdBQUcsU0FBUyxDQUFBIn0=
|
|
@@ -1,4 +0,0 @@
|
|
|
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/implementation/unresolved";
|
|
4
|
-
export declare const Module: ($: _in.Module) => _out.Module_Set<pd.Source_Location>;
|
|
@@ -1,42 +0,0 @@
|
|
|
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 pd = __importStar(require("exupery-core-data"));
|
|
28
|
-
const pa = __importStar(require("exupery-core-alg"));
|
|
29
|
-
const main_1 = require("../schema/pareto_implementation/main");
|
|
30
|
-
const Module = ($) => {
|
|
31
|
-
return {
|
|
32
|
-
'location': pd.get_location_info(1),
|
|
33
|
-
'dictionary': pa.dictionary_literal({
|
|
34
|
-
"schemas": (0, main_1.Schemas)($.schemas)
|
|
35
|
-
}).map(($) => ({
|
|
36
|
-
'location': pd.get_location_info(1),
|
|
37
|
-
'entry': $
|
|
38
|
-
}))
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
exports.Module = Module;
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZXRvX2ltcGxlbWVudGF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RyYW5zZm9ybWF0aW9ucy9tb2R1bGUvcGFyZXRvX2ltcGxlbWVudGF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBRXZDLHFEQUFzQztBQU90QywrREFBOEQ7QUFDdkQsTUFBTSxNQUFNLEdBQUcsQ0FBQyxDQUFhLEVBQXVDLEVBQUU7SUFDekUsT0FBTztRQUNILFVBQVUsRUFBRSxFQUFFLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDO1FBQ25DLFlBQVksRUFBRSxFQUFFLENBQUMsa0JBQWtCLENBQXdDO1lBQ3ZFLFNBQVMsRUFBRSxJQUFBLGNBQU8sRUFBQyxDQUFDLENBQUMsT0FBTyxDQUFDO1NBQ2hDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7WUFDWCxVQUFVLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztZQUNuQyxPQUFPLEVBQUUsQ0FBQztTQUNiLENBQUMsQ0FBQztLQUNOLENBQUE7QUFDTCxDQUFDLENBQUE7QUFWWSxRQUFBLE1BQU0sVUFVbEIifQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
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";
|
|
4
|
-
export declare const Operations: ($: _in.Operations) => _out.Type<pd.Source_Location>;
|
|
5
|
-
export declare const Module: ($: _in.Module) => _out.Module_Set<pd.Source_Location>;
|
|
@@ -1,150 +0,0 @@
|
|
|
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 = exports.Operations = void 0;
|
|
27
|
-
const pa = __importStar(require("exupery-core-alg"));
|
|
28
|
-
const unresolved_1 = require("exupery-core-data/dist/shorthands/unresolved");
|
|
29
|
-
const interface_1 = require("exupery/dist/shorthands/interface");
|
|
30
|
-
const main_1 = require("../schema/pareto_interface/main");
|
|
31
|
-
const t_pareto_interface_types = __importStar(require("../schema/pareto_interface/types"));
|
|
32
|
-
const Operations = ($) => {
|
|
33
|
-
return interface_1.t.group($.map(($) => pa.cc($, ($) => {
|
|
34
|
-
switch ($[0]) {
|
|
35
|
-
case 'operation': return pa.ss($, ($) => interface_1.t.function_($['type parameters'].map(($) => null), t_pareto_interface_types.Type_Node($.context), $.parameters.map(($) => pa.cc($, ($) => t_pareto_interface_types.Type_Node($))), t_pareto_interface_types.Type_Node($.result)));
|
|
36
|
-
case 'set': return pa.ss($, ($) => (0, exports.Operations)($));
|
|
37
|
-
default: return pa.au($[0]);
|
|
38
|
-
}
|
|
39
|
-
})));
|
|
40
|
-
};
|
|
41
|
-
exports.Operations = Operations;
|
|
42
|
-
const Module = ($) => {
|
|
43
|
-
return (0, unresolved_1.wrap_dictionary)({
|
|
44
|
-
"core": interface_1.m.set({
|
|
45
|
-
"unresolved.ts": interface_1.m.module({}, { "Source": null }, {
|
|
46
|
-
"Reference To Circular Dependent Sibling": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
47
|
-
"key": interface_1.t.string(),
|
|
48
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
49
|
-
})),
|
|
50
|
-
"Derived Reference": (0, interface_1.type)({ "Type": null }, interface_1.t.null_()),
|
|
51
|
-
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
52
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
53
|
-
"dictionary": interface_1.t.dictionary(interface_1.t.group({
|
|
54
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
55
|
-
"entry": interface_1.t.type_parameter("D"),
|
|
56
|
-
})),
|
|
57
|
-
})),
|
|
58
|
-
"Ordered Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
59
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
60
|
-
"dictionary": interface_1.t.dictionary(interface_1.t.group({
|
|
61
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
62
|
-
"entry": interface_1.t.type_parameter("D"),
|
|
63
|
-
})),
|
|
64
|
-
})),
|
|
65
|
-
"List": (0, interface_1.type)({ "L": null }, interface_1.t.group({
|
|
66
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
67
|
-
"list": interface_1.t.array(interface_1.t.group({
|
|
68
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
69
|
-
"element": interface_1.t.type_parameter("L"),
|
|
70
|
-
})),
|
|
71
|
-
})),
|
|
72
|
-
"Reference To Normal Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
73
|
-
"key": interface_1.t.string(),
|
|
74
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
75
|
-
})),
|
|
76
|
-
"Reference To Stacked Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
77
|
-
"key": interface_1.t.string(),
|
|
78
|
-
"up steps": interface_1.t.integer('unsigned'),
|
|
79
|
-
"location": interface_1.t.module_parameter("Source"),
|
|
80
|
-
})),
|
|
81
|
-
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.group({
|
|
82
|
-
"location": interface_1.t.module_parameter("Source"), //needed for state constraints
|
|
83
|
-
"state group": interface_1.t.type_parameter("SG"),
|
|
84
|
-
})),
|
|
85
|
-
}),
|
|
86
|
-
"resolved.ts": interface_1.m.module({}, { "Source": null }, {
|
|
87
|
-
"Reference To Circular Dependent Sibling": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
88
|
-
"key": interface_1.t.string(),
|
|
89
|
-
"entry": interface_1.t.computed_value(interface_1.t.type_parameter("Dictionary Entry")),
|
|
90
|
-
})),
|
|
91
|
-
"Derived Reference": (0, interface_1.type)({ "Type": null }, interface_1.t.type_parameter("Type")),
|
|
92
|
-
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.type_parameter("D"))),
|
|
93
|
-
"Ordered Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.group({
|
|
94
|
-
"dictionary": interface_1.t.dictionary(interface_1.t.type_parameter("D")),
|
|
95
|
-
"ordered list": interface_1.t.array(interface_1.t.key_value_pair(interface_1.t.type_parameter("D"))),
|
|
96
|
-
})),
|
|
97
|
-
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.type_parameter("L"))),
|
|
98
|
-
"Reference To Normal Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
99
|
-
"key": interface_1.t.string(),
|
|
100
|
-
"entry": interface_1.t.type_parameter("Dictionary Entry"),
|
|
101
|
-
})),
|
|
102
|
-
"Reference To Stacked Dictionary Entry": (0, interface_1.type)({ "Dictionary Entry": null }, interface_1.t.group({
|
|
103
|
-
"key": interface_1.t.string(),
|
|
104
|
-
"up steps": interface_1.t.integer('unsigned'),
|
|
105
|
-
"entry": interface_1.t.type_parameter("Dictionary Entry"),
|
|
106
|
-
})),
|
|
107
|
-
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.type_parameter("SG")),
|
|
108
|
-
}),
|
|
109
|
-
"unconstrained.ts": interface_1.m.module({}, { "Source": null }, {
|
|
110
|
-
"Dictionary": (0, interface_1.type)({ "D": null }, interface_1.t.dictionary(interface_1.t.type_parameter("D"))),
|
|
111
|
-
"List": (0, interface_1.type)({ "L": null }, interface_1.t.array(interface_1.t.type_parameter("L"))),
|
|
112
|
-
"State Group": (0, interface_1.type)({ "SG": null }, interface_1.t.type_parameter("SG")),
|
|
113
|
-
}),
|
|
114
|
-
// "unresolved.ts": m.module(
|
|
115
|
-
// {},
|
|
116
|
-
// { "Source": null },
|
|
117
|
-
// {
|
|
118
|
-
// "Reference To Circular Dependent Sibling": type({ "Dictionary Entry": null }, t.string()),
|
|
119
|
-
// "Derived Reference": type({ "Type": null }, t.null_()),
|
|
120
|
-
// "Dictionary": type({ "D": null }, t.dictionary(t.type_parameter("D"))),
|
|
121
|
-
// "Ordered Dictionary": type({ "D": null }, t.dictionary(t.type_parameter("D"))),
|
|
122
|
-
// "List": type({ "L": null }, t.array(t.type_parameter("L"))),
|
|
123
|
-
// "Reference To Normal Dictionary Entry": type({ "Dictionary Entry": null }, t.string()),
|
|
124
|
-
// "Reference To Stacked Dictionary Entry": type({ "Dictionary Entry": null }, t.string()),
|
|
125
|
-
// "State Group": type({ "SG": null }, t.type_parameter("SG")),
|
|
126
|
-
// },
|
|
127
|
-
// ),
|
|
128
|
-
}),
|
|
129
|
-
// "operations": m.module(
|
|
130
|
-
// {
|
|
131
|
-
// "core": i.sibling(
|
|
132
|
-
// "core",
|
|
133
|
-
// [
|
|
134
|
-
// "resolved"
|
|
135
|
-
// ],
|
|
136
|
-
// {
|
|
137
|
-
// "Source": pa.cc($, ($) => t.null_()),
|
|
138
|
-
// },
|
|
139
|
-
// )
|
|
140
|
-
// },
|
|
141
|
-
// {},
|
|
142
|
-
// {
|
|
143
|
-
// "operations": type({}, Operations($.operations))
|
|
144
|
-
// },
|
|
145
|
-
// ),
|
|
146
|
-
"schemas": (0, main_1.Schemas)($.schemas),
|
|
147
|
-
});
|
|
148
|
-
};
|
|
149
|
-
exports.Module = Module;
|
|
150
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZXRvX2ludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90cmFuc2Zvcm1hdGlvbnMvbW9kdWxlL3BhcmV0b19pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFDQSxxREFBc0M7QUFFdEMsNkVBQThFO0FBSzlFLGlFQUF1RTtBQUN2RSwwREFBeUQ7QUFDekQsMkZBQTRFO0FBRXJFLE1BQU0sVUFBVSxHQUFHLENBQUMsQ0FBaUIsRUFBaUMsRUFBRTtJQUMzRSxPQUFPLGFBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtRQUN2QyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1lBQ1gsS0FBSyxXQUFXLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxhQUFDLENBQUMsU0FBUyxDQUNoRCxDQUFDLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUNyQyx3QkFBd0IsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxFQUM3QyxDQUFDLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLHdCQUF3QixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQy9FLHdCQUF3QixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQy9DLENBQUMsQ0FBQTtZ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
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as _in from "pareto/dist/generated/interface/schemas/schema/resolved";
|
|
2
|
-
import * as _in_m from "pareto/dist/generated/interface/schemas/module/resolved";
|
|
3
|
-
import * as _out from "pareto-fountain-pen/dist/generated/interface/schemas/block/unconstrained";
|
|
4
|
-
export declare const Schemas: ($: _in.Schemas) => _out.Block_Part;
|
|
5
|
-
export declare const Module: ($: _in_m.Module) => _out.Directory;
|
|
@@ -1,72 +0,0 @@
|
|
|
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 = exports.Schemas = void 0;
|
|
27
|
-
const pa = __importStar(require("exupery-core-alg"));
|
|
28
|
-
const block_1 = require("pareto-fountain-pen/dist/shorthands/block");
|
|
29
|
-
const Schemas = ($) => {
|
|
30
|
-
return block_1.b.sub_decorated($['ordered list'].map(($) => block_1.b.sub([
|
|
31
|
-
block_1.b.simple_line($.key),
|
|
32
|
-
block_1.b.nested_line([
|
|
33
|
-
block_1.l.indent([
|
|
34
|
-
pa.cc($.value, ($) => {
|
|
35
|
-
switch ($[0]) {
|
|
36
|
-
case 'schema': return pa.ss($, ($) => block_1.b.sub([
|
|
37
|
-
block_1.b.simple_line(`types:`),
|
|
38
|
-
block_1.b.nested_line([
|
|
39
|
-
block_1.l.indent([
|
|
40
|
-
block_1.b.sub_decorated($.types['ordered list'].map(($) => block_1.b.sub([
|
|
41
|
-
block_1.b.simple_line($.key)
|
|
42
|
-
])))
|
|
43
|
-
])
|
|
44
|
-
]),
|
|
45
|
-
block_1.b.simple_line(``),
|
|
46
|
-
]));
|
|
47
|
-
case 'set': return pa.ss($, ($) => block_1.b.sub([
|
|
48
|
-
block_1.b.simple_line(`schemas:`),
|
|
49
|
-
block_1.b.nested_line([
|
|
50
|
-
block_1.l.indent([
|
|
51
|
-
(0, exports.Schemas)($)
|
|
52
|
-
])
|
|
53
|
-
]),
|
|
54
|
-
block_1.b.simple_line(``),
|
|
55
|
-
]));
|
|
56
|
-
default: return pa.au($[0]);
|
|
57
|
-
}
|
|
58
|
-
})
|
|
59
|
-
]),
|
|
60
|
-
]),
|
|
61
|
-
])));
|
|
62
|
-
};
|
|
63
|
-
exports.Schemas = Schemas;
|
|
64
|
-
const Module = ($) => {
|
|
65
|
-
return pa.dictionary_literal({
|
|
66
|
-
"doc.txt": block_1.d.file([
|
|
67
|
-
(0, exports.Schemas)($.schemas)
|
|
68
|
-
])
|
|
69
|
-
});
|
|
70
|
-
};
|
|
71
|
-
exports.Module = Module;
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnRhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90cmFuc2Zvcm1hdGlvbnMvc2NoZW1hL2RvY3VtZW50YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFDQSxxREFBc0M7QUFNdEMscUVBQW1FO0FBRTVELE1BQU0sT0FBTyxHQUFHLENBQUMsQ0FBYyxFQUFtQixFQUFFO0lBQ3ZELE9BQU8sU0FBQyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxTQUFDLENBQUMsR0FBRyxDQUFDO1FBQ3RELFNBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQztRQUNwQixTQUFDLENBQUMsV0FBVyxDQUFDO1lBQ1YsU0FBQyxDQUFDLE1BQU0sQ0FBQztnQkFDTCxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFDakIsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQzt3QkFDWCxLQUFLLFFBQVEsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLFNBQUMsQ0FBQyxHQUFHLENBQUM7NEJBQ3hDLFNBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDOzRCQUN2QixTQUFDLENBQUMsV0FBVyxDQUFDO2dDQUNWLFNBQUMsQ0FBQyxNQUFNLENBQUM7b0NBQ0wsU0FBQyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsU0FBQyxDQUFDLEdBQUcsQ0FBQzt3Q0FDckQsU0FBQyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDO3FDQUN2QixDQUFDLENBQUMsQ0FBQztpQ0FDUCxDQUFDOzZCQUNMLENBQUM7NEJBQ0YsU0FBQyxDQUFDLFdBQVcsQ0FBQyxFQUFFLENBQUM7eUJBQ3BCLENBQUMsQ0FBQyxDQUFBO3dCQUNILEtBQUssS0FBSyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsU0FBQyxDQUFDLEdBQUcsQ0FBQzs0QkFDckMsU0FBQyxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUM7NEJBQ3pCLFNBQUMsQ0FBQyxXQUFXLENBQUM7Z0NBQ1YsU0FBQyxDQUFDLE1BQU0sQ0FBQztvQ0FDTCxJQUFBLGVBQU8sRUFBQyxDQUFDLENBQUM7aUNBQ2IsQ0FBQzs2QkFDTCxDQUFDOzRCQUNGLFNBQUMsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDO3lCQUNwQixDQUFDLENBQUMsQ0FBQTt3QkFDSCxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7b0JBQy9CLENBQUM7Z0JBQ0wsQ0FBQyxDQUFDO2FBRUwsQ0FBQztTQUNMLENBQUM7S0FDTCxDQUFDLENBQUMsQ0FBQyxDQUFBO0FBQ1IsQ0FBQyxDQUFBO0FBbENZLFFBQUEsT0FBTyxXQWtDbkI7QUFFTSxNQUFNLE1BQU0sR0FBRyxDQUFDLENBQWUsRUFBa0IsRUFBRTtJQUN0RCxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztRQUN6QixTQUFTLEVBQUUsU0FBQyxDQUFDLElBQUksQ0FBQztZQUNkLElBQUEsZUFBTyxFQUFDLENBQUMsQ0FBQyxPQUFPLENBQUM7U0FDckIsQ0FBQztLQUNMLENBQUMsQ0FBQTtBQUNOLENBQUMsQ0FBQTtBQU5ZLFFBQUEsTUFBTSxVQU1sQiJ9
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as pt from 'exupery-core-types';
|
|
3
|
-
import * as _in from "../../../generated/interface/schemas/schema/resolved";
|
|
4
|
-
import * as _out from "exupery/dist/generated/interface/schemas/implementation/unresolved";
|
|
5
|
-
import * as _out_interface from "exupery/dist/generated/interface/schemas/interface/unresolved";
|
|
6
|
-
export declare const Types: ($: _in.Types, $p: {
|
|
7
|
-
"key": string;
|
|
8
|
-
"imports": _in.Imports;
|
|
9
|
-
"constrained": boolean;
|
|
10
|
-
}) => _out.Module_Set.D<pd.Source_Location>;
|
|
11
|
-
export declare const Type_Node: ($: _in.Type_Node, $p: {
|
|
12
|
-
"type": string;
|
|
13
|
-
"subselection": pt.Array<_out_interface.Type.SG.component.sub_selection.L<pd.Source_Location>>;
|
|
14
|
-
}) => _out.Initialization<pd.Source_Location>;
|