pareto 0.76.67 → 0.77.0
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 → compile_temp_schemas.js} +3 -3
- package/dist/bin/seal.js +2 -2
- package/dist/bin/serialize_schemas.js +2 -2
- package/dist/bin/validate.js +2 -2
- package/dist/exceptional/deserializers/load_schema.d.ts +5 -5
- package/dist/exceptional/deserializers/load_schema.js +11 -10
- package/dist/{operations → implementation/algorithms/operations}/impure/tbd/path.d.ts +1 -1
- package/dist/implementation/algorithms/operations/impure/tbd/path.js +16 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.js +152 -0
- package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/seal.js +2 -2
- package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.js +62 -0
- package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/validate.js +4 -4
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_document.d.ts +2 -2
- package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_document.js +75 -0
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_file.d.ts +1 -1
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_file.js +4 -4
- package/dist/implementation/algorithms/transformations/module/exupery_implementation.d.ts +4 -0
- package/dist/{transformations → implementation/algorithms/transformations}/module/exupery_implementation.js +1 -1
- package/dist/implementation/algorithms/transformations/module/exupery_interface.d.ts +5 -0
- package/dist/{transformations → implementation/algorithms/transformations}/module/exupery_interface.js +6 -6
- package/dist/implementation/algorithms/transformations/module/temp_typescript_implementation.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_implementation.js +45 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.js +43 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.d.ts +8 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.js +52 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/main.js +92 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/marshall.js +142 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +14 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/resolve.js +300 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.d.ts +9 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.js +53 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/unmarshall.js +158 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.js +39 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/main.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/main.js +116 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/marshall.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/marshall.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +7 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.d.ts +12 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.js +110 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.js +39 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.d.ts +12 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.js +192 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/unmarshall.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/value_deserializers.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/value_serializers.js +1 -1
- package/dist/implementation/algorithms/transformations/temp/astn_schema.d.ts +10 -0
- package/dist/implementation/algorithms/transformations/temp/astn_schema.js +140 -0
- package/dist/{transformations → implementation/algorithms/transformations}/temp/unmarshall_astn_ast.d.ts +4 -4
- package/dist/{transformations → implementation/algorithms/transformations}/temp/unmarshall_astn_ast.js +6 -23
- package/dist/{transformations → implementation/algorithms/transformations}/unmarshall_errors/fountain_pen.d.ts +4 -4
- package/dist/implementation/algorithms/transformations/unmarshall_errors/fountain_pen.js +86 -0
- package/dist/implementation/algorithms/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
- package/dist/{transformations → implementation/algorithms/transformations}/unmarshall_result/astn_authoring_target.js +1 -1
- package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.d.ts +8 -0
- package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.js +344 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +41 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +113 -0
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
- package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/generic/resolve.d.ts +3 -3
- package/dist/implementation/generated/pareto/generic/resolve.js +276 -0
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.js +247 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +232 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/resolve.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +446 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +206 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.js +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.d.ts +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/resolve.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/schema/resolve.js +2025 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +230 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +218 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/implementation/generated/pareto/schemas/unmarshall_result/unmarshall.js +3 -0
- package/dist/interface/algorithms/operations/impure/tbd/path.d.ts +1 -0
- package/dist/interface/algorithms/operations/impure/tbd/path.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/compile.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/compile.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/seal.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/seal.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/validate.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/validate.js +5 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.d.ts +1 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.js +5 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.d.ts +1 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.js +5 -0
- package/dist/interface/algorithms/transformations/module/exupery_implementation.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/exupery_implementation.js +5 -0
- package/dist/interface/algorithms/transformations/module/exupery_interface.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/exupery_interface.js +5 -0
- package/dist/interface/algorithms/transformations/module/temp_typescript.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/temp_typescript.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/main.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/main.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/types.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/types.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.js +5 -0
- package/dist/interface/algorithms/transformations/temp/astn_schema.d.ts +1 -0
- package/dist/interface/algorithms/transformations/temp/astn_schema.js +5 -0
- package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.d.ts +1 -0
- package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.js +5 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.d.ts +15 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.js +1 -1
- package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
- package/dist/interface/generated/pareto/core/parse_result.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/resolve.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/resolved.js +1 -1
- package/dist/interface/generated/pareto/core/token.d.ts +49 -0
- package/dist/interface/generated/pareto/core/token.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/target.js +1 -1
- package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/astn_schema}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/astn_schema}/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +3 -0
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/value_serializers.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/unmarshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/module/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/module}/value_serializers.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +3 -0
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/parse_tree/unmarshall.js +3 -0
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/parse_tree}/value_deserializers.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/value_serializers.js +3 -0
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/schema}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/unmarshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/value_serializers.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/token}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/unmarshall.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/token}/value_serializers.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/unmarshall_errors}/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/shorthands/module.d.ts +2 -2
- package/dist/shorthands/schema.d.ts +1 -1
- package/dist/temp/resolvers/module.d.ts +1 -1
- package/dist/temp/resolvers/module.js +31 -31
- package/dist/temp/resolvers/schema.d.ts +1 -1
- package/dist/temp/resolvers/schema.js +66 -66
- package/dist/temp/temp_unmashall_result_types.d.ts +3 -3
- package/dist/temp/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/all.d.ts +1 -1
- package/dist/temp/temporary_schemas/all.js +19 -17
- package/dist/temp/temporary_schemas/antlr/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schema_tree.astn.js +5 -9
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +8 -8
- package/dist/temp/temporary_schemas/exupery-resources/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.js +15 -13
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → exupery-resources/schemas/execute_procedure_executable}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_procedure_executable}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.js +20 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.module.astn.js +2 -4
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.js +23 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_query_executable_and_catch}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_query_executable_and_catch}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable_and_catch}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.js +26 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/git/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +7 -7
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.js +5 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.js +13 -9
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/{m3_normalized → serialization_chunk}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{exupery-resources/schemas/run_query_executable_and_catch → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{exupery-resources/schemas/run_query_executable → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.js +41 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.types.astn.js +27 -0
- package/dist/temp/temporary_schemas/pareto-static-html/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → pareto-static-html/schemas/html-print}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.js +81 -0
- package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.d.ts +1 -1
- package/package.json +9 -9
- package/dist/generated/implementation/generic/resolve.js +0 -276
- package/dist/generated/implementation/generic/unmarshall.d.ts +0 -42
- package/dist/generated/implementation/generic/unmarshall.js +0 -238
- package/dist/generated/implementation/schemas/astn_schema/marshall.js +0 -232
- package/dist/generated/implementation/schemas/astn_schema/resolve.js +0 -446
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +0 -206
- package/dist/generated/implementation/schemas/schema/resolve.js +0 -2025
- package/dist/generated/implementation/schemas/token/marshall.js +0 -230
- package/dist/generated/implementation/schemas/token/unmarshall.js +0 -218
- package/dist/generated/interface/schemas/token/data_types/source.js +0 -3
- package/dist/generated/interface/schemas/token/data_types/target.js +0 -3
- package/dist/generated/interface/schemas/token/marshall.js +0 -3
- package/dist/generated/interface/schemas/token/migrate_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/token/unmarshall.js +0 -3
- package/dist/generated/interface/schemas/token/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/token/value_serializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +0 -1
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.js +0 -7
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +0 -3
- package/dist/operations/impure/tbd/path.js +0 -16
- package/dist/procedures/unguaranteed/compile.js +0 -140
- package/dist/procedures/unguaranteed/serialize_schemas.js +0 -69
- package/dist/queries/unguaranteed/load_pareto_document.js +0 -79
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.globals.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +0 -74
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.module.astn.js +0 -11
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.js +0 -50
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.globals.astn.js +0 -6
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.types.astn.js +0 -23
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable_and_catch/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable_and_catch/$.types.astn.js +0 -26
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.js +0 -38
- package/dist/transformations/module/exupery_implementation.d.ts +0 -4
- package/dist/transformations/module/exupery_interface.d.ts +0 -5
- package/dist/transformations/module/temp_typescript.d.ts +0 -3
- package/dist/transformations/module/temp_typescript.js +0 -56
- package/dist/transformations/schema/exupery_implementation/main.js +0 -81
- package/dist/transformations/schema/exupery_implementation/marshall.js +0 -142
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
- package/dist/transformations/schema/exupery_implementation/resolve.js +0 -300
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +0 -158
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +0 -3
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
- package/dist/transformations/schema/exupery_interface/main.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/main.js +0 -108
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +0 -7
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolve.js +0 -110
- package/dist/transformations/schema/exupery_interface/types.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/types.js +0 -192
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +0 -6
- package/dist/transformations/temp/astn_schema.d.ts +0 -10
- package/dist/transformations/temp/astn_schema.js +0 -140
- package/dist/transformations/unmarshall_errors/fountain_pen.js +0 -86
- package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +0 -3
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +0 -8
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +0 -344
- /package/dist/bin/{compile.d.ts → compile_temp_schemas.d.ts} +0 -0
- /package/dist/{procedures/unguaranteed/compile.d.ts → implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.d.ts} +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/seal.d.ts +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/serialize_schemas.d.ts +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/validate.d.ts +0 -0
- /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
- /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/resolved.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/marshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_serializers.d.ts +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Document": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"css": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('multi line'))),
|
|
8
|
+
"root": (0, schema_1.prop)(schema_1.t.component("Div")),
|
|
9
|
+
})),
|
|
10
|
+
"Div": (0, schema_1.type)(schema_1.t.group({
|
|
11
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
12
|
+
"width": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
13
|
+
"height": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
14
|
+
"children": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
15
|
+
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
16
|
+
"div": (0, schema_1.tstate)(schema_1.t.component_cyclic("Div")),
|
|
17
|
+
"table": (0, schema_1.tstate)(schema_1.t.group({
|
|
18
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
19
|
+
"children": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
20
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
21
|
+
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
22
|
+
"header": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
23
|
+
"body": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
24
|
+
"footer": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
25
|
+
})),
|
|
26
|
+
"rows": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
27
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
28
|
+
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
29
|
+
"th": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
30
|
+
"td": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
31
|
+
})),
|
|
32
|
+
"height": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
33
|
+
"cells": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
34
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
35
|
+
"div": (0, schema_1.prop)(schema_1.t.component_cyclic("Div")),
|
|
36
|
+
}))),
|
|
37
|
+
}))),
|
|
38
|
+
}))),
|
|
39
|
+
})),
|
|
40
|
+
"span": (0, schema_1.tstate)(schema_1.t.component("Span")),
|
|
41
|
+
"label": (0, schema_1.tstate)(schema_1.t.group({
|
|
42
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
43
|
+
"text": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
44
|
+
"div": (0, schema_1.prop)(schema_1.t.component_cyclic("Div")),
|
|
45
|
+
})),
|
|
46
|
+
"img": (0, schema_1.tstate)(schema_1.t.group({
|
|
47
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
48
|
+
"src": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
49
|
+
"alt": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
50
|
+
"width": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
51
|
+
"height": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
52
|
+
})),
|
|
53
|
+
"svg": (0, schema_1.tstate)(schema_1.t.group({
|
|
54
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
55
|
+
"content": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('multi line'))),
|
|
56
|
+
"width": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
57
|
+
"height": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.number_local(schema_1.n.natural()))),
|
|
58
|
+
})),
|
|
59
|
+
})),
|
|
60
|
+
}))),
|
|
61
|
+
})),
|
|
62
|
+
"Classes": (0, schema_1.type)(schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
63
|
+
"Span": (0, schema_1.type)(schema_1.t.group({
|
|
64
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
65
|
+
"title": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
66
|
+
"children": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
67
|
+
"classes": (0, schema_1.prop)(schema_1.t.component("Classes")),
|
|
68
|
+
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
69
|
+
"span": (0, schema_1.tstate)(schema_1.t.component_cyclic("Span")),
|
|
70
|
+
"a": (0, schema_1.tstate)(schema_1.t.group({
|
|
71
|
+
"text": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
72
|
+
"href": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
73
|
+
})),
|
|
74
|
+
"p": (0, schema_1.tstate)(schema_1.t.group({
|
|
75
|
+
"text": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
76
|
+
})),
|
|
77
|
+
})),
|
|
78
|
+
}))),
|
|
79
|
+
})),
|
|
80
|
+
});
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXN0YXRpYy1odG1sL3NjaGVtYXMvaHRtbC1wcmludC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBUXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFDSSxVQUFVLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNyQixLQUFLLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO1FBQzdDLE1BQU0sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDO0tBQ25DLENBQUMsQ0FBQztJQUVILEtBQUssRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ2hCLFNBQVMsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ3ZDLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxZQUFZLENBQUMsVUFBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN0RCxRQUFRLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsWUFBWSxDQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDdkQsVUFBVSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUM1QixNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFD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
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Module<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Operations<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schema_Tree<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Module<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Operations<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schema_Tree<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.77.0",
|
|
4
4
|
"description": "A library for the Pareto programming Language",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"astn": "^0.
|
|
12
|
-
"exupery": "^0.
|
|
13
|
-
"exupery-core-alg": "^0.
|
|
14
|
-
"exupery-core-bin": "^0.
|
|
15
|
-
"exupery-core-data": "^0.
|
|
16
|
-
"exupery-core-dev": "^0.
|
|
17
|
-
"pareto-fountain-pen": "^0.
|
|
18
|
-
"pareto-standard-operations": "^0.
|
|
11
|
+
"astn": "^0.112.1",
|
|
12
|
+
"exupery": "^0.2.0",
|
|
13
|
+
"exupery-core-alg": "^0.2.0",
|
|
14
|
+
"exupery-core-bin": "^0.2.0",
|
|
15
|
+
"exupery-core-data": "^0.2.0",
|
|
16
|
+
"exupery-core-dev": "^0.2.0",
|
|
17
|
+
"pareto-fountain-pen": "^0.2.0",
|
|
18
|
+
"pareto-standard-operations": "^0.2.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -1,276 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.resolve_ordered_dictionary = exports.resolve_dense_ordered_dictionary = exports.resolve_dense_dictionary = exports.resolve_dictionary = exports.resolve_path = exports.get_entry = exports.get_entry_from_stack = exports.push_stack = exports.get_possibly_circular_dependent_sibling_entry = exports.dictionary_to_lookup = exports.abort = void 0;
|
|
27
|
-
const _ea = __importStar(require("exupery-core-alg"));
|
|
28
|
-
const abort = (location, type, location_to_string) => {
|
|
29
|
-
return _ea.panic(_ea.cc(type, ($) => {
|
|
30
|
-
switch ($[0]) {
|
|
31
|
-
case 'no such entry': return _ea.ss($, ($) => `no such entry: '${$['key']}'`);
|
|
32
|
-
case 'missing denseness entry': return _ea.ss($, ($) => `missing denseness entry: '${$['key']}'`);
|
|
33
|
-
case 'circular dependency': return _ea.ss($, ($) => {
|
|
34
|
-
const keys = _ea.build_text(($i) => {
|
|
35
|
-
$['keys'].__for_each(($) => {
|
|
36
|
-
$i['add snippet'](` '${$}', `);
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
return `circular dependency: (${keys})`;
|
|
40
|
-
});
|
|
41
|
-
case 'no context lookup': return _ea.ss($, ($) => `no context lookup`);
|
|
42
|
-
case 'index out of bounds': return _ea.ss($, ($) => `index out of bounds, ${$['up steps taken']}`);
|
|
43
|
-
case 'no element found at index': return _ea.ss($, ($) => `no element found at index, ${$['index']}`);
|
|
44
|
-
default: return _ea.au($[0]);
|
|
45
|
-
}
|
|
46
|
-
}), ` @ ${location_to_string(location)}`);
|
|
47
|
-
};
|
|
48
|
-
exports.abort = abort;
|
|
49
|
-
const dictionary_to_lookup = ($, $p) => {
|
|
50
|
-
return _ea.set($.map(($) => (['resolved', $])));
|
|
51
|
-
};
|
|
52
|
-
exports.dictionary_to_lookup = dictionary_to_lookup;
|
|
53
|
-
const get_possibly_circular_dependent_sibling_entry = ($, $p) => {
|
|
54
|
-
return $.transform(($) => ({
|
|
55
|
-
'key': $p.reference.key,
|
|
56
|
-
'entry': $.__get_entry($p.reference.key).transform(($) => $, () => (0, exports.abort)($p.reference.location, ['no such entry', { 'key': $p.reference.key }], $p['location 2 string']))
|
|
57
|
-
}), () => (0, exports.abort)($p.reference.location, ['no context lookup', null], $p['location 2 string']));
|
|
58
|
-
};
|
|
59
|
-
exports.get_possibly_circular_dependent_sibling_entry = get_possibly_circular_dependent_sibling_entry;
|
|
60
|
-
const push_stack = ($, $p) => {
|
|
61
|
-
return _ea.build_list(($i) => {
|
|
62
|
-
$i['add list']($);
|
|
63
|
-
$i['add element']($p['element']);
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
exports.push_stack = push_stack;
|
|
67
|
-
const get_entry_from_stack = ($, $p) => {
|
|
68
|
-
const ref = $p.reference;
|
|
69
|
-
const get_entry_from_stack = (up_steps_taken) => {
|
|
70
|
-
return $.__get_element_at($.__get_length() - 1 - up_steps_taken).transform(($) => {
|
|
71
|
-
return $.transform(($) => {
|
|
72
|
-
return $.__get_entry(ref.key).transform(($) => _ea.cc($, ($) => {
|
|
73
|
-
switch ($[0]) {
|
|
74
|
-
case 'error': return _ea.ss($, ($) => get_entry_from_stack(up_steps_taken += 1));
|
|
75
|
-
case 'resolved': return _ea.ss($, ($) => ({
|
|
76
|
-
'key': ref.key,
|
|
77
|
-
'up steps': up_steps_taken,
|
|
78
|
-
'entry': $,
|
|
79
|
-
}));
|
|
80
|
-
default: return _ea.au($[0]);
|
|
81
|
-
}
|
|
82
|
-
}), () => _ea.panic(`no clue yet of what is happening here`));
|
|
83
|
-
}, () => (0, exports.abort)(ref.location, ['index out of bounds', { 'up steps taken': up_steps_taken }], $p['location 2 string']));
|
|
84
|
-
}, () => (0, exports.abort)(ref.location, ['no element found at index', { 'index': up_steps_taken }], $p['location 2 string']));
|
|
85
|
-
};
|
|
86
|
-
return get_entry_from_stack(0);
|
|
87
|
-
};
|
|
88
|
-
exports.get_entry_from_stack = get_entry_from_stack;
|
|
89
|
-
const get_entry = ($, $p) => {
|
|
90
|
-
return $.transform(($) => ({
|
|
91
|
-
'key': $p.reference.key,
|
|
92
|
-
'entry': $.__get_entry($p.reference.key).transform(($) => _ea.cc($, ($) => {
|
|
93
|
-
switch ($[0]) {
|
|
94
|
-
case 'error': return _ea.ss($, ($) => _ea.cc($, ($) => {
|
|
95
|
-
switch ($[0]) {
|
|
96
|
-
case 'circular': return _ea.ss($, ($) => {
|
|
97
|
-
return (0, exports.abort)($p.reference.location, ['circular dependency', { 'keys': $ }], $p['location 2 string']);
|
|
98
|
-
});
|
|
99
|
-
default: return _ea.au($[0]);
|
|
100
|
-
}
|
|
101
|
-
}));
|
|
102
|
-
case 'resolved': return _ea.ss($, ($) => $);
|
|
103
|
-
default: return _ea.au($[0]);
|
|
104
|
-
}
|
|
105
|
-
}), () => {
|
|
106
|
-
return (0, exports.abort)($p.reference.location, ['no such entry', { 'key': $p.reference.key }], $p['location 2 string']);
|
|
107
|
-
})
|
|
108
|
-
}), () => (0, exports.abort)($p.reference.location, ['no context lookup', null], $p['location 2 string']));
|
|
109
|
-
};
|
|
110
|
-
exports.get_entry = get_entry;
|
|
111
|
-
const resolve_path = ($, $p) => {
|
|
112
|
-
let current = {
|
|
113
|
-
'list': _ea.array_literal([]),
|
|
114
|
-
'result': {
|
|
115
|
-
'data': $p.seed,
|
|
116
|
-
},
|
|
117
|
-
};
|
|
118
|
-
$.list.__for_each(($) => {
|
|
119
|
-
const result = $p.map($.element, current.result.data);
|
|
120
|
-
const data = _ea.build_list(($i) => {
|
|
121
|
-
current.list.__for_each(($) => {
|
|
122
|
-
$i['add element']($);
|
|
123
|
-
});
|
|
124
|
-
$i['add element'](result.element);
|
|
125
|
-
});
|
|
126
|
-
current = {
|
|
127
|
-
'list': data,
|
|
128
|
-
'result': {
|
|
129
|
-
'data': result.result,
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
});
|
|
133
|
-
return current;
|
|
134
|
-
};
|
|
135
|
-
exports.resolve_path = resolve_path;
|
|
136
|
-
const resolve_dictionary = ($, $p) => {
|
|
137
|
-
return (0, exports.resolve_ordered_dictionary)($, $p).dictionary;
|
|
138
|
-
};
|
|
139
|
-
exports.resolve_dictionary = resolve_dictionary;
|
|
140
|
-
const resolve_dense_dictionary = ($, $p) => {
|
|
141
|
-
return (0, exports.resolve_dense_ordered_dictionary)($, $p).dictionary;
|
|
142
|
-
};
|
|
143
|
-
exports.resolve_dense_dictionary = resolve_dense_dictionary;
|
|
144
|
-
const resolve_dense_ordered_dictionary = ($, $p) => {
|
|
145
|
-
const location = $.location;
|
|
146
|
-
const result = (0, exports.resolve_ordered_dictionary)($, $p);
|
|
147
|
-
$p['denseness benchmark'].map(($) => {
|
|
148
|
-
const validate_denseness = (benchmark, focus, location, location_to_string) => {
|
|
149
|
-
benchmark.map(($, key) => {
|
|
150
|
-
const benchmark = $;
|
|
151
|
-
focus.__get_entry(key).transform(($) => {
|
|
152
|
-
}, () => {
|
|
153
|
-
(0, exports.abort)(location, ['missing denseness entry', { 'key': key }], $p['location 2 string']);
|
|
154
|
-
});
|
|
155
|
-
});
|
|
156
|
-
};
|
|
157
|
-
validate_denseness($p['denseness benchmark'], result.dictionary, location, $p['location 2 string']);
|
|
158
|
-
});
|
|
159
|
-
return result;
|
|
160
|
-
};
|
|
161
|
-
exports.resolve_dense_ordered_dictionary = resolve_dense_ordered_dictionary;
|
|
162
|
-
const resolve_ordered_dictionary = ($, $p) => {
|
|
163
|
-
const dictionary_location = $.location;
|
|
164
|
-
/**
|
|
165
|
-
* this variable contains all the entries on which siblings have subscribed
|
|
166
|
-
*/
|
|
167
|
-
const all_siblings_subscribed_entries = {};
|
|
168
|
-
const finished = {};
|
|
169
|
-
const ordered_list = _ea.build_list(($i) => {
|
|
170
|
-
const source_dictionary = $;
|
|
171
|
-
const status_dictionary = {};
|
|
172
|
-
function process_entry($, location, key_of_entry_being_processed) {
|
|
173
|
-
status_dictionary[key_of_entry_being_processed] = ['processing', null];
|
|
174
|
-
const entry = $p.map({
|
|
175
|
-
'key': key_of_entry_being_processed,
|
|
176
|
-
'value': $,
|
|
177
|
-
'location': location,
|
|
178
|
-
}, {
|
|
179
|
-
'possibly circular dependent siblings': _ea.set({
|
|
180
|
-
__get_entry(key) {
|
|
181
|
-
//does the entry exist?
|
|
182
|
-
return source_dictionary.dictionary.__get_entry(key).map(($) => {
|
|
183
|
-
//yes, it exists in the source dictionary
|
|
184
|
-
if (all_siblings_subscribed_entries[key] === undefined) {
|
|
185
|
-
all_siblings_subscribed_entries[key] = { 'entry': null };
|
|
186
|
-
}
|
|
187
|
-
const subscr = all_siblings_subscribed_entries[key];
|
|
188
|
-
return {
|
|
189
|
-
'compute': () => {
|
|
190
|
-
if (subscr.entry === null) {
|
|
191
|
-
return _ea.panic(`entry not set: ${key}`);
|
|
192
|
-
}
|
|
193
|
-
return subscr.entry;
|
|
194
|
-
}
|
|
195
|
-
};
|
|
196
|
-
});
|
|
197
|
-
},
|
|
198
|
-
}),
|
|
199
|
-
'not circular dependent siblings': _ea.set({
|
|
200
|
-
__get_entry(key) {
|
|
201
|
-
const status = status_dictionary[key];
|
|
202
|
-
if (status === undefined) {
|
|
203
|
-
return source_dictionary.dictionary.__get_entry(key).transform(($) => _ea.set(['resolved', process_entry($.entry, $.location, key)]), () => {
|
|
204
|
-
return _ea.not_set();
|
|
205
|
-
// throw new ResolveError("")
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
else {
|
|
209
|
-
const get_keys_of_entries_being_processed = () => {
|
|
210
|
-
return _ea.build_list(($i) => {
|
|
211
|
-
_ea.dictionary_literal(status_dictionary).map(($, key) => {
|
|
212
|
-
if ($[0] === 'processing') {
|
|
213
|
-
$i['add element'](key);
|
|
214
|
-
}
|
|
215
|
-
});
|
|
216
|
-
});
|
|
217
|
-
};
|
|
218
|
-
return _ea.cc(status, (s) => {
|
|
219
|
-
switch (s[0]) {
|
|
220
|
-
case 'failed':
|
|
221
|
-
return _ea.ss(s, (s) => {
|
|
222
|
-
//nothing to report
|
|
223
|
-
return _ea.set(['error', ['circular', get_keys_of_entries_being_processed()]]);
|
|
224
|
-
//return notSet()
|
|
225
|
-
});
|
|
226
|
-
case 'processing':
|
|
227
|
-
if (key === key_of_entry_being_processed) {
|
|
228
|
-
//$se.onError(`'${key}' is referencing itself`)
|
|
229
|
-
}
|
|
230
|
-
else {
|
|
231
|
-
// const keys: string[] = []
|
|
232
|
-
// Object.keys(status_dictionary).forEach((key) => {
|
|
233
|
-
// if (status_dictionary[key][0] === 'processing') {
|
|
234
|
-
// keys.push(key)
|
|
235
|
-
// }
|
|
236
|
-
// })
|
|
237
|
-
//$se.onError(`the following entries are referencing each other: ${keys.join(", ")}`)
|
|
238
|
-
}
|
|
239
|
-
status_dictionary[key_of_entry_being_processed] = ['failed', null];
|
|
240
|
-
return _ea.set(['error', ['circular', get_keys_of_entries_being_processed()]]);
|
|
241
|
-
case 'success':
|
|
242
|
-
return _ea.set(['resolved', s[1]]);
|
|
243
|
-
default: return _ea.au(s[0]);
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
}),
|
|
249
|
-
});
|
|
250
|
-
finished[key_of_entry_being_processed] = entry;
|
|
251
|
-
$i['add element']({
|
|
252
|
-
'key': key_of_entry_being_processed,
|
|
253
|
-
'value': entry,
|
|
254
|
-
});
|
|
255
|
-
status_dictionary[key_of_entry_being_processed] = ['success', entry];
|
|
256
|
-
return entry;
|
|
257
|
-
}
|
|
258
|
-
$.dictionary.map(($, key) => {
|
|
259
|
-
if (status_dictionary[key] === undefined) {
|
|
260
|
-
process_entry($.entry, $.location, key);
|
|
261
|
-
}
|
|
262
|
-
});
|
|
263
|
-
_ea.dictionary_literal(all_siblings_subscribed_entries).map(($, key) => {
|
|
264
|
-
if (finished[key] === undefined) {
|
|
265
|
-
_ea.panic(`implementation error: entry not resolved: ${key}`);
|
|
266
|
-
}
|
|
267
|
-
all_siblings_subscribed_entries[key].entry = finished[key];
|
|
268
|
-
});
|
|
269
|
-
});
|
|
270
|
-
return {
|
|
271
|
-
'dictionary': _ea.dictionary_literal(finished),
|
|
272
|
-
'ordered list': ordered_list,
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
exports.resolve_ordered_dictionary = resolve_ordered_dictionary;
|
|
276
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW1wbGVtZW50YXRpb24vZ2VuZXJpYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBMERoQyxNQUFNLEtBQUssR0FBRyxDQUFTLFFBQWdCLEVBQUUsSUFBd0IsRUFBRSxrQkFBZ0QsRUFBUyxFQUFFO0lBQ2pJLE9BQU8sR0FBRyxDQUFDLEtBQUssQ0FDWixHQUFHLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ2YsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztZQUNYLEtBQUssZUFBZSxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUE7WUFDN0UsS0FBSyx5QkFBeUIsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLDZCQUE2QixDQUFDLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFBO1lBQ2pHLEtBQUsscUJBQXFCLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7Z0JBQy9DLE1BQU0sSUFBSSxHQUFHLEdBQUcsQ0FBQyxVQUFVLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRTtvQkFDL0IsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUN2QixFQUFFLENBQUMsYUFBYSxDQUFDLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFBO29CQUNsQyxD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
|