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
|
@@ -0,0 +1,851 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
2
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
3
|
+
import * as _i_imports_token from "../../token/data_types/target";
|
|
4
|
+
export type _T_Concrete_Value = _i_core._T_State_Group<null, readonly [
|
|
5
|
+
'indexed collection',
|
|
6
|
+
_i_core._T_State_Group<null, readonly [
|
|
7
|
+
'dictionary',
|
|
8
|
+
{
|
|
9
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
10
|
+
readonly '{': _T_Structural_Token;
|
|
11
|
+
readonly '}': _T_Structural_Token;
|
|
12
|
+
}
|
|
13
|
+
] | readonly [
|
|
14
|
+
'verbose group',
|
|
15
|
+
{
|
|
16
|
+
readonly '(': _T_Structural_Token;
|
|
17
|
+
readonly ')': _T_Structural_Token;
|
|
18
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
19
|
+
}
|
|
20
|
+
]>
|
|
21
|
+
] | readonly [
|
|
22
|
+
'not set',
|
|
23
|
+
{
|
|
24
|
+
readonly '~': _T_Structural_Token;
|
|
25
|
+
}
|
|
26
|
+
] | readonly [
|
|
27
|
+
'ordered collection',
|
|
28
|
+
_i_core._T_State_Group<null, readonly [
|
|
29
|
+
'concise group',
|
|
30
|
+
{
|
|
31
|
+
readonly '<': _T_Structural_Token;
|
|
32
|
+
readonly '>': _T_Structural_Token;
|
|
33
|
+
readonly 'elements': _T_Elements;
|
|
34
|
+
}
|
|
35
|
+
] | readonly [
|
|
36
|
+
'list',
|
|
37
|
+
{
|
|
38
|
+
readonly '[': _T_Structural_Token;
|
|
39
|
+
readonly ']': _T_Structural_Token;
|
|
40
|
+
readonly 'elements': _T_Elements;
|
|
41
|
+
}
|
|
42
|
+
]>
|
|
43
|
+
] | readonly [
|
|
44
|
+
'set optional value',
|
|
45
|
+
{
|
|
46
|
+
readonly '*': _T_Structural_Token;
|
|
47
|
+
readonly 'value': _T_Value;
|
|
48
|
+
}
|
|
49
|
+
] | readonly ['string', _T_String] | readonly [
|
|
50
|
+
'tagged value',
|
|
51
|
+
{
|
|
52
|
+
readonly 'state': _T_String;
|
|
53
|
+
readonly 'value': _T_Value;
|
|
54
|
+
readonly '|': _T_Structural_Token;
|
|
55
|
+
}
|
|
56
|
+
]>;
|
|
57
|
+
export type _T_Document = {
|
|
58
|
+
readonly 'content': _T_Value;
|
|
59
|
+
readonly 'header': _pt.Optional_Value<{
|
|
60
|
+
readonly '!': _T_Structural_Token;
|
|
61
|
+
readonly 'value': _T_Value;
|
|
62
|
+
}>;
|
|
63
|
+
};
|
|
64
|
+
export type _T_Elements = _i_core._T_List<null, {
|
|
65
|
+
readonly 'value': _T_Value;
|
|
66
|
+
}>;
|
|
67
|
+
export type _T_Key_Value_Pairs = _i_core._T_List<null, {
|
|
68
|
+
readonly ',': _pt.Optional_Value<_T_Structural_Token>;
|
|
69
|
+
readonly 'key': _T_String;
|
|
70
|
+
readonly 'value': _pt.Optional_Value<{
|
|
71
|
+
readonly ':': _T_Structural_Token;
|
|
72
|
+
readonly 'value': _T_Value;
|
|
73
|
+
}>;
|
|
74
|
+
}>;
|
|
75
|
+
export type _T_String = {
|
|
76
|
+
readonly 'range': _i_imports_token._T_Range;
|
|
77
|
+
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
78
|
+
readonly 'type': _i_imports_token._T_String_Type;
|
|
79
|
+
readonly 'value': string;
|
|
80
|
+
};
|
|
81
|
+
export type _T_Structural_Token = {
|
|
82
|
+
readonly 'range': _i_imports_token._T_Range;
|
|
83
|
+
readonly 'trailing trivia': _i_imports_token._T_Trivia;
|
|
84
|
+
};
|
|
85
|
+
export type _T_Value = {
|
|
86
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
87
|
+
'include',
|
|
88
|
+
{
|
|
89
|
+
readonly '@': _T_Structural_Token;
|
|
90
|
+
readonly 'path': _T_String;
|
|
91
|
+
}
|
|
92
|
+
] | readonly [
|
|
93
|
+
'missing data',
|
|
94
|
+
{
|
|
95
|
+
readonly '#': _T_Structural_Token;
|
|
96
|
+
}
|
|
97
|
+
]>;
|
|
98
|
+
};
|
|
99
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
100
|
+
export type Document = _T_Document;
|
|
101
|
+
export type Elements = _T_Elements;
|
|
102
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
103
|
+
export type String = _T_String;
|
|
104
|
+
export type Structural_Token = _T_Structural_Token;
|
|
105
|
+
export type Value = _T_Value;
|
|
106
|
+
export declare namespace _T_Concrete_Value {
|
|
107
|
+
namespace SG {
|
|
108
|
+
namespace indexed_collection {
|
|
109
|
+
namespace SG {
|
|
110
|
+
namespace dictionary {
|
|
111
|
+
namespace entries {
|
|
112
|
+
}
|
|
113
|
+
type entries = _T_Key_Value_Pairs;
|
|
114
|
+
namespace $co_ {
|
|
115
|
+
}
|
|
116
|
+
type $co_ = _T_Structural_Token;
|
|
117
|
+
namespace $cc_ {
|
|
118
|
+
}
|
|
119
|
+
type $cc_ = _T_Structural_Token;
|
|
120
|
+
}
|
|
121
|
+
type dictionary = {
|
|
122
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
123
|
+
readonly '{': _T_Structural_Token;
|
|
124
|
+
readonly '}': _T_Structural_Token;
|
|
125
|
+
};
|
|
126
|
+
namespace verbose_group {
|
|
127
|
+
namespace $po_ {
|
|
128
|
+
}
|
|
129
|
+
type $po_ = _T_Structural_Token;
|
|
130
|
+
namespace $pc_ {
|
|
131
|
+
}
|
|
132
|
+
type $pc_ = _T_Structural_Token;
|
|
133
|
+
namespace entries {
|
|
134
|
+
}
|
|
135
|
+
type entries = _T_Key_Value_Pairs;
|
|
136
|
+
}
|
|
137
|
+
type verbose_group = {
|
|
138
|
+
readonly '(': _T_Structural_Token;
|
|
139
|
+
readonly ')': _T_Structural_Token;
|
|
140
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
type SG = readonly [
|
|
144
|
+
'dictionary',
|
|
145
|
+
{
|
|
146
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
147
|
+
readonly '{': _T_Structural_Token;
|
|
148
|
+
readonly '}': _T_Structural_Token;
|
|
149
|
+
}
|
|
150
|
+
] | readonly [
|
|
151
|
+
'verbose group',
|
|
152
|
+
{
|
|
153
|
+
readonly '(': _T_Structural_Token;
|
|
154
|
+
readonly ')': _T_Structural_Token;
|
|
155
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
156
|
+
}
|
|
157
|
+
];
|
|
158
|
+
}
|
|
159
|
+
type indexed_collection = _i_core._T_State_Group<null, readonly [
|
|
160
|
+
'dictionary',
|
|
161
|
+
{
|
|
162
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
163
|
+
readonly '{': _T_Structural_Token;
|
|
164
|
+
readonly '}': _T_Structural_Token;
|
|
165
|
+
}
|
|
166
|
+
] | readonly [
|
|
167
|
+
'verbose group',
|
|
168
|
+
{
|
|
169
|
+
readonly '(': _T_Structural_Token;
|
|
170
|
+
readonly ')': _T_Structural_Token;
|
|
171
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
172
|
+
}
|
|
173
|
+
]>;
|
|
174
|
+
namespace not_set {
|
|
175
|
+
namespace $ti_ {
|
|
176
|
+
}
|
|
177
|
+
type $ti_ = _T_Structural_Token;
|
|
178
|
+
}
|
|
179
|
+
type not_set = {
|
|
180
|
+
readonly '~': _T_Structural_Token;
|
|
181
|
+
};
|
|
182
|
+
namespace ordered_collection {
|
|
183
|
+
namespace SG {
|
|
184
|
+
namespace concise_group {
|
|
185
|
+
namespace $st_ {
|
|
186
|
+
}
|
|
187
|
+
type $st_ = _T_Structural_Token;
|
|
188
|
+
namespace $gt_ {
|
|
189
|
+
}
|
|
190
|
+
type $gt_ = _T_Structural_Token;
|
|
191
|
+
namespace elements {
|
|
192
|
+
}
|
|
193
|
+
type elements = _T_Elements;
|
|
194
|
+
}
|
|
195
|
+
type concise_group = {
|
|
196
|
+
readonly '<': _T_Structural_Token;
|
|
197
|
+
readonly '>': _T_Structural_Token;
|
|
198
|
+
readonly 'elements': _T_Elements;
|
|
199
|
+
};
|
|
200
|
+
namespace list {
|
|
201
|
+
namespace $bo_ {
|
|
202
|
+
}
|
|
203
|
+
type $bo_ = _T_Structural_Token;
|
|
204
|
+
namespace $bc_ {
|
|
205
|
+
}
|
|
206
|
+
type $bc_ = _T_Structural_Token;
|
|
207
|
+
namespace elements {
|
|
208
|
+
}
|
|
209
|
+
type elements = _T_Elements;
|
|
210
|
+
}
|
|
211
|
+
type list = {
|
|
212
|
+
readonly '[': _T_Structural_Token;
|
|
213
|
+
readonly ']': _T_Structural_Token;
|
|
214
|
+
readonly 'elements': _T_Elements;
|
|
215
|
+
};
|
|
216
|
+
}
|
|
217
|
+
type SG = readonly [
|
|
218
|
+
'concise group',
|
|
219
|
+
{
|
|
220
|
+
readonly '<': _T_Structural_Token;
|
|
221
|
+
readonly '>': _T_Structural_Token;
|
|
222
|
+
readonly 'elements': _T_Elements;
|
|
223
|
+
}
|
|
224
|
+
] | readonly [
|
|
225
|
+
'list',
|
|
226
|
+
{
|
|
227
|
+
readonly '[': _T_Structural_Token;
|
|
228
|
+
readonly ']': _T_Structural_Token;
|
|
229
|
+
readonly 'elements': _T_Elements;
|
|
230
|
+
}
|
|
231
|
+
];
|
|
232
|
+
}
|
|
233
|
+
type ordered_collection = _i_core._T_State_Group<null, readonly [
|
|
234
|
+
'concise group',
|
|
235
|
+
{
|
|
236
|
+
readonly '<': _T_Structural_Token;
|
|
237
|
+
readonly '>': _T_Structural_Token;
|
|
238
|
+
readonly 'elements': _T_Elements;
|
|
239
|
+
}
|
|
240
|
+
] | readonly [
|
|
241
|
+
'list',
|
|
242
|
+
{
|
|
243
|
+
readonly '[': _T_Structural_Token;
|
|
244
|
+
readonly ']': _T_Structural_Token;
|
|
245
|
+
readonly 'elements': _T_Elements;
|
|
246
|
+
}
|
|
247
|
+
]>;
|
|
248
|
+
namespace set_optional_value {
|
|
249
|
+
namespace $sr_ {
|
|
250
|
+
}
|
|
251
|
+
type $sr_ = _T_Structural_Token;
|
|
252
|
+
namespace value {
|
|
253
|
+
}
|
|
254
|
+
type value = _T_Value;
|
|
255
|
+
}
|
|
256
|
+
type set_optional_value = {
|
|
257
|
+
readonly '*': _T_Structural_Token;
|
|
258
|
+
readonly 'value': _T_Value;
|
|
259
|
+
};
|
|
260
|
+
namespace _string {
|
|
261
|
+
}
|
|
262
|
+
type _string = _T_String;
|
|
263
|
+
namespace tagged_value {
|
|
264
|
+
namespace state {
|
|
265
|
+
}
|
|
266
|
+
type state = _T_String;
|
|
267
|
+
namespace value {
|
|
268
|
+
}
|
|
269
|
+
type value = _T_Value;
|
|
270
|
+
namespace $vb_ {
|
|
271
|
+
}
|
|
272
|
+
type $vb_ = _T_Structural_Token;
|
|
273
|
+
}
|
|
274
|
+
type tagged_value = {
|
|
275
|
+
readonly 'state': _T_String;
|
|
276
|
+
readonly 'value': _T_Value;
|
|
277
|
+
readonly '|': _T_Structural_Token;
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
type SG = readonly [
|
|
281
|
+
'indexed collection',
|
|
282
|
+
_i_core._T_State_Group<null, readonly [
|
|
283
|
+
'dictionary',
|
|
284
|
+
{
|
|
285
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
286
|
+
readonly '{': _T_Structural_Token;
|
|
287
|
+
readonly '}': _T_Structural_Token;
|
|
288
|
+
}
|
|
289
|
+
] | readonly [
|
|
290
|
+
'verbose group',
|
|
291
|
+
{
|
|
292
|
+
readonly '(': _T_Structural_Token;
|
|
293
|
+
readonly ')': _T_Structural_Token;
|
|
294
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
295
|
+
}
|
|
296
|
+
]>
|
|
297
|
+
] | readonly [
|
|
298
|
+
'not set',
|
|
299
|
+
{
|
|
300
|
+
readonly '~': _T_Structural_Token;
|
|
301
|
+
}
|
|
302
|
+
] | readonly [
|
|
303
|
+
'ordered collection',
|
|
304
|
+
_i_core._T_State_Group<null, readonly [
|
|
305
|
+
'concise group',
|
|
306
|
+
{
|
|
307
|
+
readonly '<': _T_Structural_Token;
|
|
308
|
+
readonly '>': _T_Structural_Token;
|
|
309
|
+
readonly 'elements': _T_Elements;
|
|
310
|
+
}
|
|
311
|
+
] | readonly [
|
|
312
|
+
'list',
|
|
313
|
+
{
|
|
314
|
+
readonly '[': _T_Structural_Token;
|
|
315
|
+
readonly ']': _T_Structural_Token;
|
|
316
|
+
readonly 'elements': _T_Elements;
|
|
317
|
+
}
|
|
318
|
+
]>
|
|
319
|
+
] | readonly [
|
|
320
|
+
'set optional value',
|
|
321
|
+
{
|
|
322
|
+
readonly '*': _T_Structural_Token;
|
|
323
|
+
readonly 'value': _T_Value;
|
|
324
|
+
}
|
|
325
|
+
] | readonly ['string', _T_String] | readonly [
|
|
326
|
+
'tagged value',
|
|
327
|
+
{
|
|
328
|
+
readonly 'state': _T_String;
|
|
329
|
+
readonly 'value': _T_Value;
|
|
330
|
+
readonly '|': _T_Structural_Token;
|
|
331
|
+
}
|
|
332
|
+
];
|
|
333
|
+
}
|
|
334
|
+
export declare namespace _T_Document {
|
|
335
|
+
namespace content {
|
|
336
|
+
}
|
|
337
|
+
type content = _T_Value;
|
|
338
|
+
namespace header {
|
|
339
|
+
namespace O {
|
|
340
|
+
namespace $ex_ {
|
|
341
|
+
}
|
|
342
|
+
type $ex_ = _T_Structural_Token;
|
|
343
|
+
namespace value {
|
|
344
|
+
}
|
|
345
|
+
type value = _T_Value;
|
|
346
|
+
}
|
|
347
|
+
type O = {
|
|
348
|
+
readonly '!': _T_Structural_Token;
|
|
349
|
+
readonly 'value': _T_Value;
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
type header = _pt.Optional_Value<{
|
|
353
|
+
readonly '!': _T_Structural_Token;
|
|
354
|
+
readonly 'value': _T_Value;
|
|
355
|
+
}>;
|
|
356
|
+
}
|
|
357
|
+
export declare namespace _T_Elements {
|
|
358
|
+
namespace L {
|
|
359
|
+
namespace value {
|
|
360
|
+
}
|
|
361
|
+
type value = _T_Value;
|
|
362
|
+
}
|
|
363
|
+
type L = {
|
|
364
|
+
readonly 'value': _T_Value;
|
|
365
|
+
};
|
|
366
|
+
}
|
|
367
|
+
export declare namespace _T_Key_Value_Pairs {
|
|
368
|
+
namespace L {
|
|
369
|
+
namespace $cm_ {
|
|
370
|
+
namespace O {
|
|
371
|
+
}
|
|
372
|
+
type O = _T_Structural_Token;
|
|
373
|
+
}
|
|
374
|
+
type $cm_ = _pt.Optional_Value<_T_Structural_Token>;
|
|
375
|
+
namespace key {
|
|
376
|
+
}
|
|
377
|
+
type key = _T_String;
|
|
378
|
+
namespace value {
|
|
379
|
+
namespace O {
|
|
380
|
+
namespace $cl_ {
|
|
381
|
+
}
|
|
382
|
+
type $cl_ = _T_Structural_Token;
|
|
383
|
+
namespace value {
|
|
384
|
+
}
|
|
385
|
+
type value = _T_Value;
|
|
386
|
+
}
|
|
387
|
+
type O = {
|
|
388
|
+
readonly ':': _T_Structural_Token;
|
|
389
|
+
readonly 'value': _T_Value;
|
|
390
|
+
};
|
|
391
|
+
}
|
|
392
|
+
type value = _pt.Optional_Value<{
|
|
393
|
+
readonly ':': _T_Structural_Token;
|
|
394
|
+
readonly 'value': _T_Value;
|
|
395
|
+
}>;
|
|
396
|
+
}
|
|
397
|
+
type L = {
|
|
398
|
+
readonly ',': _pt.Optional_Value<_T_Structural_Token>;
|
|
399
|
+
readonly 'key': _T_String;
|
|
400
|
+
readonly 'value': _pt.Optional_Value<{
|
|
401
|
+
readonly ':': _T_Structural_Token;
|
|
402
|
+
readonly 'value': _T_Value;
|
|
403
|
+
}>;
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
export declare namespace _T_String {
|
|
407
|
+
namespace range {
|
|
408
|
+
}
|
|
409
|
+
type range = _i_imports_token._T_Range;
|
|
410
|
+
namespace trailing_trivia {
|
|
411
|
+
}
|
|
412
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
413
|
+
namespace _type {
|
|
414
|
+
}
|
|
415
|
+
type _type = _i_imports_token._T_String_Type;
|
|
416
|
+
type value = string;
|
|
417
|
+
}
|
|
418
|
+
export declare namespace _T_Structural_Token {
|
|
419
|
+
namespace range {
|
|
420
|
+
}
|
|
421
|
+
type range = _i_imports_token._T_Range;
|
|
422
|
+
namespace trailing_trivia {
|
|
423
|
+
}
|
|
424
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
425
|
+
}
|
|
426
|
+
export declare namespace _T_Value {
|
|
427
|
+
namespace _type {
|
|
428
|
+
namespace SG {
|
|
429
|
+
namespace concrete {
|
|
430
|
+
}
|
|
431
|
+
type concrete = _T_Concrete_Value;
|
|
432
|
+
namespace include {
|
|
433
|
+
namespace $at_ {
|
|
434
|
+
}
|
|
435
|
+
type $at_ = _T_Structural_Token;
|
|
436
|
+
namespace path {
|
|
437
|
+
}
|
|
438
|
+
type path = _T_String;
|
|
439
|
+
}
|
|
440
|
+
type include = {
|
|
441
|
+
readonly '@': _T_Structural_Token;
|
|
442
|
+
readonly 'path': _T_String;
|
|
443
|
+
};
|
|
444
|
+
namespace missing_data {
|
|
445
|
+
namespace $ha_ {
|
|
446
|
+
}
|
|
447
|
+
type $ha_ = _T_Structural_Token;
|
|
448
|
+
}
|
|
449
|
+
type missing_data = {
|
|
450
|
+
readonly '#': _T_Structural_Token;
|
|
451
|
+
};
|
|
452
|
+
}
|
|
453
|
+
type SG = readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
454
|
+
'include',
|
|
455
|
+
{
|
|
456
|
+
readonly '@': _T_Structural_Token;
|
|
457
|
+
readonly 'path': _T_String;
|
|
458
|
+
}
|
|
459
|
+
] | readonly [
|
|
460
|
+
'missing data',
|
|
461
|
+
{
|
|
462
|
+
readonly '#': _T_Structural_Token;
|
|
463
|
+
}
|
|
464
|
+
];
|
|
465
|
+
}
|
|
466
|
+
type _type = _i_core._T_State_Group<null, readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
467
|
+
'include',
|
|
468
|
+
{
|
|
469
|
+
readonly '@': _T_Structural_Token;
|
|
470
|
+
readonly 'path': _T_String;
|
|
471
|
+
}
|
|
472
|
+
] | readonly [
|
|
473
|
+
'missing data',
|
|
474
|
+
{
|
|
475
|
+
readonly '#': _T_Structural_Token;
|
|
476
|
+
}
|
|
477
|
+
]>;
|
|
478
|
+
}
|
|
479
|
+
export declare namespace Concrete_Value {
|
|
480
|
+
namespace SG {
|
|
481
|
+
namespace indexed_collection {
|
|
482
|
+
namespace SG {
|
|
483
|
+
namespace dictionary {
|
|
484
|
+
namespace entries {
|
|
485
|
+
}
|
|
486
|
+
type entries = _T_Key_Value_Pairs;
|
|
487
|
+
namespace $co_ {
|
|
488
|
+
}
|
|
489
|
+
type $co_ = _T_Structural_Token;
|
|
490
|
+
namespace $cc_ {
|
|
491
|
+
}
|
|
492
|
+
type $cc_ = _T_Structural_Token;
|
|
493
|
+
}
|
|
494
|
+
type dictionary = {
|
|
495
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
496
|
+
readonly '{': _T_Structural_Token;
|
|
497
|
+
readonly '}': _T_Structural_Token;
|
|
498
|
+
};
|
|
499
|
+
namespace verbose_group {
|
|
500
|
+
namespace $po_ {
|
|
501
|
+
}
|
|
502
|
+
type $po_ = _T_Structural_Token;
|
|
503
|
+
namespace $pc_ {
|
|
504
|
+
}
|
|
505
|
+
type $pc_ = _T_Structural_Token;
|
|
506
|
+
namespace entries {
|
|
507
|
+
}
|
|
508
|
+
type entries = _T_Key_Value_Pairs;
|
|
509
|
+
}
|
|
510
|
+
type verbose_group = {
|
|
511
|
+
readonly '(': _T_Structural_Token;
|
|
512
|
+
readonly ')': _T_Structural_Token;
|
|
513
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
type SG = readonly [
|
|
517
|
+
'dictionary',
|
|
518
|
+
{
|
|
519
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
520
|
+
readonly '{': _T_Structural_Token;
|
|
521
|
+
readonly '}': _T_Structural_Token;
|
|
522
|
+
}
|
|
523
|
+
] | readonly [
|
|
524
|
+
'verbose group',
|
|
525
|
+
{
|
|
526
|
+
readonly '(': _T_Structural_Token;
|
|
527
|
+
readonly ')': _T_Structural_Token;
|
|
528
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
529
|
+
}
|
|
530
|
+
];
|
|
531
|
+
}
|
|
532
|
+
type indexed_collection = _i_core._T_State_Group<null, readonly [
|
|
533
|
+
'dictionary',
|
|
534
|
+
{
|
|
535
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
536
|
+
readonly '{': _T_Structural_Token;
|
|
537
|
+
readonly '}': _T_Structural_Token;
|
|
538
|
+
}
|
|
539
|
+
] | readonly [
|
|
540
|
+
'verbose group',
|
|
541
|
+
{
|
|
542
|
+
readonly '(': _T_Structural_Token;
|
|
543
|
+
readonly ')': _T_Structural_Token;
|
|
544
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
545
|
+
}
|
|
546
|
+
]>;
|
|
547
|
+
namespace not_set {
|
|
548
|
+
namespace $ti_ {
|
|
549
|
+
}
|
|
550
|
+
type $ti_ = _T_Structural_Token;
|
|
551
|
+
}
|
|
552
|
+
type not_set = {
|
|
553
|
+
readonly '~': _T_Structural_Token;
|
|
554
|
+
};
|
|
555
|
+
namespace ordered_collection {
|
|
556
|
+
namespace SG {
|
|
557
|
+
namespace concise_group {
|
|
558
|
+
namespace $st_ {
|
|
559
|
+
}
|
|
560
|
+
type $st_ = _T_Structural_Token;
|
|
561
|
+
namespace $gt_ {
|
|
562
|
+
}
|
|
563
|
+
type $gt_ = _T_Structural_Token;
|
|
564
|
+
namespace elements {
|
|
565
|
+
}
|
|
566
|
+
type elements = _T_Elements;
|
|
567
|
+
}
|
|
568
|
+
type concise_group = {
|
|
569
|
+
readonly '<': _T_Structural_Token;
|
|
570
|
+
readonly '>': _T_Structural_Token;
|
|
571
|
+
readonly 'elements': _T_Elements;
|
|
572
|
+
};
|
|
573
|
+
namespace list {
|
|
574
|
+
namespace $bo_ {
|
|
575
|
+
}
|
|
576
|
+
type $bo_ = _T_Structural_Token;
|
|
577
|
+
namespace $bc_ {
|
|
578
|
+
}
|
|
579
|
+
type $bc_ = _T_Structural_Token;
|
|
580
|
+
namespace elements {
|
|
581
|
+
}
|
|
582
|
+
type elements = _T_Elements;
|
|
583
|
+
}
|
|
584
|
+
type list = {
|
|
585
|
+
readonly '[': _T_Structural_Token;
|
|
586
|
+
readonly ']': _T_Structural_Token;
|
|
587
|
+
readonly 'elements': _T_Elements;
|
|
588
|
+
};
|
|
589
|
+
}
|
|
590
|
+
type SG = readonly [
|
|
591
|
+
'concise group',
|
|
592
|
+
{
|
|
593
|
+
readonly '<': _T_Structural_Token;
|
|
594
|
+
readonly '>': _T_Structural_Token;
|
|
595
|
+
readonly 'elements': _T_Elements;
|
|
596
|
+
}
|
|
597
|
+
] | readonly [
|
|
598
|
+
'list',
|
|
599
|
+
{
|
|
600
|
+
readonly '[': _T_Structural_Token;
|
|
601
|
+
readonly ']': _T_Structural_Token;
|
|
602
|
+
readonly 'elements': _T_Elements;
|
|
603
|
+
}
|
|
604
|
+
];
|
|
605
|
+
}
|
|
606
|
+
type ordered_collection = _i_core._T_State_Group<null, readonly [
|
|
607
|
+
'concise group',
|
|
608
|
+
{
|
|
609
|
+
readonly '<': _T_Structural_Token;
|
|
610
|
+
readonly '>': _T_Structural_Token;
|
|
611
|
+
readonly 'elements': _T_Elements;
|
|
612
|
+
}
|
|
613
|
+
] | readonly [
|
|
614
|
+
'list',
|
|
615
|
+
{
|
|
616
|
+
readonly '[': _T_Structural_Token;
|
|
617
|
+
readonly ']': _T_Structural_Token;
|
|
618
|
+
readonly 'elements': _T_Elements;
|
|
619
|
+
}
|
|
620
|
+
]>;
|
|
621
|
+
namespace set_optional_value {
|
|
622
|
+
namespace $sr_ {
|
|
623
|
+
}
|
|
624
|
+
type $sr_ = _T_Structural_Token;
|
|
625
|
+
namespace value {
|
|
626
|
+
}
|
|
627
|
+
type value = _T_Value;
|
|
628
|
+
}
|
|
629
|
+
type set_optional_value = {
|
|
630
|
+
readonly '*': _T_Structural_Token;
|
|
631
|
+
readonly 'value': _T_Value;
|
|
632
|
+
};
|
|
633
|
+
namespace _string {
|
|
634
|
+
}
|
|
635
|
+
type _string = _T_String;
|
|
636
|
+
namespace tagged_value {
|
|
637
|
+
namespace state {
|
|
638
|
+
}
|
|
639
|
+
type state = _T_String;
|
|
640
|
+
namespace value {
|
|
641
|
+
}
|
|
642
|
+
type value = _T_Value;
|
|
643
|
+
namespace $vb_ {
|
|
644
|
+
}
|
|
645
|
+
type $vb_ = _T_Structural_Token;
|
|
646
|
+
}
|
|
647
|
+
type tagged_value = {
|
|
648
|
+
readonly 'state': _T_String;
|
|
649
|
+
readonly 'value': _T_Value;
|
|
650
|
+
readonly '|': _T_Structural_Token;
|
|
651
|
+
};
|
|
652
|
+
}
|
|
653
|
+
type SG = readonly [
|
|
654
|
+
'indexed collection',
|
|
655
|
+
_i_core._T_State_Group<null, readonly [
|
|
656
|
+
'dictionary',
|
|
657
|
+
{
|
|
658
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
659
|
+
readonly '{': _T_Structural_Token;
|
|
660
|
+
readonly '}': _T_Structural_Token;
|
|
661
|
+
}
|
|
662
|
+
] | readonly [
|
|
663
|
+
'verbose group',
|
|
664
|
+
{
|
|
665
|
+
readonly '(': _T_Structural_Token;
|
|
666
|
+
readonly ')': _T_Structural_Token;
|
|
667
|
+
readonly 'entries': _T_Key_Value_Pairs;
|
|
668
|
+
}
|
|
669
|
+
]>
|
|
670
|
+
] | readonly [
|
|
671
|
+
'not set',
|
|
672
|
+
{
|
|
673
|
+
readonly '~': _T_Structural_Token;
|
|
674
|
+
}
|
|
675
|
+
] | readonly [
|
|
676
|
+
'ordered collection',
|
|
677
|
+
_i_core._T_State_Group<null, readonly [
|
|
678
|
+
'concise group',
|
|
679
|
+
{
|
|
680
|
+
readonly '<': _T_Structural_Token;
|
|
681
|
+
readonly '>': _T_Structural_Token;
|
|
682
|
+
readonly 'elements': _T_Elements;
|
|
683
|
+
}
|
|
684
|
+
] | readonly [
|
|
685
|
+
'list',
|
|
686
|
+
{
|
|
687
|
+
readonly '[': _T_Structural_Token;
|
|
688
|
+
readonly ']': _T_Structural_Token;
|
|
689
|
+
readonly 'elements': _T_Elements;
|
|
690
|
+
}
|
|
691
|
+
]>
|
|
692
|
+
] | readonly [
|
|
693
|
+
'set optional value',
|
|
694
|
+
{
|
|
695
|
+
readonly '*': _T_Structural_Token;
|
|
696
|
+
readonly 'value': _T_Value;
|
|
697
|
+
}
|
|
698
|
+
] | readonly ['string', _T_String] | readonly [
|
|
699
|
+
'tagged value',
|
|
700
|
+
{
|
|
701
|
+
readonly 'state': _T_String;
|
|
702
|
+
readonly 'value': _T_Value;
|
|
703
|
+
readonly '|': _T_Structural_Token;
|
|
704
|
+
}
|
|
705
|
+
];
|
|
706
|
+
}
|
|
707
|
+
export declare namespace Document {
|
|
708
|
+
namespace content {
|
|
709
|
+
}
|
|
710
|
+
type content = _T_Value;
|
|
711
|
+
namespace header {
|
|
712
|
+
namespace O {
|
|
713
|
+
namespace $ex_ {
|
|
714
|
+
}
|
|
715
|
+
type $ex_ = _T_Structural_Token;
|
|
716
|
+
namespace value {
|
|
717
|
+
}
|
|
718
|
+
type value = _T_Value;
|
|
719
|
+
}
|
|
720
|
+
type O = {
|
|
721
|
+
readonly '!': _T_Structural_Token;
|
|
722
|
+
readonly 'value': _T_Value;
|
|
723
|
+
};
|
|
724
|
+
}
|
|
725
|
+
type header = _pt.Optional_Value<{
|
|
726
|
+
readonly '!': _T_Structural_Token;
|
|
727
|
+
readonly 'value': _T_Value;
|
|
728
|
+
}>;
|
|
729
|
+
}
|
|
730
|
+
export declare namespace Elements {
|
|
731
|
+
namespace L {
|
|
732
|
+
namespace value {
|
|
733
|
+
}
|
|
734
|
+
type value = _T_Value;
|
|
735
|
+
}
|
|
736
|
+
type L = {
|
|
737
|
+
readonly 'value': _T_Value;
|
|
738
|
+
};
|
|
739
|
+
}
|
|
740
|
+
export declare namespace Key_Value_Pairs {
|
|
741
|
+
namespace L {
|
|
742
|
+
namespace $cm_ {
|
|
743
|
+
namespace O {
|
|
744
|
+
}
|
|
745
|
+
type O = _T_Structural_Token;
|
|
746
|
+
}
|
|
747
|
+
type $cm_ = _pt.Optional_Value<_T_Structural_Token>;
|
|
748
|
+
namespace key {
|
|
749
|
+
}
|
|
750
|
+
type key = _T_String;
|
|
751
|
+
namespace value {
|
|
752
|
+
namespace O {
|
|
753
|
+
namespace $cl_ {
|
|
754
|
+
}
|
|
755
|
+
type $cl_ = _T_Structural_Token;
|
|
756
|
+
namespace value {
|
|
757
|
+
}
|
|
758
|
+
type value = _T_Value;
|
|
759
|
+
}
|
|
760
|
+
type O = {
|
|
761
|
+
readonly ':': _T_Structural_Token;
|
|
762
|
+
readonly 'value': _T_Value;
|
|
763
|
+
};
|
|
764
|
+
}
|
|
765
|
+
type value = _pt.Optional_Value<{
|
|
766
|
+
readonly ':': _T_Structural_Token;
|
|
767
|
+
readonly 'value': _T_Value;
|
|
768
|
+
}>;
|
|
769
|
+
}
|
|
770
|
+
type L = {
|
|
771
|
+
readonly ',': _pt.Optional_Value<_T_Structural_Token>;
|
|
772
|
+
readonly 'key': _T_String;
|
|
773
|
+
readonly 'value': _pt.Optional_Value<{
|
|
774
|
+
readonly ':': _T_Structural_Token;
|
|
775
|
+
readonly 'value': _T_Value;
|
|
776
|
+
}>;
|
|
777
|
+
};
|
|
778
|
+
}
|
|
779
|
+
export declare namespace String {
|
|
780
|
+
namespace range {
|
|
781
|
+
}
|
|
782
|
+
type range = _i_imports_token._T_Range;
|
|
783
|
+
namespace trailing_trivia {
|
|
784
|
+
}
|
|
785
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
786
|
+
namespace _type {
|
|
787
|
+
}
|
|
788
|
+
type _type = _i_imports_token._T_String_Type;
|
|
789
|
+
type value = string;
|
|
790
|
+
}
|
|
791
|
+
export declare namespace Structural_Token {
|
|
792
|
+
namespace range {
|
|
793
|
+
}
|
|
794
|
+
type range = _i_imports_token._T_Range;
|
|
795
|
+
namespace trailing_trivia {
|
|
796
|
+
}
|
|
797
|
+
type trailing_trivia = _i_imports_token._T_Trivia;
|
|
798
|
+
}
|
|
799
|
+
export declare namespace Value {
|
|
800
|
+
namespace _type {
|
|
801
|
+
namespace SG {
|
|
802
|
+
namespace concrete {
|
|
803
|
+
}
|
|
804
|
+
type concrete = _T_Concrete_Value;
|
|
805
|
+
namespace include {
|
|
806
|
+
namespace $at_ {
|
|
807
|
+
}
|
|
808
|
+
type $at_ = _T_Structural_Token;
|
|
809
|
+
namespace path {
|
|
810
|
+
}
|
|
811
|
+
type path = _T_String;
|
|
812
|
+
}
|
|
813
|
+
type include = {
|
|
814
|
+
readonly '@': _T_Structural_Token;
|
|
815
|
+
readonly 'path': _T_String;
|
|
816
|
+
};
|
|
817
|
+
namespace missing_data {
|
|
818
|
+
namespace $ha_ {
|
|
819
|
+
}
|
|
820
|
+
type $ha_ = _T_Structural_Token;
|
|
821
|
+
}
|
|
822
|
+
type missing_data = {
|
|
823
|
+
readonly '#': _T_Structural_Token;
|
|
824
|
+
};
|
|
825
|
+
}
|
|
826
|
+
type SG = readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
827
|
+
'include',
|
|
828
|
+
{
|
|
829
|
+
readonly '@': _T_Structural_Token;
|
|
830
|
+
readonly 'path': _T_String;
|
|
831
|
+
}
|
|
832
|
+
] | readonly [
|
|
833
|
+
'missing data',
|
|
834
|
+
{
|
|
835
|
+
readonly '#': _T_Structural_Token;
|
|
836
|
+
}
|
|
837
|
+
];
|
|
838
|
+
}
|
|
839
|
+
type _type = _i_core._T_State_Group<null, readonly ['concrete', _T_Concrete_Value] | readonly [
|
|
840
|
+
'include',
|
|
841
|
+
{
|
|
842
|
+
readonly '@': _T_Structural_Token;
|
|
843
|
+
readonly 'path': _T_String;
|
|
844
|
+
}
|
|
845
|
+
] | readonly [
|
|
846
|
+
'missing data',
|
|
847
|
+
{
|
|
848
|
+
readonly '#': _T_Structural_Token;
|
|
849
|
+
}
|
|
850
|
+
]>;
|
|
851
|
+
}
|