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
package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
"Regular Expression": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"characters": schema_1.t.dictionary(schema_1.t.number_local(schema_1.n.positive_natural())),
|
|
8
|
+
"sequence": schema_1.t.component_cyclic("Sequence"),
|
|
9
|
+
})),
|
|
10
|
+
"Sequence": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
11
|
+
"type": schema_1.t.state_group({
|
|
12
|
+
"literal": schema_1.t.text_global("Text Value"),
|
|
13
|
+
"character class": schema_1.t.group({
|
|
14
|
+
"negated": schema_1.t.boolean(),
|
|
15
|
+
"ranges": schema_1.t.list(schema_1.t.state_group({
|
|
16
|
+
"literal": schema_1.t.number_global("Character"), //should be a reference to a character in the dictionary
|
|
17
|
+
"range": schema_1.t.group({
|
|
18
|
+
"from": schema_1.t.number_global("Character"),
|
|
19
|
+
"to": schema_1.t.number_global("Character"),
|
|
20
|
+
}),
|
|
21
|
+
})),
|
|
22
|
+
}),
|
|
23
|
+
"group": schema_1.t.group({
|
|
24
|
+
"expression": schema_1.t.component_cyclic("Sequence"),
|
|
25
|
+
}),
|
|
26
|
+
"alternation": schema_1.t.list(schema_1.t.component_cyclic("Sequence")),
|
|
27
|
+
}),
|
|
28
|
+
"quantifier": schema_1.t.optional(schema_1.t.state_group({
|
|
29
|
+
"optional": schema_1.t.nothing(), // ?
|
|
30
|
+
"multiple": schema_1.t.nothing(), // *
|
|
31
|
+
"one or more": schema_1.t.nothing(), // +
|
|
32
|
+
// "exact": t.number_local(n.natural()), // {n}
|
|
33
|
+
// "between": t.group({
|
|
34
|
+
// "min": t.number_local(n.natural()), // {n,m}
|
|
35
|
+
// "max": t.number_local(n.natural()),
|
|
36
|
+
// }),
|
|
37
|
+
})),
|
|
38
|
+
}))),
|
|
39
|
+
});
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy9yZWd1bGFyX2V4cHJlc3Npb24vJC50eXBlcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUt5QztBQUc1QixRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0lBQ0ksb0JBQW9CLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUMvQixZQUFZLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsWUFBWSxDQUFDLFVBQUMsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDLENBQUM7UUFDaEUsVUFBVSxFQUFFLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLENBQUM7S0FDN0MsQ0FBQyxDQUFDO0lBRUgsVUFBVSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUM1QixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQztZQUNsQixTQUFTLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7WUFDdEMsaUJBQWlCLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDdkIsU0FBUyxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Z0JBQ3RCLFFBQVEsRUFBRSxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7b0JBQzNCLFNBQVMsRUFBRSxVQUFDLENBQUMsYUFBYSxDQUFDLFdBQVcsQ0FBQyxFQUFFLHdEQUF3RDtvQkFDakcsT0FBTyxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7d0JBQ2IsTUFBTSxFQUFFLFVBQUMsQ0FBQyxhQUFhLENBQUMsV0FBVyxDQUFDO3dCQUNwQyxJQUFJLEVBQUUsVUFBQyxDQUFDLGFBQWEsQ0FBQyxXQUFXLENBQUM7cUJBQ3JDLENBQUM7aUJBQ0wsQ0FBQyxDQUFDO2FBQ04sQ0FBQztZQUNGLE9BQU8sRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUNiLFlBQVksRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxDQUFDO2FBQy9DLENBQUM7WUFDRixhQUFhLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxDQUFDLENBQUM7U0FDeEQsQ0FBQztRQUNGLFlBQVksRUFBRSxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7WUFDbkMsVUFBVSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxJQUFJO1lBQzdCLFVBQVUsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFLEVBQUUsSUFBSTtZQUM3QixhQUFhLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRSxFQUFFLElBQUk7WUFDaEMsK0NBQStDO1lBQy9DLHVCQUF1QjtZQUN2QixtREFBbUQ7WUFDbkQsMENBQTBDO1lBQzFDLE1BQU07U0FFVCxDQUFDLENBQUM7S0FDTixDQUFDLENBQUMsQ0FBQztDQUNQLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
"Text Value": (0, schema_1.text)('single line'),
|
|
7
|
+
}, {});
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFzL3NlbWFudGljX3ZlcnNpb25pbmcvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ3BDLEVBQ0QsRUFFQyxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMvc2VtYW50aWNfdmVyc2lvbmluZy8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUF1RTtBQUd2RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
"Semantic Version": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"major": schema_1.t.text_global("Text Value"),
|
|
8
|
+
"minor": schema_1.t.text_global("Text Value"),
|
|
9
|
+
"patch": schema_1.t.text_global("Text Value"),
|
|
10
|
+
"pre-release identifiers": schema_1.t.list(schema_1.t.component("Number or Text")),
|
|
11
|
+
"build identifiers": schema_1.t.list(schema_1.t.text_global("Text Value")),
|
|
12
|
+
})),
|
|
13
|
+
"Number or Text": (0, schema_1.type)(schema_1.t.state_group({
|
|
14
|
+
"numeric": schema_1.t.text_global("Text Value"), //is this correct?
|
|
15
|
+
"alphanumeric": schema_1.t.text_global("Text Value")
|
|
16
|
+
})),
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy9zZW1hbnRpY192ZXJzaW9uaW5nLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFNeUM7QUFHNUIsUUFBQSxDQUFDLEdBQWtDLElBQUEsY0FBSyxFQUNqRDtJQUNJLGtCQUFrQixFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDN0IsT0FBTyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1FBQ3BDLE9BQU8sRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQztRQUNwQyxPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7UUFDcEMseUJBQXlCLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsU0FBUyxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDaEUsbUJBQW1CLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQyxDQUFDO0tBQzNELENBQUMsQ0FBQztJQUNILGdCQUFnQixFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDakMsU0FBUyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDLEVBQUUsa0JBQWtCO1FBQzFELGNBQWMsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQztLQUM5QyxDQUFDLENBQUM7Q0FDTixDQUNKLENBQUEifQ==
|
|
@@ -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_.Globals<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
"Text Value": (0, schema_1.text)("single line"),
|
|
7
|
+
}, {
|
|
8
|
+
"Position": schema_1.n.natural(),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFzL3htbC9wYXJzZV9yZXN1bHQvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsZ0VBSTRDO0FBRy9CLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ3BDLEVBQ0Q7SUFDSSxVQUFVLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtDQUMxQixDQUNKLENBQUEifQ==
|
|
@@ -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_.Schemas.D<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMveG1sL3BhcnNlX3Jlc3VsdC8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLGdFQUEwRTtBQUcxRSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
|
@@ -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_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
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
|
+
"Tokenizer Result": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"leading whitespace": schema_1.t.text_global("Text Value"),
|
|
8
|
+
"tokens": schema_1.t.list(schema_1.t.component("Annotated Token")),
|
|
9
|
+
})),
|
|
10
|
+
"Token": (0, schema_1.type)(schema_1.t.state_group({
|
|
11
|
+
"<": schema_1.t.nothing(),
|
|
12
|
+
"/": schema_1.t.nothing(),
|
|
13
|
+
">": schema_1.t.nothing(),
|
|
14
|
+
"/>": schema_1.t.nothing(),
|
|
15
|
+
"?": schema_1.t.nothing(),
|
|
16
|
+
"=": schema_1.t.nothing(),
|
|
17
|
+
"string": schema_1.t.text_global("Text Value"),
|
|
18
|
+
"comment": schema_1.t.text_global("Text Value"),
|
|
19
|
+
"identifier": schema_1.t.text_global("Text Value"),
|
|
20
|
+
"text node": schema_1.t.text_global("Text Value"),
|
|
21
|
+
"invalid": schema_1.t.nothing(),
|
|
22
|
+
})),
|
|
23
|
+
"Annotation": (0, schema_1.type)(schema_1.t.group({
|
|
24
|
+
"position": schema_1.t.number_local(schema_1.n.natural()),
|
|
25
|
+
"line": schema_1.t.number_local(schema_1.n.natural()),
|
|
26
|
+
"column": schema_1.t.number_local(schema_1.n.natural()),
|
|
27
|
+
})),
|
|
28
|
+
"Annotated Token": (0, schema_1.type)(schema_1.t.group({
|
|
29
|
+
"type": schema_1.t.component("Token"),
|
|
30
|
+
"annotation": schema_1.t.component("Annotation"),
|
|
31
|
+
"trailing whitespace": schema_1.t.text_global("Text Value"),
|
|
32
|
+
})),
|
|
33
|
+
"Document": (0, schema_1.type)(schema_1.t.group({
|
|
34
|
+
"declaration": schema_1.t.optional(schema_1.t.group({
|
|
35
|
+
"attributes": schema_1.t.component("Attributes"),
|
|
36
|
+
})),
|
|
37
|
+
"children": schema_1.t.component("Content"),
|
|
38
|
+
})),
|
|
39
|
+
"Attributes": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.text_global("Text Value"))),
|
|
40
|
+
"Content": (0, schema_1.type)(schema_1.t.group({
|
|
41
|
+
"preceding chardata": schema_1.t.optional(schema_1.t.text_global("Text Value")),
|
|
42
|
+
"nodes": schema_1.t.list(schema_1.t.group({
|
|
43
|
+
"type": schema_1.t.state_group({
|
|
44
|
+
"cdata": schema_1.t.text_global("Text Value"),
|
|
45
|
+
"comment": schema_1.t.text_global("Text Value"),
|
|
46
|
+
"element": schema_1.t.component_cyclic("Element"),
|
|
47
|
+
"processing instruction": schema_1.t.group({
|
|
48
|
+
"target": schema_1.t.text_global("Text Value"),
|
|
49
|
+
"data": schema_1.t.text_global("Text Value"),
|
|
50
|
+
}),
|
|
51
|
+
"entity reference": schema_1.t.text_global("Text Value"),
|
|
52
|
+
}),
|
|
53
|
+
"trailing chardata": schema_1.t.optional(schema_1.t.text_global("Text Value")),
|
|
54
|
+
}))
|
|
55
|
+
})),
|
|
56
|
+
"Element": (0, schema_1.type)(schema_1.t.group({
|
|
57
|
+
"name": schema_1.t.text_global("Text Value"),
|
|
58
|
+
"attributes": schema_1.t.component("Attributes"),
|
|
59
|
+
//"mixed": t.boolean(),
|
|
60
|
+
"children": schema_1.t.component_cyclic("Content"),
|
|
61
|
+
})),
|
|
62
|
+
});
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy94bWwvcGFyc2VfcmVzdWx0LyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxnRUFLNEM7QUFHL0IsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUdJLGtCQUFrQixFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDN0Isb0JBQW9CLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7UUFDakQsUUFBUSxFQUFFLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFNBQVMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0tBQ25ELENBQUMsQ0FBQztJQUVILE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ3hCLEdBQUcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2hCLEdBQUcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2hCLEdBQUcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2hCLElBQUksRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2pCLEdBQUcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2hCLEdBQUcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO1FBQ2hCLFFBQVEsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQztRQUNyQyxTQUFTLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7UUFDdEMsWUFBWSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1FBQ3pDLFdBQVcsRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQztRQUN4QyxT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
|
|
@@ -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_.Globals<pd.Source_Location>;
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
"Text Value": (0, schema_1.text)("single line"),
|
|
7
|
+
}, {
|
|
8
|
+
"Position": schema_1.n.natural(),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFzL3htbC9zaW1wbGUvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsZ0VBSTRDO0FBRy9CLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ3BDLEVBQ0Q7SUFDSSxVQUFVLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtDQUMxQixDQUNKLENBQUEifQ==
|
|
@@ -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_.Schemas.D<pd.Source_Location>;
|
|
@@ -0,0 +1,8 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMveG1sL3NpbXBsZS8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLGdFQUEwRTtBQUcxRSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
|
@@ -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_.Types<pd.Source_Location>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Document": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"declaration": schema_1.t.optional(schema_1.t.group({
|
|
8
|
+
"attributes": schema_1.t.component("Attributes"),
|
|
9
|
+
})),
|
|
10
|
+
"children": schema_1.t.component("Children"),
|
|
11
|
+
})),
|
|
12
|
+
"Attributes": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.text_global("Text Value"))),
|
|
13
|
+
"Children": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
14
|
+
"cdata": schema_1.t.text_global("Text Value"),
|
|
15
|
+
"comment": schema_1.t.text_global("Text Value"),
|
|
16
|
+
"element": schema_1.t.component_cyclic("Element"),
|
|
17
|
+
"processing instruction": schema_1.t.group({
|
|
18
|
+
"target": schema_1.t.text_global("Text Value"),
|
|
19
|
+
"data": schema_1.t.text_global("Text Value"),
|
|
20
|
+
}),
|
|
21
|
+
"text": schema_1.t.text_global("Text Value"),
|
|
22
|
+
"entity reference": schema_1.t.text_global("Text Value"),
|
|
23
|
+
}))),
|
|
24
|
+
"Element": (0, schema_1.type)(schema_1.t.group({
|
|
25
|
+
"name": schema_1.t.text_global("Text Value"),
|
|
26
|
+
"attributes": schema_1.t.component("Attributes"),
|
|
27
|
+
//"mixed": t.boolean(),
|
|
28
|
+
"children": schema_1.t.component_cyclic("Children"),
|
|
29
|
+
})),
|
|
30
|
+
});
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy94bWwvc2ltcGxlLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxnRUFLNEM7QUFHL0IsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUVJLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ3JCLGFBQWEsRUFBRSxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDOUIsWUFBWSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDO1NBQzFDLENBQUMsQ0FBQztRQUNILFVBQVUsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFVBQVUsQ0FBQztLQUN0QyxDQUFDLENBQUM7SUFDSCxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUM7SUFDN0QsVUFBVSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUM5QixPQUFPLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7UUFDcEMsU0FBUyxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1FBQ3RDLFNBQVMsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxDQUFDO1FBQ3hDLHdCQUF3QixFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDOUIsUUFBUSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1lBQ3JDLE1BQU0sRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQztTQUN0QyxDQUFDO1FBQ0YsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1FBQ25DLGtCQUFrQixFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO0tBQ2xELENBQUMsQ0FBQyxDQUFDO0lBQ1IsU0FBUyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDcEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDO1FBQ25DLFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQztRQUN2Qyx1QkFBdUI7UUFDdkIsVUFBVSxFQUFFLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLENBQUM7S0FDN0MsQ0FBQyxDQUFDO0NBQ04sQ0FDSixDQUFBIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "
|
|
2
|
+
import * as g_ from "../../generated/interface/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: import("exupery-core-types").Dictionary<g_.Module<_edata.Source_Location>>;
|
|
@@ -43,4 +43,4 @@ exports.$ = _edata.d({
|
|
|
43
43
|
"pareto-json": module_astn_6.$,
|
|
44
44
|
"pareto-targets": module_astn_7.$,
|
|
45
45
|
});
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsMERBQTJDO0FBSTNDLG9EQUFnRDtBQUNoRCx1REFBc0Q7QUFDdEQsc0RBQW9EO0FBQ3BELGtFQUE0RTtBQUM1RSxtRUFBOEU7QUFDOUUsMkRBQThEO0FBQzlELDhEQUFvRTtBQUNwRSxvRUFBZ0Y7QUFFbkUsUUFBQSxDQUFDLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBcUM7SUFDMUQsc0JBQXNCLEVBQUUsZUFBc0I7SUFDOUMsTUFBTSxFQUFFLGVBQU07SUFDZCxTQUFTLEVBQUUsZUFBUztJQUNwQixRQUFRLEVBQUUsZUFBUTtJQUNsQixvQkFBb0IsRUFBRSxlQUFvQjtJQUMxQyxxQkFBcUIsRUFBRSxlQUFxQjtJQUM1QyxhQUFhLEVBQUUsZUFBYTtJQUM1QixnQkFBZ0IsRUFBRSxlQUFnQjtDQUNyQyxDQUFDLENBQUEifQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hc3RuL21vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLHVEQUFvRDtBQUVwRCx1REFBbUQ7QUFDbkQseURBQXFEO0FBRXhDLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGdCQUFPLEVBQ25ELG1CQUFVLEVBQ1Ysb0JBQVcsQ0FDZCxDQUFBIn0=
|
|
@@ -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/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Operations<pd.Source_Location>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../../shorthands/module");
|
|
5
|
+
exports.$ = (0, module_1.operations)({});
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYXN0bi9vcGVyYXRpb25zLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsdURBQXVFO0FBSzFELFFBQUEsQ0FBQyxHQUFzQyxJQUFBLG1CQUFVLEVBQzFELEVBQ0MsQ0FDSixDQUFBIn0=
|
package/dist/{temporary_schemas/exupery → temp/temporary_schemas/astn}/schema_tree.astn.d.ts
RENAMED
|
@@ -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_.Schema_Tree<pd.Source_Location>;
|
|
@@ -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/ast/$.module.astn");
|
|
6
6
|
const __module_astn_2 = require("./schemas/ide/$.module.astn");
|
|
7
7
|
const __module_astn_3 = require("./schemas/parse_result/$.module.astn");
|
|
@@ -14,4 +14,4 @@ exports.$ = schema_1.st.set({
|
|
|
14
14
|
"token": __module_astn_4.$,
|
|
15
15
|
"target": __module_astn_5.$,
|
|
16
16
|
});
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FzdG4vc2NoZW1hX3RyZWUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSx1REFBK0M7QUFHL0MsK0RBQXdEO0FBQ3hELCtEQUF3RDtBQUN4RCx3RUFBMEU7QUFDMUUsaUVBQTREO0FBQzVELGtFQUE4RDtBQUVqRCxRQUFBLENBQUMsR0FBdUMsV0FBRSxDQUFDLEdBQUcsQ0FBQztJQUN4RCxLQUFLLEVBQUUsaUJBQUs7SUFDWixLQUFLLEVBQUUsaUJBQUs7SUFDWixjQUFjLEVBQUUsaUJBQWM7SUFDOUIsT0FBTyxFQUFFLGlCQUFPO0lBQ2hCLFFBQVEsRUFBRSxpQkFBUTtDQUNyQixDQUFDLENBQUEifQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hc3RuL3NjaGVtYXMvYXN0LyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUl5QztBQUc1QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCLEVBQ0MsRUFDRCxFQUFFLENBQ0wsQ0FBQSJ9
|
|
@@ -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
|
exports.$ = (0, schema_1.schema_)({
|
|
8
8
|
"token": (0, schema_1.import_)("token"),
|
|
9
9
|
}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FzdG4vc2NoZW1hcy9hc3QvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSw2REFBZ0Y7QUFHaEYsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RDtJQUNJLE9BQU8sRUFBRSxJQUFBLGdCQUFPLEVBQUMsT0FBTyxDQUFDO0NBRTVCLEVBQ0Qsa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Document": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"header": schema_1.t.optional(schema_1.t.group({
|
|
8
|
+
"!": schema_1.t.component("Structural Token"),
|
|
9
|
+
"value": schema_1.t.component("Value"),
|
|
10
|
+
})),
|
|
11
|
+
"content": schema_1.t.component("Value"),
|
|
12
|
+
})),
|
|
13
|
+
"Concrete Value": (0, schema_1.type)(schema_1.t.state_group({
|
|
14
|
+
"string": schema_1.t.component("String"),
|
|
15
|
+
"indexed collection": schema_1.t.state_group({
|
|
16
|
+
"dictionary": schema_1.t.group({
|
|
17
|
+
"{": schema_1.t.component("Structural Token"),
|
|
18
|
+
"entries": schema_1.t.component("Key Value Pairs"),
|
|
19
|
+
"}": schema_1.t.component("Structural Token"),
|
|
20
|
+
}),
|
|
21
|
+
"verbose group": schema_1.t.group({
|
|
22
|
+
"(": schema_1.t.component("Structural Token"),
|
|
23
|
+
"entries": schema_1.t.component("Key Value Pairs"),
|
|
24
|
+
")": schema_1.t.component("Structural Token"),
|
|
25
|
+
}),
|
|
26
|
+
}),
|
|
27
|
+
"ordered collection": schema_1.t.state_group({
|
|
28
|
+
"list": schema_1.t.group({
|
|
29
|
+
"[": schema_1.t.component("Structural Token"),
|
|
30
|
+
"elements": schema_1.t.component("Elements"),
|
|
31
|
+
"]": schema_1.t.component("Structural Token"),
|
|
32
|
+
}),
|
|
33
|
+
"concise group": schema_1.t.group({
|
|
34
|
+
"<": schema_1.t.component("Structural Token"),
|
|
35
|
+
"elements": schema_1.t.component("Elements"),
|
|
36
|
+
">": schema_1.t.component("Structural Token"),
|
|
37
|
+
}),
|
|
38
|
+
}),
|
|
39
|
+
"tagged value": schema_1.t.group({
|
|
40
|
+
"|": schema_1.t.component("Structural Token"),
|
|
41
|
+
"state": schema_1.t.component("String"),
|
|
42
|
+
"value": schema_1.t.component_cyclic("Value"),
|
|
43
|
+
}),
|
|
44
|
+
"not set": schema_1.t.group({
|
|
45
|
+
"~": schema_1.t.component("Structural Token"),
|
|
46
|
+
}),
|
|
47
|
+
"set optional value": schema_1.t.group({
|
|
48
|
+
"*": schema_1.t.component("Structural Token"),
|
|
49
|
+
"value": schema_1.t.component_cyclic("Value"),
|
|
50
|
+
}),
|
|
51
|
+
})),
|
|
52
|
+
"Value": (0, schema_1.type)(schema_1.t.group({
|
|
53
|
+
"type": schema_1.t.state_group({
|
|
54
|
+
"concrete": schema_1.t.component("Concrete Value"),
|
|
55
|
+
"include": schema_1.t.group({
|
|
56
|
+
"@": schema_1.t.component("Structural Token"),
|
|
57
|
+
"path": schema_1.t.component("String"),
|
|
58
|
+
}),
|
|
59
|
+
"missing data": schema_1.t.group({
|
|
60
|
+
"#": schema_1.t.component("Structural Token"),
|
|
61
|
+
}),
|
|
62
|
+
}),
|
|
63
|
+
})),
|
|
64
|
+
"String": (0, schema_1.type)(schema_1.t.group({
|
|
65
|
+
"trailing trivia": schema_1.t.component_external("token", "Trivia"),
|
|
66
|
+
"range": schema_1.t.component_external("token", "Range"),
|
|
67
|
+
"value": schema_1.t.text_local((0, schema_1.text)('single line')),
|
|
68
|
+
"type": schema_1.t.component_external("token", "String Type"),
|
|
69
|
+
})),
|
|
70
|
+
"Key Value Pairs": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
71
|
+
"key": schema_1.t.component("String"),
|
|
72
|
+
"value": schema_1.t.optional(schema_1.t.group({
|
|
73
|
+
":": schema_1.t.component("Structural Token"),
|
|
74
|
+
"value": schema_1.t.component_cyclic("Value"),
|
|
75
|
+
})),
|
|
76
|
+
",": schema_1.t.optional(schema_1.t.component("Structural Token")),
|
|
77
|
+
}))),
|
|
78
|
+
"Elements": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
79
|
+
"value": schema_1.t.component_cyclic("Value"),
|
|
80
|
+
}))),
|
|
81
|
+
"Structural Token": (0, schema_1.type)(schema_1.t.group({
|
|
82
|
+
"trailing trivia": schema_1.t.component_external("token", "Trivia"),
|
|
83
|
+
"range": schema_1.t.component_external("token", "Range"),
|
|
84
|
+
})),
|
|
85
|
+
});
|
|
86
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYXN0bi9zY2hlbWFzL2FzdC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBT3lDO0FBTTVCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFJSSxVQUFVLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNyQixRQUFRLEVBQUUsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ3pCLEdBQUcsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGtCQUFrQixDQUFDO1lBQ3BDLE9BQU8sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUNoQyxDQUFDLENBQUM7UUFDSCxTQUFTLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUM7S0FDbEMsQ0FBQyxDQUFDO0lBRUgsZ0JBQWdCLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUNqQyxRQUFRLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUM7UUFDL0Isb0JBQW9CLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQztZQUNoQyxZQUFZLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDbEIsR0FBRyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsa0JBQWtCLENBQUM7Z0JBQ3BDLFNBQVMsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLGlCQUFpQixDQUFDO2dCQUN6QyxHQUFHLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxrQkFBa0IsQ0FBQzthQUN2QyxDQUFDO1lBQ0YsZUFBZSxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7Z0JBQ3JCLEdBQUcsRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFD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
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hc3RuL3NjaGVtYXMvaWRlLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUl5QztBQUc1QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCLEVBQ0MsRUFDRCxFQUFFLENBQ0wsQ0FBQSJ9
|
|
@@ -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
|
exports.$ = (0, schema_1.schema_)({
|
|
8
8
|
"token": (0, schema_1.import_)("token"),
|
|
9
9
|
}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL2FzdG4vc2NoZW1hcy9pZGUvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSw2REFBZ0Y7QUFHaEYsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RDtJQUNJLE9BQU8sRUFBRSxJQUFBLGdCQUFPLEVBQUMsT0FBTyxDQUFDO0NBQzVCLEVBQ0Qsa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
"Text Edits": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
7
|
+
"insert": schema_1.t.group({
|
|
8
|
+
"location": schema_1.t.component_external("token", "Relative Location"),
|
|
9
|
+
"text": schema_1.t.text_local((0, schema_1.text)('single line')),
|
|
10
|
+
}),
|
|
11
|
+
"replace": schema_1.t.group({
|
|
12
|
+
"range": schema_1.t.component("Relative Range"),
|
|
13
|
+
"text": schema_1.t.text_local((0, schema_1.text)('single line')),
|
|
14
|
+
}),
|
|
15
|
+
"delete": schema_1.t.group({
|
|
16
|
+
"range": schema_1.t.component("Relative Range"),
|
|
17
|
+
}),
|
|
18
|
+
}))),
|
|
19
|
+
"Relative Range": (0, schema_1.type)(schema_1.t.group({
|
|
20
|
+
"start": schema_1.t.component_external("token", "Relative Location"),
|
|
21
|
+
"end": schema_1.t.component_external("token", "Relative Location"),
|
|
22
|
+
})),
|
|
23
|
+
"Key Value Pairs To Be Sorted": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvYXN0bi9zY2hlbWFzL2lkZS8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBT3lDO0FBSzVCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ3BDLFFBQVEsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ2QsVUFBVSxFQUFFLFVBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsbUJBQW1CLENBQUM7WUFDOUQsTUFBTSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUM7U0FDNUMsQ0FBQztRQUNGLFNBQVMsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ2YsT0FBTyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsZ0JBQWdCLENBQUM7WUFDdEMsTUFBTSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUM7U0FDNUMsQ0FBQztRQUNGLFFBQVEsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQ2QsT0FBTyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsZ0JBQWdCLENBQUM7U0FDekMsQ0FBQztLQUNMLENBQUMsQ0FBQyxDQUFDO0lBRUosZ0JBQWdCLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUMzQixPQUFPLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLE9BQU8sRUFBRSxtQkFBbUIsQ0FBQztRQUMzRCxLQUFLLEVBQUUsVUFBQyxDQUFDLGtCQUFrQixDQUFDLE9BQU8sRUFBRSxtQkFBbUIsQ0FBQztLQUM1RCxDQUFDLENBQUM7SUFFSCw4QkFBOEIsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDO0NBQ3hGLENBQ0osQ0FBQSJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9hc3RuL3NjaGVtYXMvcGFyc2VfcmVzdWx0LyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUl5QztBQUc1QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCLEVBQ0MsRUFDRCxFQUFFLENBQ0wsQ0FBQSJ9
|