pareto 0.76.27 → 0.76.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/compile.js +34 -0
- package/dist/bin/test.js +28 -0
- package/dist/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +75 -50
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +237 -0
- package/dist/generated/implementation/schemas/module/{serializer.d.ts → marshall.d.ts} +1 -1
- package/dist/generated/implementation/schemas/module/marshall.js +67 -0
- package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
- package/dist/generated/implementation/schemas/module/resolve.js +3 -3
- package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
- package/dist/generated/implementation/schemas/schema/{serializer.d.ts → marshall.d.ts} +3 -1
- package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
- package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
- package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/{serializer.d.ts → marshall.d.ts} +2 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
- package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/core/astn_source.d.ts +116 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
- package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
- package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
- package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/module/{serializer.d.ts → marshall.d.ts} +20 -3
- package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
- package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
- package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/module/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
- package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +368 -35
- package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
- package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/other/compile_astn.d.ts +3 -0
- package/dist/other/compile_astn.js +67 -0
- package/dist/other/fp_write_to_console.d.ts +5 -0
- package/dist/other/fp_write_to_console.js +38 -0
- package/dist/other/path.d.ts +3 -0
- package/dist/other/path.js +39 -0
- package/dist/other/serialize_schemas.d.ts +3 -0
- package/dist/other/serialize_schemas.js +67 -0
- package/dist/other/test.d.ts +1 -0
- package/dist/other/test.js +81 -0
- package/dist/other/unmarshall_astn_ast.d.ts +12 -0
- package/dist/other/unmarshall_astn_ast.js +422 -0
- package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
- package/dist/other/validate_instance_against_directory_schema.js +142 -0
- package/dist/resolvers/module.d.ts +3 -4
- package/dist/resolvers/module.js +14 -14
- package/dist/resolvers/schema.d.ts +24 -23
- package/dist/resolvers/schema.js +618 -586
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +8 -8
- package/dist/shorthands/schema.d.ts +53 -10
- package/dist/shorthands/schema.js +288 -244
- package/dist/temp_unmashall_result_types.d.ts +41 -23
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
- package/dist/temporary_schemas/all.d.ts +3 -0
- package/dist/temporary_schemas/all.js +44 -0
- package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/module.astn.js +8 -0
- package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
- package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
- package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
- package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
- package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
- package/dist/transformations/module/exupery_implementation.d.ts +4 -4
- package/dist/transformations/module/exupery_implementation.js +10 -8
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +36 -37
- package/dist/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/transformations/module/temp_typescript.js +56 -0
- package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
- package/dist/transformations/schema/exupery_implementation/main.js +34 -19
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +14 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +149 -0
- package/dist/transformations/schema/{pareto_implementation/migration_boilerplate.d.ts → exupery_implementation/migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +113 -0
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +24 -0
- package/dist/transformations/schema/exupery_implementation/resolve.js +307 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
- package/dist/transformations/schema/exupery_interface/main.js +77 -51
- package/dist/transformations/schema/exupery_interface/{serializer.d.ts → marshall.d.ts} +2 -2
- package/dist/transformations/schema/exupery_interface/marshall.js +47 -0
- package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +46 -0
- package/dist/transformations/schema/{pareto_interface/resolver.d.ts → exupery_interface/resolve.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +115 -0
- package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
- package/dist/transformations/schema/exupery_interface/types.js +61 -61
- package/dist/transformations/schema/{pareto_interface/migration_boilerplate.d.ts → exupery_interface/unmarshall.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/unmarshall.js +49 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +7 -0
- package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
- package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
- package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
- package/package.json +5 -5
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/module/serializer.js +0 -53
- package/dist/generated/implementation/schemas/schema/serializer.js +0 -964
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -167
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
- package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
- package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -90
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/transformations/module/pareto_implementation.d.ts +0 -4
- package/dist/transformations/module/pareto_implementation.js +0 -42
- package/dist/transformations/module/pareto_interface.d.ts +0 -5
- package/dist/transformations/module/pareto_interface.js +0 -150
- package/dist/transformations/schema/documentation.d.ts +0 -5
- package/dist/transformations/schema/documentation.js +0 -72
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
- package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
- package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
- package/dist/transformations/schema/graphviz.d.ts +0 -8
- package/dist/transformations/schema/graphviz.js +0 -103
- package/dist/transformations/schema/lionweb.d.ts +0 -14
- package/dist/transformations/schema/lionweb.js +0 -226
- package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_implementation/main.js +0 -63
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
- package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_interface/main.js +0 -79
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
- package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
- package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/types.js +0 -211
- package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
- package/dist/transformations/schema/railroad_diagram.js +0 -79
- package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
- package/dist/transformations/unmarshall/collect_errors.js +0 -185
- package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/transformations/unmarshall/post_parse_types.js +0 -3
- package/dist/unmarshall/collect_errors.d.ts +0 -38
- package/dist/unmarshall/collect_errors.js +0 -185
- package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/unmarshall/post_parse_types.js +0 -3
- /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
- /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/serializer.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/unmarshall.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as unresolved from "../generated/interface/schemas/module/unresolved";
|
|
3
|
-
import * as unresolved_schema from "../generated/interface/schemas/schema/unresolved";
|
|
2
|
+
import * as unresolved from "../generated/interface/schemas/module/data_types/unresolved";
|
|
3
|
+
import * as unresolved_schema from "../generated/interface/schemas/schema/data_types/unresolved";
|
|
4
4
|
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
|
|
5
|
-
export declare const module_: (operations: unresolved.Operations<pd.Source_Location>,
|
|
5
|
+
export declare const module_: (operations: unresolved.Operations<pd.Source_Location>, schema_tree: unresolved_schema.Schema_Tree<pd.Source_Location>) => unresolved.Module<pd.Source_Location>;
|
|
6
6
|
export declare const operations: (operations: Raw_Or_Normal_Dictionary<unresolved.Operations.D<pd.Source_Location>>) => unresolved.Operations<pd.Source_Location>;
|
|
7
7
|
export declare const operation: (type_parameters: Raw_Or_Normal_Dictionary<unresolved_schema.Type_Parameters.D<pd.Source_Location>>, context: unresolved.Operations.D.SG.operation.context<pd.Source_Location>, parameters: Raw_Or_Normal_Dictionary<unresolved.Operations.D.SG.operation.parameters.D<pd.Source_Location>>, result: unresolved.Operations.D.SG.operation.result<pd.Source_Location>) => unresolved.Operations.D<pd.Source_Location>;
|
|
8
8
|
export declare const set: (operations: Raw_Or_Normal_Dictionary<unresolved.Operations.D<pd.Source_Location>>) => unresolved.Operations.D<pd.Source_Location>;
|
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.set = exports.operation = exports.operations = exports.module_ = void 0;
|
|
4
4
|
const unresolved_1 = require("exupery-core-data/dist/shorthands/unresolved");
|
|
5
|
-
const module_ = (operations,
|
|
5
|
+
const module_ = (operations, schema_tree) => {
|
|
6
6
|
return {
|
|
7
7
|
'operations': operations,
|
|
8
|
-
'
|
|
8
|
+
'schema tree': schema_tree,
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
exports.module_ = module_;
|
|
12
12
|
const operations = (operations) => {
|
|
13
|
-
return (0, unresolved_1.wrap_dictionary)(operations);
|
|
13
|
+
return (0, unresolved_1.wrap_dictionary)(1, operations);
|
|
14
14
|
};
|
|
15
15
|
exports.operations = operations;
|
|
16
16
|
const operation = (type_parameters, context, parameters, result) => {
|
|
17
|
-
return (0, unresolved_1.wrap_state_group)(['operation', {
|
|
18
|
-
'type parameters': (0, unresolved_1.wrap_dictionary)(type_parameters),
|
|
17
|
+
return (0, unresolved_1.wrap_state_group)(1, ['operation', {
|
|
18
|
+
'type parameters': (0, unresolved_1.wrap_dictionary)(1, type_parameters),
|
|
19
19
|
'context': context,
|
|
20
|
-
'parameters': (0, unresolved_1.wrap_dictionary)(parameters),
|
|
20
|
+
'parameters': (0, unresolved_1.wrap_dictionary)(1, parameters),
|
|
21
21
|
'result': result
|
|
22
22
|
}]);
|
|
23
23
|
};
|
|
24
24
|
exports.operation = operation;
|
|
25
25
|
const set = (operations) => {
|
|
26
|
-
return (0, unresolved_1.wrap_state_group)(['set', (0, unresolved_1.wrap_dictionary)(operations)]);
|
|
26
|
+
return (0, unresolved_1.wrap_state_group)(1, ['set', (0, unresolved_1.wrap_dictionary)(1, operations)]);
|
|
27
27
|
};
|
|
28
28
|
exports.set = set;
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1BLDZFQUlxRDtBQUU5QyxNQUFNLE9BQU8sR0FBRyxDQUNuQixVQUFxRCxFQUNyRCxXQUE4RCxFQUN6QixFQUFFO0lBQ3ZDLE9BQU87UUFDSCxZQUFZLEVBQUUsVUFBVTtRQUN4QixhQUFhLEVBQUUsV0FBVztLQUM3QixDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBUlksUUFBQSxPQUFPLFdBUW5CO0FBRU0sTUFBTSxVQUFVLEdBQUcsQ0FDdEIsVUFBaUYsRUFDeEMsRUFBRTtJQUMzQyxPQUFPLElBQUEsNEJBQWUsRUFBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLENBQUE7QUFDekMsQ0FBQyxDQUFBO0FBSlksUUFBQSxVQUFVLGNBSXRCO0FBRU0sTUFBTSxTQUFTLEdBQUcsQ0FDckIsZUFBa0csRUFDbEcsT0FBeUUsRUFDekUsVUFBMkcsRUFDM0csTUFBdUUsRUFDNUIsRUFBRTtJQUM3QyxPQUFPLElBQUEsNkJBQWdCLEVBQUMsQ0FBQyxFQUFFLENBQUMsV0FBVyxFQUFFO1lBQ3JDLGlCQUFpQixFQUFFLElBQUEsNEJBQWUsRUFBQyxDQUFDLEVBQUUsZUFBZSxDQUFDO1lBQ3RELFNBQVMsRUFBRSxPQUFPO1lBQ2xCLFlBQVksRUFBRSxJQUFBLDRCQUFlLEVBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQztZQUM1QyxRQUFRLEVBQUUsTUFBTTtTQUNuQixDQUFDLENBQUMsQ0FBQTtBQUNQLENBQUMsQ0FBQTtBQVpZLFFBQUEsU0FBUyxhQVlyQjtBQUVNLE1BQU0sR0FBRyxHQUFHLENBQ2YsVUFBaUYsRUFDdEMsRUFBRTtJQUM3QyxPQUFPLElBQUEsNkJBQWdCLEVBQUMsQ0FBQyxFQUFFLENBQUMsS0FBSyxFQUFFLElBQUEsNEJBQWUsRUFBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFBO0FBQ3ZFLENBQUMsQ0FBQTtBQUpZLFFBQUEsR0FBRyxPQUlmIn0=
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as unresolved from "../generated/interface/schemas/schema/unresolved";
|
|
2
|
+
import * as unresolved from "../generated/interface/schemas/schema/data_types/unresolved";
|
|
3
3
|
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
|
|
4
|
+
/**
|
|
5
|
+
* schema tree
|
|
6
|
+
*/
|
|
7
|
+
export declare namespace st {
|
|
8
|
+
const set: (schemas: Raw_Or_Normal_Dictionary<unresolved.Schema_Tree<pd.Source_Location>>) => unresolved.Schema_Tree<pd.Source_Location>;
|
|
9
|
+
const schema: (schema: unresolved.Schema<pd.Source_Location>) => unresolved.Schema_Tree<pd.Source_Location>;
|
|
10
|
+
}
|
|
4
11
|
export declare const types: (types: Raw_Or_Normal_Dictionary<unresolved.Types.D<pd.Source_Location>>) => unresolved.Types<pd.Source_Location>;
|
|
5
12
|
export declare const globals: (complexity: "unconstrained" | "constrained", text_types: Raw_Or_Normal_Dictionary<unresolved.Globals.text_types.D<pd.Source_Location>>, number_types: Raw_Or_Normal_Dictionary<unresolved.Globals.number_types.D<pd.Source_Location>>) => unresolved.Globals<pd.Source_Location>;
|
|
6
13
|
export declare const type: (type: unresolved.Type_Node<pd.Source_Location>) => unresolved.Types.D<pd.Source_Location>;
|
|
7
14
|
export declare const text: (type: "single line" | "multi line") => unresolved.Text_Type<pd.Source_Location>;
|
|
15
|
+
/**
|
|
16
|
+
* number type
|
|
17
|
+
*/
|
|
8
18
|
export declare namespace n {
|
|
9
19
|
const integer: (decimal_separator_offset?: number) => unresolved.Number_Type<pd.Source_Location>;
|
|
10
20
|
const approximation: (significant_digits: number) => unresolved.Number_Type<pd.Source_Location>;
|
|
@@ -13,6 +23,9 @@ export declare namespace n {
|
|
|
13
23
|
}
|
|
14
24
|
export declare const reference: (type: string) => unresolved.Type_Reference<pd.Source_Location>;
|
|
15
25
|
export declare const part_reference: (type: string, tail: unresolved.Type_Node_Reference.tail.L<pd.Source_Location>[]) => unresolved.Type_Node_Reference<pd.Source_Location>;
|
|
26
|
+
/**
|
|
27
|
+
* type node
|
|
28
|
+
*/
|
|
16
29
|
export declare namespace t {
|
|
17
30
|
const boolean: () => unresolved.Type_Node<pd.Source_Location>;
|
|
18
31
|
const component: (type: string) => unresolved.Type_Node<pd.Source_Location>;
|
|
@@ -36,6 +49,9 @@ export declare namespace t {
|
|
|
36
49
|
const text_local: (bt: unresolved.Text_Type<pd.Source_Location>) => unresolved.Type_Node<pd.Source_Location>;
|
|
37
50
|
const type_parameter: (name: string) => unresolved.Type_Node<pd.Source_Location>;
|
|
38
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* type node reference tail step
|
|
54
|
+
*/
|
|
39
55
|
export declare namespace tr {
|
|
40
56
|
const d: () => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
|
|
41
57
|
const g: (grp: string) => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
|
|
@@ -43,6 +59,9 @@ export declare namespace tr {
|
|
|
43
59
|
const o: () => unresolved.Type_Node_Reference.tail.L<pd.Source_Location>;
|
|
44
60
|
}
|
|
45
61
|
export declare const sig_params: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<pd.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<pd.Source_Location>>) => unresolved.Signature_Parameters<pd.Source_Location>;
|
|
62
|
+
/**
|
|
63
|
+
* signature
|
|
64
|
+
*/
|
|
46
65
|
export declare namespace sig {
|
|
47
66
|
const local: (values: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.values.D<pd.Source_Location>>, lookups: Raw_Or_Normal_Dictionary<unresolved.Signature_Parameters.lookups.D<pd.Source_Location>>) => unresolved.Signatures.D<pd.Source_Location>;
|
|
48
67
|
const same_as: (name: string) => unresolved.Signatures.D<pd.Source_Location>;
|
|
@@ -50,14 +69,16 @@ export declare namespace sig {
|
|
|
50
69
|
export declare const value_parameter: (name: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<pd.Source_Location>;
|
|
51
70
|
export declare const value_parameter_external: (imp: string, type: string, presence?: "optional" | "required") => unresolved.Signature_Parameters.values.D<pd.Source_Location>;
|
|
52
71
|
export declare const lookup_parameter: (name: string, type?: "acyclic" | "cyclic" | "stack", presence?: "optional" | "required") => unresolved.Signature_Parameters.lookups.D<pd.Source_Location>;
|
|
53
|
-
|
|
54
|
-
|
|
72
|
+
/**
|
|
73
|
+
* lookup selection
|
|
74
|
+
*/
|
|
75
|
+
export declare namespace ls {
|
|
55
76
|
const parameter: (parameter: string) => unresolved.Lookup_Selection<pd.Source_Location>;
|
|
56
77
|
const not_circular_dependent_siblings: () => unresolved.Lookup_Selection<pd.Source_Location>;
|
|
57
78
|
const possibly_circular_dependent_siblings: () => unresolved.Lookup_Selection<pd.Source_Location>;
|
|
58
79
|
}
|
|
59
80
|
/**
|
|
60
|
-
*
|
|
81
|
+
* node resolver lookup arguments
|
|
61
82
|
*/
|
|
62
83
|
export declare namespace al {
|
|
63
84
|
const not_set: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
|
|
@@ -83,26 +104,37 @@ export declare namespace al {
|
|
|
83
104
|
*/
|
|
84
105
|
const possibly_circular_dependent_siblings: () => unresolved.Node_Resolver.SG.component._arguments.O.lookups.O.D<pd.Source_Location>;
|
|
85
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* value selection path step
|
|
109
|
+
*/
|
|
86
110
|
export declare namespace vst {
|
|
87
111
|
const component: () => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
|
|
88
112
|
const group: (property: string) => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
|
|
89
113
|
const reference: () => unresolved.Relative_Value_Selection.path.L<pd.Source_Location>;
|
|
90
114
|
}
|
|
115
|
+
/**
|
|
116
|
+
* optional value initialization
|
|
117
|
+
*/
|
|
91
118
|
export declare namespace ovi {
|
|
92
119
|
const not_set: () => unresolved.Optional_Value_Initialization<pd.Source_Location>;
|
|
93
120
|
const set: (value: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Optional_Value_Initialization<pd.Source_Location>;
|
|
94
121
|
const selection: (selection: unresolved.Possible_Value_Selection<pd.Source_Location>) => unresolved.Optional_Value_Initialization<pd.Source_Location>;
|
|
95
122
|
}
|
|
123
|
+
/**
|
|
124
|
+
* possible value selection
|
|
125
|
+
*/
|
|
96
126
|
export declare namespace pvs {
|
|
97
127
|
const state_group: (state_group: string, result: unresolved.Type_Reference<pd.Source_Location>) => unresolved.Possible_Value_Selection<pd.Source_Location>;
|
|
98
128
|
const optional_value: (optional_value: string, result: unresolved.Type_Reference<pd.Source_Location>) => unresolved.Possible_Value_Selection<pd.Source_Location>;
|
|
99
129
|
const parameter: (parameter: string) => unresolved.Possible_Value_Selection<pd.Source_Location>;
|
|
100
130
|
}
|
|
131
|
+
/**
|
|
132
|
+
* guaranteed value selection
|
|
133
|
+
*/
|
|
101
134
|
export declare namespace gvs {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
135
|
+
const dictionary: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Lookup_Selection<pd.Source_Location>;
|
|
136
|
+
const component: (component: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
137
|
+
const reference: (reference: string, constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
106
138
|
const list: (list: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
107
139
|
const state_group: (state_group: string, result: unresolved.Type_Reference<pd.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
108
140
|
const optional_value: (optional_value: string, result: unresolved.Type_Reference<pd.Source_Location>, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
@@ -113,6 +145,9 @@ export declare namespace gvs {
|
|
|
113
145
|
const parent_sibling: (parent_sibling: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
114
146
|
const option_constraint: (constraint: string, tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[]) => unresolved.Guaranteed_Value_Selection<pd.Source_Location>;
|
|
115
147
|
}
|
|
148
|
+
/**
|
|
149
|
+
* node resolver value argument
|
|
150
|
+
*/
|
|
116
151
|
export declare namespace av {
|
|
117
152
|
const parameter: (parameter: string) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>;
|
|
118
153
|
const required: (value: unresolved.Guaranteed_Value_Selection<pd.Source_Location>) => unresolved.Node_Resolver.SG.component._arguments.O.values.O.D<pd.Source_Location>;
|
|
@@ -120,14 +155,23 @@ export declare namespace av {
|
|
|
120
155
|
}
|
|
121
156
|
export declare const state: (resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<pd.Source_Location>;
|
|
122
157
|
export declare const state_constrained: (constraints: Raw_Or_Normal_Dictionary<unresolved.Option_Constraints.D<pd.Source_Location>>, resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Node_Resolver.SG.state_group.states.D<pd.Source_Location>;
|
|
158
|
+
/**
|
|
159
|
+
* option constraint
|
|
160
|
+
*/
|
|
123
161
|
export declare namespace oc {
|
|
124
162
|
const state: (value_selection: unresolved.Guaranteed_Value_Selection<pd.Source_Location>, state: string) => unresolved.Option_Constraints.D<pd.Source_Location>;
|
|
125
163
|
const assert_set: (possibly_optional: unresolved.Possible_Value_Selection<pd.Source_Location>) => unresolved.Option_Constraints.D<pd.Source_Location>;
|
|
126
164
|
}
|
|
165
|
+
/**
|
|
166
|
+
* property constraint
|
|
167
|
+
*/
|
|
127
168
|
export declare namespace pc {
|
|
128
169
|
const property: (value_selection_tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[], state: string) => unresolved.Property_Constraints.D<pd.Source_Location>;
|
|
129
170
|
const constraint: (constraint: string, value_selection_tail: unresolved.Relative_Value_Selection.path.L<pd.Source_Location>[], state?: string) => unresolved.Property_Constraints.D<pd.Source_Location>;
|
|
130
171
|
}
|
|
172
|
+
/**
|
|
173
|
+
* node resolver
|
|
174
|
+
*/
|
|
131
175
|
export declare namespace r {
|
|
132
176
|
const text: () => unresolved.Node_Resolver<pd.Source_Location>;
|
|
133
177
|
const boolean: () => unresolved.Node_Resolver<pd.Source_Location>;
|
|
@@ -150,8 +194,7 @@ export declare namespace r {
|
|
|
150
194
|
export declare const resolver: (type_resolver: unresolved.Node_Resolver<pd.Source_Location>) => unresolved.Resolvers.D<pd.Source_Location>;
|
|
151
195
|
export declare const signatures: (signatures: Raw_Or_Normal_Dictionary<unresolved.Signatures.D<pd.Source_Location>>) => unresolved.Resolve_Logic.signatures<pd.Source_Location>;
|
|
152
196
|
export declare const resolvers: (resolvers: Raw_Or_Normal_Dictionary<unresolved.Resolvers.D<pd.Source_Location>>) => unresolved.Resolvers<pd.Source_Location>;
|
|
153
|
-
export declare const
|
|
154
|
-
export declare const import_: (up: number, name: string) => unresolved.Imports.D<pd.Source_Location>;
|
|
197
|
+
export declare const import_: (name: string) => unresolved.Imports.D<pd.Source_Location>;
|
|
155
198
|
export declare const constrained: (signatures: unresolved.Resolve_Logic.signatures<pd.Source_Location>, resolvers: unresolved.Resolvers<pd.Source_Location>) => unresolved.Schema.complexity.SG.constrained<pd.Source_Location>;
|
|
156
199
|
export declare const unconstrained: () => unresolved.Schema.complexity.SG.unconstrained<pd.Source_Location>;
|
|
157
200
|
export declare const schema_: (imports: Raw_Or_Normal_Dictionary<unresolved.Imports.D<pd.Source_Location>>, globals: unresolved.Globals<pd.Source_Location>, types: unresolved.Types<pd.Source_Location>, resolve: null | unresolved.Schema.complexity.SG.constrained<pd.Source_Location>) => unresolved.Schemas.D<pd.Source_Location>;
|