pareto 0.76.43 → 0.76.45
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.d.ts +1 -0
- package/dist/bin/compile.js +5 -9
- package/dist/bin/seal.d.ts +2 -0
- package/dist/bin/seal.js +30 -0
- package/dist/bin/serialize_schemas.d.ts +2 -0
- package/dist/bin/serialize_schemas.js +30 -0
- package/dist/bin/test.d.ts +1 -0
- package/dist/bin/test.js +5 -3
- package/dist/deserializers/load_schema.d.ts +6 -0
- package/dist/deserializers/load_schema.js +90 -0
- package/dist/generated/implementation/generic/resolve.d.ts +1 -1
- package/dist/generated/implementation/generic/resolve.js +16 -16
- package/dist/generated/implementation/generic/unmarshall.js +28 -18
- package/dist/generated/implementation/schemas/ast/marshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/ast/marshall.js +241 -0
- package/dist/generated/implementation/schemas/ast/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/ast/unmarshall.js +316 -0
- package/dist/generated/implementation/schemas/token/marshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/token/marshall.js +230 -0
- package/dist/generated/implementation/schemas/token/unmarshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/token/unmarshall.js +218 -0
- package/dist/generated/interface/core/astn_source.d.ts +54 -54
- package/dist/generated/interface/schemas/ast/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/ast/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/ast/data_types/source.d.ts +851 -0
- package/dist/generated/interface/schemas/ast/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/ast/data_types/target.d.ts +851 -0
- package/dist/generated/interface/schemas/ast/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/ast/marshall.d.ts +213 -0
- package/dist/generated/interface/schemas/ast/marshall.js +3 -0
- package/dist/generated/interface/schemas/ast/migrate_boilerplate.d.ts +156 -0
- package/dist/generated/interface/schemas/ast/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/ast/unmarshall.d.ts +213 -0
- package/dist/generated/interface/schemas/ast/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/ast/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/ast/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/ast/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/ast/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/module/data_types/{resolved.d.ts → source.d.ts} +1 -1
- package/dist/generated/interface/schemas/module/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/{unresolved.d.ts → target.d.ts} +1 -1
- 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.js +3 -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/token/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/token/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/token/data_types/source.d.ts +326 -0
- package/dist/generated/interface/schemas/token/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/token/data_types/target.d.ts +326 -0
- package/dist/generated/interface/schemas/token/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/token/marshall.d.ts +303 -0
- package/dist/generated/interface/schemas/token/marshall.js +3 -0
- package/dist/generated/interface/schemas/token/migrate_boilerplate.d.ts +222 -0
- package/dist/generated/interface/schemas/token/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/token/unmarshall.d.ts +303 -0
- package/dist/generated/interface/schemas/token/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/token/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/token/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/token/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/token/value_serializers.js +3 -0
- 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.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/main/compile.d.ts +2 -0
- package/dist/main/compile.js +76 -0
- package/dist/main/seal.d.ts +2 -0
- package/dist/main/seal.js +103 -0
- package/dist/main/serialize_schemas.d.ts +2 -0
- package/dist/main/serialize_schemas.js +61 -0
- package/dist/main/test.d.ts +2 -0
- package/dist/main/test.js +95 -0
- package/dist/operations/path.js +16 -0
- package/dist/queries/load_astn_document.d.ts +13 -0
- package/dist/queries/load_astn_document.js +82 -0
- package/dist/queries/load_astn_file.d.ts +7 -0
- package/dist/queries/load_astn_file.js +45 -0
- package/dist/shorthands/module.d.ts +7 -7
- package/dist/shorthands/module.js +1 -1
- package/dist/shorthands/schema.d.ts +2 -2
- package/dist/shorthands/schema.js +4 -4
- 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 → temp/temporary_schemas}/accounting_ruwe_data/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/accounting_ruwe_data}/module.astn.js +2 -2
- package/dist/{temporary_schemas/exupery → 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 +28 -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/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- 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/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/json/simple → 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/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- 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/parse_result → 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/json/annotated → 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/xml/parse_result → 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/xml/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/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.module.astn.d.ts +1 -1
- 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/json/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/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → 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/$.globals.astn.js +13 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.module.astn.d.ts +1 -1
- 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/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.types.astn.d.ts +1 -1
- 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/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema}/$.types.astn.d.ts +1 -1
- 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 +1 -1
- package/dist/{temporary_schemas/exupery → 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/accounting_ruwe_data → 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/exupery → 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/astn → temp/temporary_schemas/exupery}/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/pareto-json → temp/temporary_schemas/exupery}/module.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-boekhouding → 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/accounting_ruwe_data → 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/temp/temporary_schemas/pareto/schema_tree.astn.js +19 -0
- 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/pareto-boekhouding/schemas/boekhouding → 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 +12 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +157 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-boekhouding/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-boekhouding/module.astn.js +2 -2
- 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/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +11 -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 → 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-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding_oude_model/$.types.astn.js +2 -2
- 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/{temporary_schemas/pareto-boekhouding → temp/temporary_schemas/pareto-fountain-pen}/schema_tree.astn.d.ts +1 -1
- 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/temp_typescript.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.js +5 -8
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/marshall.js +12 -17
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +13 -19
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.js +33 -38
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +16 -21
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +13 -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 -7
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +3 -8
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/resolve.js +9 -12
- package/dist/transformations/schema/exupery_interface/types.d.ts +3 -3
- package/dist/transformations/schema/exupery_interface/types.js +20 -29
- package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +4 -4
- package/dist/transformations/schema/exupery_interface/unmarshall.js +2 -7
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +2 -7
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_serializers.js +2 -7
- package/dist/{other → transformations}/unmarshall_astn_ast.d.ts +9 -3
- package/dist/transformations/unmarshall_astn_ast.js +443 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +2 -2
- package/dist/transformations/unmarshall_errors/fountain_pen.js +5 -8
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +3 -3
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +10 -12
- package/package.json +8 -8
- package/dist/generated/interface/schemas/module/data_types/resolved.js +0 -3
- package/dist/generated/interface/schemas/module/data_types/unresolved.js +0 -3
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +0 -3
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/unconstrained.js +0 -3
- package/dist/other/compile_astn.d.ts +0 -3
- package/dist/other/compile_astn.js +0 -67
- package/dist/other/fp_write_to_console.d.ts +0 -5
- package/dist/other/fp_write_to_console.js +0 -38
- package/dist/other/load_astn_document.d.ts +0 -12
- package/dist/other/load_astn_document.js +0 -80
- package/dist/other/load_schema.d.ts +0 -5
- package/dist/other/load_schema.js +0 -94
- package/dist/other/path.js +0 -39
- package/dist/other/serialize_schemas.d.ts +0 -3
- package/dist/other/serialize_schemas.js +0 -67
- package/dist/other/test.d.ts +0 -1
- package/dist/other/test.js +0 -84
- package/dist/other/unmarshall_astn_ast.js +0 -421
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +0 -78
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +0 -34
- 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/$.module.astn.js +0 -10
- 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 -86
- 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 -74
- 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/schema_tree.astn.js +0 -15
- 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.d.ts +0 -3
- 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/schemas/unmarshall_result/$.types.astn.js +0 -136
- package/dist/temporary_schemas/pareto-boekhouding/operations.astn.js +0 -78
- package/dist/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +0 -9
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +0 -16
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +0 -398
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.js +0 -49
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +0 -364
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +0 -3
- 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/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/generated/interface/schemas/schema/data_types/{resolved.d.ts → source.d.ts} +0 -0
- /package/dist/generated/interface/schemas/schema/data_types/{unresolved.d.ts → target.d.ts} +0 -0
- /package/dist/generated/interface/schemas/unmarshall_errors/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
- /package/dist/{other → operations}/path.d.ts +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvdW5tYXJzaGFsbF9lcnJvcnMvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGFBQWEsRUFDbEIsRUFDQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
-
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
-
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
-
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy91bm1hcnNoYWxsX2Vycm9ycy8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDBEQUE2RTtBQUc3RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQ0MsRUFDRCxrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvL3NjaGVtYXMvdW5tYXJzaGFsbF9yZXN1bHQvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGFBQWEsRUFDbEIsRUFDQyxFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
-
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
-
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
-
exports.$ = (0, schema_1.schema_)({
|
|
8
|
-
"schema": (0, schema_1.import_)("schema")
|
|
9
|
-
}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8vc2NoZW1hcy91bm1hcnNoYWxsX3Jlc3VsdC8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDBEQUE2RTtBQUc3RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3REO0lBQ0ksUUFBUSxFQUFFLElBQUEsZ0JBQU8sRUFBQyxRQUFRLENBQUM7Q0FDOUIsRUFDRCxrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
-
// export type Document = {
|
|
6
|
-
// 'content': Node
|
|
7
|
-
// }
|
|
8
|
-
// export type Duplicate_Entry = {
|
|
9
|
-
// 'range': astn.d_ast.Range
|
|
10
|
-
// 'node': Node
|
|
11
|
-
// }
|
|
12
|
-
// // export type Key_Value_Pair = {
|
|
13
|
-
// // 'node': Node
|
|
14
|
-
// // }
|
|
15
|
-
// export type Property =
|
|
16
|
-
// | ['missing', astn.d_ast.Range]
|
|
17
|
-
// | ['unique', Node]
|
|
18
|
-
// | ['multiple', pt.Array<Duplicate_Entry>]
|
|
19
|
-
// export type Node =
|
|
20
|
-
// | ['number', Number]
|
|
21
|
-
// | ['boolean', Boolean]
|
|
22
|
-
// | ['list', List]
|
|
23
|
-
// | ['nothing', Nothing]
|
|
24
|
-
// | ['reference', Reference]
|
|
25
|
-
// | ['component', Component]
|
|
26
|
-
// | ['dictionary', Dictionary]
|
|
27
|
-
// | ['group', Group]
|
|
28
|
-
// | ['identifier value pair', Identifier_Value_Pair]
|
|
29
|
-
// | ['optional', Optional]
|
|
30
|
-
// | ['state', State]
|
|
31
|
-
// | ['text', Text]
|
|
32
|
-
// | ['type parameter', string]
|
|
33
|
-
// export type State = {
|
|
34
|
-
// 'status': State_Status
|
|
35
|
-
// }
|
|
36
|
-
// export type State_Status =
|
|
37
|
-
// | ['valid', {
|
|
38
|
-
// 'node': Node,
|
|
39
|
-
// }]
|
|
40
|
-
// | ['more than 2 elements', astn.d_ast.Range]
|
|
41
|
-
// | ['missing state name', astn.d_ast.Range]
|
|
42
|
-
// | ['state is not a string', astn.d_ast.Range]
|
|
43
|
-
// | ['missing value', astn.d_ast.Range]
|
|
44
|
-
// | ['unknown state', {
|
|
45
|
-
// 'range': astn.d_ast.Range
|
|
46
|
-
// 'found': string
|
|
47
|
-
// 'expected': pt.Dictionary<null>
|
|
48
|
-
// }]
|
|
49
|
-
// export type Identifier_Value_Pair = {
|
|
50
|
-
// 'definition': def.Type_Node.SG.identifier_value_pair
|
|
51
|
-
// }
|
|
52
|
-
// export type Optional = {
|
|
53
|
-
// 'definition': def.Type_Node.SG.optional
|
|
54
|
-
// }
|
|
55
|
-
// export type List = {
|
|
56
|
-
// 'definition': def.Type_Node.SG.list
|
|
57
|
-
// }
|
|
58
|
-
// export type Reference = {
|
|
59
|
-
// 'definition': def.Type_Node.SG.reference
|
|
60
|
-
// }
|
|
61
|
-
// export type Component = {
|
|
62
|
-
// 'definition': def.Type_Node.SG.component
|
|
63
|
-
// }
|
|
64
|
-
// export type Boolean = {
|
|
65
|
-
// 'definition': def.Type_Node.SG._boolean
|
|
66
|
-
// }
|
|
67
|
-
// export type Nothing = {
|
|
68
|
-
// 'definition': def.Type_Node.SG.nothing
|
|
69
|
-
// }
|
|
70
|
-
// export type Text = {
|
|
71
|
-
// 'definition': def.Type_Node.SG.text
|
|
72
|
-
// 'status':
|
|
73
|
-
// | ['valid', null]
|
|
74
|
-
// | ['invalid value type', astn.d_ast.Range]
|
|
75
|
-
// }
|
|
76
|
-
// export type Number = {
|
|
77
|
-
// 'definition': def.Type_Node.SG._number
|
|
78
|
-
// 'status':
|
|
79
|
-
// | ['valid', {
|
|
80
|
-
// 'range': astn.d_ast.Range
|
|
81
|
-
// 'correct string type': boolean
|
|
82
|
-
// }]
|
|
83
|
-
// | ['invalid', astn.d_ast.Range]
|
|
84
|
-
// }
|
|
85
|
-
// export type Dictionary = {
|
|
86
|
-
// 'definition': def.Type_Node.SG.dictionary
|
|
87
|
-
// 'status':
|
|
88
|
-
// | ['valid', pt.Dictionary<Entry>]
|
|
89
|
-
// | ['invalid', astn.d_ast.Range]
|
|
90
|
-
// }
|
|
91
|
-
// export type Entry =
|
|
92
|
-
// | ['unique', Node]
|
|
93
|
-
// | ['multiple', pt.Array<Duplicate_Entry>]
|
|
94
|
-
// export type Group = {
|
|
95
|
-
// 'definition': def.Type_Node.SG.group
|
|
96
|
-
// 'type': Group_Type
|
|
97
|
-
// }
|
|
98
|
-
// export type Group_Type =
|
|
99
|
-
// | ['indexed', Indexed_Group]
|
|
100
|
-
// | ['ordered', {}]
|
|
101
|
-
// | ['invalid', astn.d_ast.Range]
|
|
102
|
-
// export type Indexed_Group = {
|
|
103
|
-
// 'properties': pt.Dictionary<Property>
|
|
104
|
-
// 'superfluous entries': pt.Dictionary<pt.Array<astn.d_ast.Range>>
|
|
105
|
-
// }
|
|
106
|
-
exports.$ = (0, schema_1.types)({
|
|
107
|
-
// "Document": type(t.group({
|
|
108
|
-
// "content": t.component("Node"),
|
|
109
|
-
// })),
|
|
110
|
-
// "Node": type(t.state_group({
|
|
111
|
-
// "number": t.component("Number"),
|
|
112
|
-
// "boolean": t.component("Boolean"),
|
|
113
|
-
// "list": t.component("List"),
|
|
114
|
-
// "nothing": t.component("Nothing"),
|
|
115
|
-
// "reference": t.component("Reference"),
|
|
116
|
-
// "component": t.component("Component"),
|
|
117
|
-
// "dictionary": t.component("Dictionary"),
|
|
118
|
-
// "group": t.component("Group"),
|
|
119
|
-
// "identifier value pair": t.component("Identifier_Value_Pair"),
|
|
120
|
-
// "optional": t.component("Optional"),
|
|
121
|
-
// "state": t.component("State"),
|
|
122
|
-
// "text": t.component("Text"),
|
|
123
|
-
// "type parameter": t.text_local(text('single line')),
|
|
124
|
-
// })),
|
|
125
|
-
// "NUmber": type(t.group({
|
|
126
|
-
// "definition": t.component("Type Node SG _number"),
|
|
127
|
-
// "status": t.state_group({
|
|
128
|
-
// "valid": t.group({
|
|
129
|
-
// "range": t.component("astn.d_ast Range"),
|
|
130
|
-
// "correct string type": t.boolean(),
|
|
131
|
-
// }),
|
|
132
|
-
// "invalid": t.component("astn.d_ast Range"),
|
|
133
|
-
// }),
|
|
134
|
-
// })),
|
|
135
|
-
});
|
|
136
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by9zY2hlbWFzL3VubWFyc2hhbGxfcmVzdWx0LyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFJdEMsMkJBQTJCO0FBQzNCLHNCQUFzQjtBQUN0QixJQUFJO0FBRUosa0NBQWtDO0FBQ2xDLGdDQUFnQztBQUNoQyxtQkFBbUI7QUFDbkIsSUFBSTtBQUVKLG9DQUFvQztBQUNwQyxzQkFBc0I7QUFDdEIsT0FBTztBQUVQLHlCQUF5QjtBQUN6QixzQ0FBc0M7QUFDdEMseUJBQXlCO0FBQ3pCLGdEQUFnRDtBQUVoRCxxQkFBcUI7QUFDckIsMkJBQTJCO0FBQzNCLDZCQUE2QjtBQUM3Qix1QkFBdUI7QUFDdkIsNkJBQTZCO0FBQzdCLGlDQUFpQztBQUNqQyxpQ0FBaUM7QUFDakMsbUNBQW1DO0FBQ25DLHlCQUF5QjtBQUN6Qix5REFBeUQ7QUFDekQsK0JBQStCO0FBQy9CLHlCQUF5QjtBQUN6Qix1QkFBdUI7QUFDdkIsbUNBQW1DO0FBRW5DLHdCQUF3QjtBQUN4Qiw2QkFBNkI7QUFDN0IsSUFBSTtBQUVKLDZCQUE2QjtBQUM3QixvQkFBb0I7QUFDcEIsd0JBQXdCO0FBRXhCLFNBQVM7QUFDVCxtREFBbUQ7QUFDbkQsaURBQWlEO0FBQ2pELG9EQUFvRDtBQUNwRCw0Q0FBNEM7QUFDNUMsNEJBQTRCO0FBQzVCLG9DQUFvQztBQUNwQywwQkFBMEI7QUFDMUIsMENBQTBDO0FBQzFDLFNBQVM7QUFFVCx3Q0FBd0M7QUFDeEMseURBQXlEO0FBQ3pELElBQUk7QUFFSiwyQkFBMkI7QUFDM0IsOENBQThDO0FBQzlDLElBQUk7QUFDSix1QkFBdUI7QUFDdkIsMENBQTBDO0FBQzFDLElBQUk7QUFFSiw0QkFBNEI7QUFDNUIsK0NBQStDO0FBQy9DLElBQUk7QUFFSiw0QkFBNEI7QUFDNUIsK0NBQStDO0FBQy9DLElBQUk7QUFFSiwwQkFBMEI7QUFDMUIsOENBQThDO0FBQzlDLElBQUk7QUFDSiwwQkFBMEI7QUFDMUIsNkNBQTZDO0FBQzdDLElBQUk7QUFFSix1QkFBdUI7QUFDdkIsMENBQTBDO0FBQzFDLGdCQUFnQjtBQUNoQix3QkFBd0I7QUFDeEIsaURBQWlEO0FBQ2pELElBQUk7QUFFSix5QkFBeUI7QUFDekIsNkNBQTZDO0FBQzdDLGdCQUFnQjtBQUNoQixvQkFBb0I7QUFDcEIsb0NBQW9DO0FBQ3BDLHlDQUF5QztBQUN6QyxTQUFTO0FBQ1Qsc0NBQXNDO0FBQ3RDLElBQUk7QUFFSiw2QkFBNkI7QUFDN0IsZ0RBQWdEO0FBQ2hELGdCQUFnQjtBQUNoQix3Q0FBd0M7QUFDeEMsc0NBQXNDO0FBQ3RDLElBQUk7QUFFSixzQkFBc0I7QUFDdEIseUJBQXlCO0FBQ3pCLGdEQUFnRDtBQUVoRCx3QkFBd0I7QUFDeEIsMkNBQTJDO0FBQzNDLHlCQUF5QjtBQUN6QixJQUFJO0FBRUosMkJBQTJCO0FBQzNCLG1DQUFtQztBQUNuQyx3QkFBd0I7QUFDeEIsc0NBQXNDO0FBRXRDLGdDQUFnQztBQUNoQyw0Q0FBNEM7QUFDNUMsdUVBQXVFO0FBQ3ZFLElBQUk7QUFFUyxRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0FBQ0ksNkJBQTZCO0FBQzdCLHNDQUFzQztBQUN0QyxPQUFPO0FBRVAsK0JBQStCO0FBQy9CLHVDQUF1QztBQUN2Qyx5Q0FBeUM7QUFDekMsbUNBQW1DO0FBQ25DLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFDN0MsNkNBQTZDO0FBQzdDLCtDQUErQztBQUMvQyx1Q0FBdUM7QUFDdkMscUVBQXFFO0FBQ3JFLDJDQUEyQztBQUMzQyxxQ0FBcUM7QUFDckMsbUNBQW1DO0FBQ25DLDJEQUEyRDtBQUMzRCxPQUFPO0FBRVAsMkJBQTJCO0FBQzNCLHlEQUF5RDtBQUN6RCxnQ0FBZ0M7QUFDaEMsNkJBQTZCO0FBQzdCLHdEQUF3RDtBQUN4RCxrREFBa0Q7QUFDbEQsY0FBYztBQUNkLHNEQUFzRDtBQUN0RCxVQUFVO0FBQ1YsT0FBTztDQUNWLENBQ0osQ0FBQSJ9
|
|
@@ -1,78 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1ib2VraG91ZGluZy9vcGVyYXRpb25zLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsb0RBQW9FO0FBQ3BFLG9EQUFvRDtBQUl2QyxRQUFBLENBQUMsR0FBc0MsSUFBQSxtQkFBVSxFQUMxRDtJQUNJLE1BQU0sRUFBRSxJQUFBLFlBQUcsRUFBQztRQUNSLFlBQVksRUFBRSxJQUFBLFlBQUcsRUFBQztZQUNkLGdDQUFnQyxFQUFFLElBQUEsa0JBQVMsRUFDdkMsRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLEVBQ2IsVUFBQyxDQUFDLHFCQUFxQixDQUFDLFVBQUMsQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsRUFDOUMsRUFBRSxFQUNGLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUN0QztZQUNELFFBQVEsRUFBRSxJQUFBLGtCQUFTLEVBQ2YsRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLEVBQ2IsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUMvQyxFQUFFLEVBQ0YsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQ3RDO1lBQ0QsU0FBUyxFQUFFLElBQUEsa0JBQVMsRUFDaEIsRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLEVBQ2IsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUNqRDtnQkFDSSxXQUFXLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUks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
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../shorthands/schema");
|
|
5
|
-
const __module_astn_1 = require("./schemas/boekhouding/$.module.astn");
|
|
6
|
-
exports.$ = schema_1.st.set({
|
|
7
|
-
"boekhouding": __module_astn_1.$,
|
|
8
|
-
});
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tYm9la2hvdWRpbmcvc2NoZW1hX3RyZWUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBNEM7QUFHNUMsdUVBQXdFO0FBRTNELFFBQUEsQ0FBQyxHQUF1QyxXQUFFLENBQUMsR0FBRyxDQUFDO0lBQ3hELGFBQWEsRUFBRSxpQkFBYTtDQUMvQixDQUFDLENBQUEifQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
-
"Bestandsnaam": (0, schema_1.text)('single line'),
|
|
7
|
-
"Wachtwoord": (0, schema_1.text)('single line'),
|
|
8
|
-
"Benaming": (0, schema_1.text)('single line'),
|
|
9
|
-
"Omschrijving": (0, schema_1.text)('multi line'),
|
|
10
|
-
}, {
|
|
11
|
-
"Bedrag": schema_1.n.integer(2),
|
|
12
|
-
"Dagen": schema_1.n.positive_natural(0),
|
|
13
|
-
"Datum": schema_1.n.integer(0),
|
|
14
|
-
"Promillage": schema_1.n.natural(0),
|
|
15
|
-
});
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWJvZWtob3VkaW5nL3NjaGVtYXMvYm9la2hvdWRpbmcvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBSXNDO0FBR3pCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQ3BELGFBQWEsRUFDYjtJQUNJLGNBQWMsRUFBRSxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUM7SUFDbkMsWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztJQUNqQyxVQUFVLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0lBQy9CLGNBQWMsRUFBRSxJQUFBLGFBQUksRUFBQyxZQUFZLENBQUM7Q0FDckMsRUFDRDtJQUNJLFFBQVEsRUFBRSxVQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUN0QixPQUFPLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQztJQUM5QixPQUFPLEVBQUUsVUFBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7SUFDckIsWUFBWSxFQUFFLFVBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO0NBRTdCLENBQ0osQ0FBQSJ9
|