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 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2NoZW1hL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Deserializers = {
|
|
2
|
+
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
+
export declare namespace _T_Value_Deserializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = string;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = boolean;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = string;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = number;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Deserializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = string;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = boolean;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = string;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = number;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2NoZW1hL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Serializers = _T_Value_Serializers;
|
|
7
|
+
export declare namespace _T_Value_Serializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = boolean;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = string;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = number;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = string;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Serializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = boolean;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = number;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = string;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3NjaGVtYS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import * as _i_core from "
|
|
2
|
-
export type
|
|
1
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
+
export type _T_Document_Range = {
|
|
3
|
+
readonly 'document': string;
|
|
3
4
|
readonly 'range': _T_Range;
|
|
5
|
+
};
|
|
6
|
+
export type _T_Errors = _i_core._T_List<null, {
|
|
7
|
+
readonly 'range': _T_Document_Range;
|
|
4
8
|
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
5
9
|
'error',
|
|
6
10
|
_i_core._T_State_Group<null, readonly [
|
|
@@ -11,7 +15,7 @@ export type _T_Errors = _i_core._T_List<null, {
|
|
|
11
15
|
] | readonly [
|
|
12
16
|
'invalid value type',
|
|
13
17
|
{
|
|
14
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
18
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
15
19
|
}
|
|
16
20
|
] | readonly [
|
|
17
21
|
'missing property',
|
|
@@ -45,15 +49,22 @@ export type _T_Relative_Location = {
|
|
|
45
49
|
readonly 'column': number;
|
|
46
50
|
readonly 'line': number;
|
|
47
51
|
};
|
|
52
|
+
export type Document_Range = _T_Document_Range;
|
|
48
53
|
export type Errors = _T_Errors;
|
|
49
54
|
export type Location = _T_Location;
|
|
50
55
|
export type Range = _T_Range;
|
|
51
56
|
export type Relative_Location = _T_Relative_Location;
|
|
57
|
+
export declare namespace _T_Document_Range {
|
|
58
|
+
type document = string;
|
|
59
|
+
namespace range {
|
|
60
|
+
}
|
|
61
|
+
type range = _T_Range;
|
|
62
|
+
}
|
|
52
63
|
export declare namespace _T_Errors {
|
|
53
64
|
namespace L {
|
|
54
65
|
namespace range {
|
|
55
66
|
}
|
|
56
|
-
type range =
|
|
67
|
+
type range = _T_Document_Range;
|
|
57
68
|
namespace _type {
|
|
58
69
|
namespace SG {
|
|
59
70
|
namespace error {
|
|
@@ -69,14 +80,17 @@ export declare namespace _T_Errors {
|
|
|
69
80
|
namespace SG {
|
|
70
81
|
type dictionary = null;
|
|
71
82
|
type group = null;
|
|
83
|
+
type list = null;
|
|
84
|
+
type not_set = null;
|
|
85
|
+
type set_or_not_set = null;
|
|
72
86
|
type text = null;
|
|
73
87
|
}
|
|
74
|
-
type SG = readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null];
|
|
88
|
+
type SG = readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null];
|
|
75
89
|
}
|
|
76
|
-
type expected = _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
90
|
+
type expected = _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
77
91
|
}
|
|
78
92
|
type invalid_value_type = {
|
|
79
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
93
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
80
94
|
};
|
|
81
95
|
namespace missing_property {
|
|
82
96
|
type name = string;
|
|
@@ -126,7 +140,7 @@ export declare namespace _T_Errors {
|
|
|
126
140
|
] | readonly [
|
|
127
141
|
'invalid value type',
|
|
128
142
|
{
|
|
129
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
143
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
130
144
|
}
|
|
131
145
|
] | readonly [
|
|
132
146
|
'missing property',
|
|
@@ -152,7 +166,7 @@ export declare namespace _T_Errors {
|
|
|
152
166
|
] | readonly [
|
|
153
167
|
'invalid value type',
|
|
154
168
|
{
|
|
155
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
169
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
156
170
|
}
|
|
157
171
|
] | readonly [
|
|
158
172
|
'missing property',
|
|
@@ -190,7 +204,7 @@ export declare namespace _T_Errors {
|
|
|
190
204
|
] | readonly [
|
|
191
205
|
'invalid value type',
|
|
192
206
|
{
|
|
193
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
207
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
194
208
|
}
|
|
195
209
|
] | readonly [
|
|
196
210
|
'missing property',
|
|
@@ -222,7 +236,7 @@ export declare namespace _T_Errors {
|
|
|
222
236
|
] | readonly [
|
|
223
237
|
'invalid value type',
|
|
224
238
|
{
|
|
225
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
239
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
226
240
|
}
|
|
227
241
|
] | readonly [
|
|
228
242
|
'missing property',
|
|
@@ -245,7 +259,7 @@ export declare namespace _T_Errors {
|
|
|
245
259
|
]>;
|
|
246
260
|
}
|
|
247
261
|
type L = {
|
|
248
|
-
readonly 'range':
|
|
262
|
+
readonly 'range': _T_Document_Range;
|
|
249
263
|
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
250
264
|
'error',
|
|
251
265
|
_i_core._T_State_Group<null, readonly [
|
|
@@ -256,7 +270,7 @@ export declare namespace _T_Errors {
|
|
|
256
270
|
] | readonly [
|
|
257
271
|
'invalid value type',
|
|
258
272
|
{
|
|
259
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
273
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
260
274
|
}
|
|
261
275
|
] | readonly [
|
|
262
276
|
'missing property',
|
|
@@ -297,11 +311,17 @@ export declare namespace _T_Relative_Location {
|
|
|
297
311
|
type column = number;
|
|
298
312
|
type line = number;
|
|
299
313
|
}
|
|
314
|
+
export declare namespace Document_Range {
|
|
315
|
+
type document = string;
|
|
316
|
+
namespace range {
|
|
317
|
+
}
|
|
318
|
+
type range = _T_Range;
|
|
319
|
+
}
|
|
300
320
|
export declare namespace Errors {
|
|
301
321
|
namespace L {
|
|
302
322
|
namespace range {
|
|
303
323
|
}
|
|
304
|
-
type range =
|
|
324
|
+
type range = _T_Document_Range;
|
|
305
325
|
namespace _type {
|
|
306
326
|
namespace SG {
|
|
307
327
|
namespace error {
|
|
@@ -317,14 +337,17 @@ export declare namespace Errors {
|
|
|
317
337
|
namespace SG {
|
|
318
338
|
type dictionary = null;
|
|
319
339
|
type group = null;
|
|
340
|
+
type list = null;
|
|
341
|
+
type not_set = null;
|
|
342
|
+
type set_or_not_set = null;
|
|
320
343
|
type text = null;
|
|
321
344
|
}
|
|
322
|
-
type SG = readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null];
|
|
345
|
+
type SG = readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null];
|
|
323
346
|
}
|
|
324
|
-
type expected = _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
347
|
+
type expected = _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
325
348
|
}
|
|
326
349
|
type invalid_value_type = {
|
|
327
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
350
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
328
351
|
};
|
|
329
352
|
namespace missing_property {
|
|
330
353
|
type name = string;
|
|
@@ -374,7 +397,7 @@ export declare namespace Errors {
|
|
|
374
397
|
] | readonly [
|
|
375
398
|
'invalid value type',
|
|
376
399
|
{
|
|
377
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
400
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
378
401
|
}
|
|
379
402
|
] | readonly [
|
|
380
403
|
'missing property',
|
|
@@ -400,7 +423,7 @@ export declare namespace Errors {
|
|
|
400
423
|
] | readonly [
|
|
401
424
|
'invalid value type',
|
|
402
425
|
{
|
|
403
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
426
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
404
427
|
}
|
|
405
428
|
] | readonly [
|
|
406
429
|
'missing property',
|
|
@@ -438,7 +461,7 @@ export declare namespace Errors {
|
|
|
438
461
|
] | readonly [
|
|
439
462
|
'invalid value type',
|
|
440
463
|
{
|
|
441
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
464
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
442
465
|
}
|
|
443
466
|
] | readonly [
|
|
444
467
|
'missing property',
|
|
@@ -470,7 +493,7 @@ export declare namespace Errors {
|
|
|
470
493
|
] | readonly [
|
|
471
494
|
'invalid value type',
|
|
472
495
|
{
|
|
473
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
496
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
474
497
|
}
|
|
475
498
|
] | readonly [
|
|
476
499
|
'missing property',
|
|
@@ -493,7 +516,7 @@ export declare namespace Errors {
|
|
|
493
516
|
]>;
|
|
494
517
|
}
|
|
495
518
|
type L = {
|
|
496
|
-
readonly 'range':
|
|
519
|
+
readonly 'range': _T_Document_Range;
|
|
497
520
|
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
498
521
|
'error',
|
|
499
522
|
_i_core._T_State_Group<null, readonly [
|
|
@@ -504,7 +527,7 @@ export declare namespace Errors {
|
|
|
504
527
|
] | readonly [
|
|
505
528
|
'invalid value type',
|
|
506
529
|
{
|
|
507
|
-
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['text', null]>;
|
|
530
|
+
readonly 'expected': _i_core._T_State_Group<null, readonly ['dictionary', null] | readonly ['group', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set or not set', null] | readonly ['text', null]>;
|
|
508
531
|
}
|
|
509
532
|
] | readonly [
|
|
510
533
|
'missing property',
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdW5tYXJzaGFsbF9lcnJvcnMvZGF0YV90eXBlcy91bmNvbnN0cmFpbmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/unconstrained";
|
|
2
|
+
import * as _i_out from "../../core/astn_target";
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Document_Range = ($$_: _i_in._T_Document_Range, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
13
|
+
export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
+
}) => _i_out._T_Value;
|
|
16
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
+
}) => _i_out._T_Value;
|
|
19
|
+
export type Document_Range = _T_Document_Range;
|
|
20
|
+
export type Errors = _T_Errors;
|
|
21
|
+
export type Location = _T_Location;
|
|
22
|
+
export type Range = _T_Range;
|
|
23
|
+
export type Relative_Location = _T_Relative_Location;
|
|
24
|
+
export declare namespace _T_Document_Range {
|
|
25
|
+
namespace CONTEXT {
|
|
26
|
+
}
|
|
27
|
+
type CONTEXT = _i_in._T_Document_Range;
|
|
28
|
+
namespace PARAMS {
|
|
29
|
+
namespace value_serializers {
|
|
30
|
+
}
|
|
31
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
32
|
+
}
|
|
33
|
+
namespace RESULT {
|
|
34
|
+
}
|
|
35
|
+
type RESULT = _i_out._T_Value;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Errors {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Errors;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
namespace value_serializers {
|
|
43
|
+
}
|
|
44
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
45
|
+
}
|
|
46
|
+
namespace RESULT {
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Value;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Location {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Location;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
namespace value_serializers {
|
|
56
|
+
}
|
|
57
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
58
|
+
}
|
|
59
|
+
namespace RESULT {
|
|
60
|
+
}
|
|
61
|
+
type RESULT = _i_out._T_Value;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace _T_Range {
|
|
64
|
+
namespace CONTEXT {
|
|
65
|
+
}
|
|
66
|
+
type CONTEXT = _i_in._T_Range;
|
|
67
|
+
namespace PARAMS {
|
|
68
|
+
namespace value_serializers {
|
|
69
|
+
}
|
|
70
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
71
|
+
}
|
|
72
|
+
namespace RESULT {
|
|
73
|
+
}
|
|
74
|
+
type RESULT = _i_out._T_Value;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace _T_Relative_Location {
|
|
77
|
+
namespace CONTEXT {
|
|
78
|
+
}
|
|
79
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
80
|
+
namespace PARAMS {
|
|
81
|
+
namespace value_serializers {
|
|
82
|
+
}
|
|
83
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
84
|
+
}
|
|
85
|
+
namespace RESULT {
|
|
86
|
+
}
|
|
87
|
+
type RESULT = _i_out._T_Value;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace Document_Range {
|
|
90
|
+
namespace CONTEXT {
|
|
91
|
+
}
|
|
92
|
+
type CONTEXT = _i_in._T_Document_Range;
|
|
93
|
+
namespace PARAMS {
|
|
94
|
+
namespace value_serializers {
|
|
95
|
+
}
|
|
96
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
97
|
+
}
|
|
98
|
+
namespace RESULT {
|
|
99
|
+
}
|
|
100
|
+
type RESULT = _i_out._T_Value;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace Errors {
|
|
103
|
+
namespace CONTEXT {
|
|
104
|
+
}
|
|
105
|
+
type CONTEXT = _i_in._T_Errors;
|
|
106
|
+
namespace PARAMS {
|
|
107
|
+
namespace value_serializers {
|
|
108
|
+
}
|
|
109
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
}
|
|
113
|
+
type RESULT = _i_out._T_Value;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Location {
|
|
116
|
+
namespace CONTEXT {
|
|
117
|
+
}
|
|
118
|
+
type CONTEXT = _i_in._T_Location;
|
|
119
|
+
namespace PARAMS {
|
|
120
|
+
namespace value_serializers {
|
|
121
|
+
}
|
|
122
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
123
|
+
}
|
|
124
|
+
namespace RESULT {
|
|
125
|
+
}
|
|
126
|
+
type RESULT = _i_out._T_Value;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace Range {
|
|
129
|
+
namespace CONTEXT {
|
|
130
|
+
}
|
|
131
|
+
type CONTEXT = _i_in._T_Range;
|
|
132
|
+
namespace PARAMS {
|
|
133
|
+
namespace value_serializers {
|
|
134
|
+
}
|
|
135
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
136
|
+
}
|
|
137
|
+
namespace RESULT {
|
|
138
|
+
}
|
|
139
|
+
type RESULT = _i_out._T_Value;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace Relative_Location {
|
|
142
|
+
namespace CONTEXT {
|
|
143
|
+
}
|
|
144
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
145
|
+
namespace PARAMS {
|
|
146
|
+
namespace value_serializers {
|
|
147
|
+
}
|
|
148
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
149
|
+
}
|
|
150
|
+
namespace RESULT {
|
|
151
|
+
}
|
|
152
|
+
type RESULT = _i_out._T_Value;
|
|
153
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3VubWFyc2hhbGxfZXJyb3JzL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,13 +1,25 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
1
|
+
import * as _i_in from "./data_types/unconstrained";
|
|
2
|
+
import * as _i_out from "./data_types/unconstrained";
|
|
3
|
+
export type _T_Document_Range = ($$_: _i_in._T_Document_Range, $$_p: null) => _i_out._T_Document_Range;
|
|
3
4
|
export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: null) => _i_out._T_Errors;
|
|
4
5
|
export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
|
|
5
6
|
export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
|
|
6
7
|
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
|
|
8
|
+
export type Document_Range = _T_Document_Range;
|
|
7
9
|
export type Errors = _T_Errors;
|
|
8
10
|
export type Location = _T_Location;
|
|
9
11
|
export type Range = _T_Range;
|
|
10
12
|
export type Relative_Location = _T_Relative_Location;
|
|
13
|
+
export declare namespace _T_Document_Range {
|
|
14
|
+
namespace CONTEXT {
|
|
15
|
+
}
|
|
16
|
+
type CONTEXT = _i_in._T_Document_Range;
|
|
17
|
+
namespace PARAMS {
|
|
18
|
+
}
|
|
19
|
+
namespace RESULT {
|
|
20
|
+
}
|
|
21
|
+
type RESULT = _i_out._T_Document_Range;
|
|
22
|
+
}
|
|
11
23
|
export declare namespace _T_Errors {
|
|
12
24
|
namespace CONTEXT {
|
|
13
25
|
}
|
|
@@ -48,6 +60,16 @@ export declare namespace _T_Relative_Location {
|
|
|
48
60
|
}
|
|
49
61
|
type RESULT = _i_out._T_Relative_Location;
|
|
50
62
|
}
|
|
63
|
+
export declare namespace Document_Range {
|
|
64
|
+
namespace CONTEXT {
|
|
65
|
+
}
|
|
66
|
+
type CONTEXT = _i_in._T_Document_Range;
|
|
67
|
+
namespace PARAMS {
|
|
68
|
+
}
|
|
69
|
+
namespace RESULT {
|
|
70
|
+
}
|
|
71
|
+
type RESULT = _i_out._T_Document_Range;
|
|
72
|
+
}
|
|
51
73
|
export declare namespace Errors {
|
|
52
74
|
namespace CONTEXT {
|
|
53
75
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdW5tYXJzaGFsbF9lcnJvcnMvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|