pareto 0.76.42 → 0.76.44
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/generated/implementation/generic/unmarshall.js +24 -15
- package/dist/generated/interface/core/astn_source.d.ts +59 -59
- package/dist/generated/interface/schemas/module/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/module/data_types/source.d.ts +133 -0
- package/dist/generated/interface/schemas/module/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/target.d.ts +133 -0
- package/dist/generated/interface/schemas/module/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/module/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/module/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/schema/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +630 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.d.ts +630 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.js +7 -0
- package/dist/other/compile_astn.js +4 -3
- package/dist/other/fp_write_to_console.d.ts +1 -1
- package/dist/other/load_astn_document.d.ts +2 -2
- package/dist/other/load_schema.d.ts +2 -2
- package/dist/other/load_schema.js +3 -2
- package/dist/other/serialize_schemas.js +2 -2
- package/dist/other/unmarshall_astn_ast.d.ts +9 -3
- package/dist/other/unmarshall_astn_ast.js +359 -341
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +7 -7
- package/dist/shorthands/schema.d.ts +2 -2
- package/dist/shorthands/schema.js +209 -209
- package/dist/{temp_unmashall_result_types.d.ts → temp/temp_unmashall_result_types.d.ts} +15 -15
- package/dist/{temp_unmashall_result_types.js → temp/temp_unmashall_result_types.js} +1 -1
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/accounting_ruwe_data}/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/accounting_ruwe_data}/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +30 -0
- package/dist/{temporary_schemas → 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/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → 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/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json_schema → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.module.astn.js +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/html/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/parse_result/$.types.astn.js +63 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.js +11 -9
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/module.astn.js +2 -2
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/astn}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/astn}/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ast/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.js +86 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ide/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/parse_result/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/astn/schemas/token}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.js +74 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/exupery}/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/module.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/exupery}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schemas/implementation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/exupery/schemas/implementation}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto/schemas/schema → temp/temporary_schemas/exupery/schemas/interface}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/{temporary_schemas/exupery/schemas/implementation → temp/temporary_schemas/exupery/schemas/interface}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets → temp/temporary_schemas/pareto}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto/schemas/schema}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/unmarshall_errors/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/unmarshall_result/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-boekhouding}/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/module.astn.js +8 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/pareto-boekhouding}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +78 -0
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-boekhouding}/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding}/$.signatures.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-fountain-pen/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +26 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.globals.astn.js +3 -5
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-json}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-json/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/pareto-json/schemas/json}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/text → temp/temporary_schemas/pareto-json/schemas/json}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-targets}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → 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/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/semi_lines → temp/temporary_schemas/pareto-targets/schemas/lionweb}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/pareto-targets/schemas/pareto_documentation}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.types.astn.js +2 -2
- package/dist/transformations/module/exupery_implementation.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +3 -3
- package/dist/transformations/module/temp_typescript.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.js +2 -2
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +17 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/main.js +18 -25
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/marshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/resolve.js +3 -3
- package/dist/transformations/schema/exupery_interface/types.d.ts +3 -3
- package/dist/transformations/schema/exupery_interface/types.js +12 -17
- package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/unmarshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +2 -2
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_serializers.js +2 -2
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +2 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +3 -3
- package/package.json +6 -6
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +0 -78
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +0 -36
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +0 -16
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +0 -398
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +0 -364
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +0 -48
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +0 -21
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +0 -53
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +0 -13
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +0 -74
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +0 -40
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +0 -18
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +0 -63
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/operations.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +0 -84
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +0 -25
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +0 -11
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +0 -75
- package/dist/temporary_schemas/exupery/operations.astn.js +0 -78
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +0 -156
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +0 -166
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +0 -130
- package/dist/temporary_schemas/pareto/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/operations.astn.js +0 -78
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +0 -45
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +0 -11
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +0 -20
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +0 -615
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +0 -10
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +0 -15
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +0 -59
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +0 -255
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +0 -68
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +0 -41
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +0 -3
package/dist/{temporary_schemas/pareto-targets → temp/temporary_schemas/pareto}/module.astn.js
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.$ = void 0;
|
|
4
|
-
const module_1 = require("
|
|
4
|
+
const module_1 = require("../../../shorthands/module");
|
|
5
5
|
const operations_astn_1 = require("./operations.astn");
|
|
6
6
|
const schema_tree_astn_1 = require("./schema_tree.astn");
|
|
7
7
|
exports.$ = (0, module_1.module_)(operations_astn_1.$, schema_tree_astn_1.$);
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vbW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsdURBQW9EO0FBRXBELHVEQUFtRDtBQUNuRCx5REFBcUQ7QUFFeEMsUUFBQSxDQUFDLEdBQWtDLElBQUEsZ0JBQU8sRUFDbkQsbUJBQVUsRUFDVixvQkFBVyxDQUNkLENBQUEifQ==
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../../shorthands/module");
|
|
5
|
+
const schema_1 = require("../../../shorthands/schema");
|
|
6
|
+
exports.$ = (0, module_1.operations)({
|
|
7
|
+
"pure": (0, module_1.set)({
|
|
8
|
+
"dictionary": (0, module_1.set)({
|
|
9
|
+
"create single entry dictionary": (0, module_1.operation)({ "T": null }, schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T")), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
10
|
+
"filter": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.optional(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
11
|
+
"flatten": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.dictionary(schema_1.t.type_parameter("T"))), {
|
|
12
|
+
"separator": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
13
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
14
|
+
"group": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.dictionary(schema_1.t.type_parameter("T")))),
|
|
15
|
+
"pad identifiers": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {
|
|
16
|
+
"prefix": schema_1.t.text_local((0, schema_1.text)('single line')),
|
|
17
|
+
"suffix": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
18
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
19
|
+
}),
|
|
20
|
+
"list": (0, module_1.set)({
|
|
21
|
+
"append": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {
|
|
22
|
+
"element": schema_1.t.type_parameter("T")
|
|
23
|
+
}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
24
|
+
"filter": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.optional(schema_1.t.type_parameter("T"))), {}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
25
|
+
"flatten": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.list(schema_1.t.type_parameter("T"))), {}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
26
|
+
}),
|
|
27
|
+
"text": (0, module_1.set)({
|
|
28
|
+
"from list": (0, module_1.operation)({}, schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line'))), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
29
|
+
}),
|
|
30
|
+
}),
|
|
31
|
+
"impure": (0, module_1.set)({
|
|
32
|
+
"dictionary": (0, module_1.set)({
|
|
33
|
+
"is empty": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
34
|
+
"is not empty": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
35
|
+
"merge": (0, module_1.operation)({
|
|
36
|
+
"Main": null,
|
|
37
|
+
"Supporting": null,
|
|
38
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("Main")), {
|
|
39
|
+
"supporting dictionary": schema_1.t.dictionary(schema_1.t.type_parameter("Supporting"))
|
|
40
|
+
}, schema_1.t.dictionary(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("Main")))),
|
|
41
|
+
"to list, sorted by code point": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T")))),
|
|
42
|
+
}),
|
|
43
|
+
"list": (0, module_1.set)({
|
|
44
|
+
"enrich": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.list(schema_1.t.group({
|
|
45
|
+
"value": schema_1.t.type_parameter("T"),
|
|
46
|
+
"is first": schema_1.t.boolean(),
|
|
47
|
+
"is last": schema_1.t.boolean(),
|
|
48
|
+
"index": schema_1.t.number_local(schema_1.n.natural()),
|
|
49
|
+
}))),
|
|
50
|
+
"expect exactly one element": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.optional(schema_1.t.type_parameter("T"))),
|
|
51
|
+
"expect more than one element": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.optional(schema_1.t.list(schema_1.t.type_parameter("T")))),
|
|
52
|
+
"is empty": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
53
|
+
"is not empty": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
54
|
+
"join": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {
|
|
55
|
+
"separator": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
56
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
57
|
+
"select clashing keys": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.list(schema_1.t.type_parameter("T")))),
|
|
58
|
+
"to dictionary, overwrite clashing keys": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
59
|
+
}),
|
|
60
|
+
"text": (0, module_1.set)({
|
|
61
|
+
"escape character": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
62
|
+
"character code": schema_1.t.number_local(schema_1.n.natural()),
|
|
63
|
+
"escape character code": schema_1.t.number_local(schema_1.n.natural())
|
|
64
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
65
|
+
"repeat": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
66
|
+
"count": schema_1.t.number_local(schema_1.n.natural())
|
|
67
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
68
|
+
"serialize with quote delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
69
|
+
"serialize with apostrophe delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
70
|
+
"serialize with grave delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
71
|
+
"to character list": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.list(schema_1.t.number_local(schema_1.n.natural()))),
|
|
72
|
+
"create valid file name": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
73
|
+
"replace spaces with underscores": schema_1.t.boolean()
|
|
74
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
75
|
+
}),
|
|
76
|
+
})
|
|
77
|
+
});
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSx1REFBdUU7QUFDdkUsdURBQXVEO0FBSTFDLFFBQUEsQ0FBQyxHQUFzQyxJQUFBLG1CQUFVLEVBQzFEO0lBQ0ksTUFBTSxFQUFFLElBQUEsWUFBRyxFQUFDO1FBQ1IsWUFBWSxFQUFFLElBQUEsWUFBRyxFQUFDO1lBQ2QsZ0NBQWdDLEVBQUUsSUFBQSxrQkFBUyxFQUN2QyxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMscUJBQXFCLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUM5QyxFQUFFLEVBQ0YsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQ3RDO1lBQ0QsUUFBUSxFQUFFLElBQUEsa0JBQVMsRUFDZixFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxRQUFRLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQy9DLEVBQUUsRUFDRixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FDdEM7WUFDRCxTQUFTLEVBQUUsSUFBQSxrQkFBUyxFQUNoQixFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQ2pEO2dCQUNJLFdBQVcsRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFD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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("
|
|
4
|
+
const schema_1 = require("../../../shorthands/schema");
|
|
5
5
|
const __module_astn_1 = require("./schemas/module/$.module.astn");
|
|
6
6
|
const __module_astn_2 = require("./schemas/schema/$.module.astn");
|
|
7
7
|
const __module_astn_3 = require("./schemas/unmarshall_errors/$.module.astn");
|
|
@@ -12,4 +12,4 @@ exports.$ = schema_1.st.set({
|
|
|
12
12
|
"unmarshall result": __module_astn_4.$,
|
|
13
13
|
"unmarshall errors": __module_astn_3.$
|
|
14
14
|
});
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFfdHJlZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLHVEQUErQztBQUcvQyxrRUFBOEQ7QUFDOUQsa0VBQThEO0FBQzlELDZFQUFvRjtBQUNwRiw2RUFBb0Y7QUFFdkUsUUFBQSxDQUFDLEdBQXVDLFdBQUUsQ0FBQyxHQUFHLENBQUM7SUFDeEQsUUFBUSxFQUFFLGlCQUFRO0lBQ2xCLFFBQVEsRUFBRSxpQkFBUTtJQUNsQixtQkFBbUIsRUFBRSxpQkFBbUI7SUFDeEMsbUJBQW1CLEVBQUUsaUJBQW1CO0NBQzNDLENBQUMsQ0FBQSJ9
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {}, {});
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy9tb2R1bGUvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEIsRUFDQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.module.astn.js
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
5
|
const __types_astn_1 = require("./$.types.astn");
|
|
6
6
|
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
7
|
const __signatures_astn_1 = require("./$.signatures.astn");
|
|
@@ -9,4 +9,4 @@ const __resolvers_astn_1 = require("./$.resolvers.astn");
|
|
|
9
9
|
exports.$ = (0, schema_1.schema_)({
|
|
10
10
|
"schema": (0, schema_1.import_)("schema")
|
|
11
11
|
}, __globals_astn_1.$, __types_astn_1.$, (0, schema_1.constrained)(__signatures_astn_1.$, __resolvers_astn_1.$));
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL21vZHVsZS8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUFnRjtBQUdoRixpREFBNEM7QUFDNUMscURBQStDO0FBQy9DLDJEQUFxRDtBQUNyRCx5REFBa0Q7QUFFckMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQ7SUFDSSxRQUFRLEVBQUUsSUFBQSxnQkFBTyxFQUFDLFFBQVEsQ0FBQztDQUM5QixFQUNELGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFBLG9CQUFXLEVBQ1AscUJBQVUsRUFDVixvQkFBUSxDQUNYLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,45 @@
|
|
|
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.resolvers)({
|
|
6
|
+
"Operations": (0, schema_1.resolver)(schema_1.r.dictionary(schema_1.r.state_group({
|
|
7
|
+
"operation": (0, schema_1.state)(schema_1.r.group({
|
|
8
|
+
"type parameters": schema_1.r.component_external("schema", "Type Parameters", {}, {}),
|
|
9
|
+
"context": schema_1.r.component_external("schema", "Type Node", {
|
|
10
|
+
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
11
|
+
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
12
|
+
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
13
|
+
}, {
|
|
14
|
+
"noncircular sibling types": schema_1.al.not_set(),
|
|
15
|
+
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
16
|
+
}),
|
|
17
|
+
"parameters": schema_1.r.dictionary(schema_1.r.component_external("schema", "Type Node", {
|
|
18
|
+
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
19
|
+
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
20
|
+
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
21
|
+
}, {
|
|
22
|
+
"noncircular sibling types": schema_1.al.not_set(),
|
|
23
|
+
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
24
|
+
})),
|
|
25
|
+
"result": schema_1.r.component_external("schema", "Type Node", {
|
|
26
|
+
"globals": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
27
|
+
"type parameters": schema_1.av.required(schema_1.gvs.sibling("type parameters", [schema_1.vst.component()])),
|
|
28
|
+
"imports": schema_1.av.optional(schema_1.ovi.not_set()),
|
|
29
|
+
}, {
|
|
30
|
+
"noncircular sibling types": schema_1.al.not_set(),
|
|
31
|
+
"possibly circular dependent sibling types": schema_1.al.not_set(),
|
|
32
|
+
}),
|
|
33
|
+
})),
|
|
34
|
+
"set": (0, schema_1.state)(schema_1.r.component("Operations", null, null))
|
|
35
|
+
}))),
|
|
36
|
+
"Module": (0, schema_1.resolver)(schema_1.r.group({
|
|
37
|
+
"schema tree": schema_1.r.component_external("schema", "Schema Tree", {}, {
|
|
38
|
+
"sibling schemas": schema_1.al.empty_stack(),
|
|
39
|
+
}),
|
|
40
|
+
"operations": schema_1.r.component("Operations", {
|
|
41
|
+
//"globals": avs.sibling("operation globals", [])
|
|
42
|
+
}, {}),
|
|
43
|
+
})),
|
|
44
|
+
});
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5yZXNvbHZlcnMuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL21vZHVsZS8kLnJlc29sdmVycy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUF1RztBQUkxRixRQUFBLENBQUMsR0FBcUMsSUFBQSxrQkFBUyxFQUN4RDtJQUNJLFlBQVksRUFBRSxJQUFBLGlCQUFRLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1FBQzlDLFdBQVcsRUFBRSxJQUFBLGNBQUssRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ3ZCLGlCQUFpQixFQUFFLFVBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLEVBQUUsaUJBQWlCLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQztZQUM1RSxTQUFTLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ25ELFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDO1lBQ0YsWUFBWSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ25FLFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDLENBQUM7WUFDSCxRQUFRLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLEVBQUU7Z0JBQ2xELFNBQVMsRUFBRSxXQUFFLENBQUMsUUFBUSxDQUFDLFlBQUcsQ0FBQyxPQUFPLEVBQUUsQ0FBQztnQkFDckMsaUJBQWlCLEVBQUUsV0FBRSxDQUFDLFFBQVEsQ0FBQyxZQUFHLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLENBQUMsWUFBRyxDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsQ0FBQztnQkFDakYsU0FBUyxFQUFFLFdBQUUsQ0FBQyxRQUFRLENBQUMsWUFBRyxDQUFDLE9BQU8sRUFBRSxDQUFDO2FBQ3hDLEVBQUU7Z0JBQ0MsMkJBQTJCLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTtnQkFDekMsMkNBQTJDLEVBQUUsV0FBRSxDQUFDLE9BQU8sRUFBRTthQUM1RCxDQUFDO1NBQ0wsQ0FBQyxDQUFDO1FBQ0gsS0FBSyxFQUFFLElBQUEsY0FBSyxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztLQUN0RCxDQUFDLENBQUMsQ0FBQztJQUVKLFFBQVEsRUFBRSxJQUFBLGlCQUFRLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUN2QixhQUFhLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxhQUFhLEVBQUUsRUFBRSxFQUFFO1lBQzdELGlCQUFpQixFQUFFLFdBQUUsQ0FBQyxXQUFXLEVBQUU7U0FDdEMsQ0FBQztRQUNGLFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRTtRQUNwQyxpREFBaUQ7U0FDcEQsRUFBRSxFQUFFLENBQUM7S0FDVCxDQUFDLENBQUM7Q0FDTixDQUFDLENBQUEifQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "
|
|
2
|
+
import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Resolve_Logic.signatures<pd.Source_Location>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.signatures)({
|
|
6
|
+
"Module": schema_1.sig.local({}, {}),
|
|
7
|
+
"Operations": schema_1.sig.local({
|
|
8
|
+
//"globals": value_parameter_external("schema", "Globals"),
|
|
9
|
+
}, {}),
|
|
10
|
+
});
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5zaWduYXR1cmVzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy9tb2R1bGUvJC5zaWduYXR1cmVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBQTZGO0FBR2hGLFFBQUEsQ0FBQyxHQUFvRCxJQUFBLG1CQUFVLEVBQ3hFO0lBQ0ksUUFBUSxFQUFFLFlBQUcsQ0FBQyxLQUFLLENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztJQUMzQixZQUFZLEVBQUUsWUFBRyxDQUFDLEtBQUssQ0FBQztJQUNwQiwyREFBMkQ7S0FDOUQsRUFBRSxFQUFFLENBQUM7Q0FDVCxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
"Operations": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
|
|
7
|
+
"operation": schema_1.t.group({
|
|
8
|
+
"type parameters": schema_1.t.component_external("schema", "Type Parameters"),
|
|
9
|
+
"context": schema_1.t.component_external("schema", "Type Node"),
|
|
10
|
+
"parameters": schema_1.t.dictionary(schema_1.t.component_external("schema", "Type Node")),
|
|
11
|
+
"result": schema_1.t.component_external("schema", "Type Node"),
|
|
12
|
+
}),
|
|
13
|
+
"set": schema_1.t.component_cyclic("Operations")
|
|
14
|
+
}))),
|
|
15
|
+
"Module": (0, schema_1.type)(schema_1.t.group({
|
|
16
|
+
"schema tree": schema_1.t.component_external("schema", "Schema Tree"),
|
|
17
|
+
"operations": schema_1.t.component("Operations"),
|
|
18
|
+
})),
|
|
19
|
+
});
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvbW9kdWxlLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFLeUM7QUFJNUIsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUNJLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDMUMsV0FBVyxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDakIsaUJBQWlCLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxpQkFBaUIsQ0FBQztZQUNwRSxTQUFTLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLENBQUM7WUFDdEQsWUFBWSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLENBQUMsQ0FBQztZQUN2RSxRQUFRLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxXQUFXLENBQUM7U0FDeEQsQ0FBQztRQUNGLEtBQUssRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsWUFBWSxDQUFDO0tBQzFDLENBQUMsQ0FBQyxDQUFDO0lBQ0osUUFBUSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDbkIsYUFBYSxFQUFFLFVBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLEVBQUUsYUFBYSxDQUFDO1FBQzVELFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQztLQUMxQyxDQUFDLENBQUM7Q0FDTixDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('constrained', {}, {});
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy9zY2hlbWEvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGFBQWEsRUFDbEIsRUFDQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
5
|
const __types_astn_1 = require("./$.types.astn");
|
|
6
6
|
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
7
|
const __signatures_astn_1 = require("./$.signatures.astn");
|
|
8
8
|
const __resolvers_astn_1 = require("./$.resolvers.astn");
|
|
9
9
|
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, (0, schema_1.constrained)(__signatures_astn_1.$, __resolvers_astn_1.$));
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL3NjaGVtYS8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUF1RTtBQUd2RSxpREFBNEM7QUFDNUMscURBQStDO0FBQy9DLDJEQUFxRDtBQUNyRCx5REFBa0Q7QUFFckMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQsRUFBRSxFQUNGLGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFBLG9CQUFXLEVBQ1AscUJBQVUsRUFDVixvQkFBUSxDQUNYLENBQ0osQ0FBQSJ9
|