pareto 0.76.42 → 0.76.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/implementation/generic/unmarshall.js +24 -15
- package/dist/generated/interface/core/astn_source.d.ts +59 -59
- package/dist/generated/interface/schemas/module/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/module/data_types/source.d.ts +133 -0
- package/dist/generated/interface/schemas/module/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/target.d.ts +133 -0
- package/dist/generated/interface/schemas/module/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/module/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/module/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/schema/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +630 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.d.ts +630 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.js +7 -0
- package/dist/other/compile_astn.js +4 -3
- package/dist/other/fp_write_to_console.d.ts +1 -1
- package/dist/other/load_astn_document.d.ts +2 -2
- package/dist/other/load_schema.d.ts +2 -2
- package/dist/other/load_schema.js +3 -2
- package/dist/other/serialize_schemas.js +2 -2
- package/dist/other/unmarshall_astn_ast.d.ts +9 -3
- package/dist/other/unmarshall_astn_ast.js +359 -341
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +7 -7
- package/dist/shorthands/schema.d.ts +2 -2
- package/dist/shorthands/schema.js +209 -209
- package/dist/{temp_unmashall_result_types.d.ts → temp/temp_unmashall_result_types.d.ts} +15 -15
- package/dist/{temp_unmashall_result_types.js → temp/temp_unmashall_result_types.js} +1 -1
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/accounting_ruwe_data}/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/accounting_ruwe_data}/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +30 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json_schema → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.module.astn.js +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/html/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.js +11 -9
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/module.astn.js +2 -2
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/astn}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/astn}/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ast/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.js +86 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ide/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/parse_result/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/astn/schemas/token}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.js +74 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/exupery}/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/module.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/exupery}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schemas/implementation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/exupery/schemas/implementation}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto/schemas/schema → temp/temporary_schemas/exupery/schemas/interface}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/{temporary_schemas/exupery/schemas/implementation → temp/temporary_schemas/exupery/schemas/interface}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets → temp/temporary_schemas/pareto}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto/schemas/schema}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/unmarshall_errors/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/unmarshall_result/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-boekhouding}/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/module.astn.js +8 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/pareto-boekhouding}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +78 -0
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-boekhouding}/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding}/$.signatures.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-fountain-pen/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +26 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.globals.astn.js +3 -5
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-json}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-json/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/pareto-json/schemas/json}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/text → temp/temporary_schemas/pareto-json/schemas/json}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-targets}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle → temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/semi_lines → temp/temporary_schemas/pareto-targets/schemas/lionweb}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/pareto-targets/schemas/pareto_documentation}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.types.astn.js +2 -2
- package/dist/transformations/module/exupery_implementation.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +3 -3
- package/dist/transformations/module/temp_typescript.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.js +2 -2
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +17 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/main.js +18 -25
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/marshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/resolve.js +3 -3
- package/dist/transformations/schema/exupery_interface/types.d.ts +3 -3
- package/dist/transformations/schema/exupery_interface/types.js +12 -17
- package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/unmarshall.js +2 -2
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +2 -2
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_serializers.js +2 -2
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +2 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +3 -3
- package/package.json +6 -6
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +0 -78
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +0 -36
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +0 -16
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +0 -398
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +0 -364
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +0 -48
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +0 -21
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +0 -53
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +0 -13
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +0 -74
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +0 -40
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +0 -18
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +0 -63
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/operations.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +0 -84
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +0 -25
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +0 -11
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +0 -75
- package/dist/temporary_schemas/exupery/operations.astn.js +0 -78
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +0 -156
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +0 -166
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +0 -130
- package/dist/temporary_schemas/pareto/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/operations.astn.js +0 -78
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +0 -45
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +0 -11
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +0 -20
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +0 -615
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +0 -10
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +0 -15
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +0 -59
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +0 -255
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +0 -68
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +0 -41
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +0 -3
|
@@ -0,0 +1,630 @@
|
|
|
1
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
+
export type _T_Errors = _i_core._T_List<null, {
|
|
3
|
+
readonly 'range': _T_Range;
|
|
4
|
+
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
5
|
+
'error',
|
|
6
|
+
_i_core._T_State_Group<null, readonly [
|
|
7
|
+
'duplicate property',
|
|
8
|
+
{
|
|
9
|
+
readonly 'name': string;
|
|
10
|
+
}
|
|
11
|
+
] | readonly [
|
|
12
|
+
'invalid value type',
|
|
13
|
+
{
|
|
14
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
15
|
+
}
|
|
16
|
+
] | readonly [
|
|
17
|
+
'missing property',
|
|
18
|
+
{
|
|
19
|
+
readonly 'name': string;
|
|
20
|
+
}
|
|
21
|
+
] | readonly [
|
|
22
|
+
'state',
|
|
23
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
24
|
+
'unknown state',
|
|
25
|
+
{
|
|
26
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
27
|
+
readonly 'found': string;
|
|
28
|
+
}
|
|
29
|
+
]>
|
|
30
|
+
] | readonly [
|
|
31
|
+
'superfluous property',
|
|
32
|
+
{
|
|
33
|
+
readonly 'name': string;
|
|
34
|
+
}
|
|
35
|
+
]>
|
|
36
|
+
] | readonly [
|
|
37
|
+
'warning',
|
|
38
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
39
|
+
]>;
|
|
40
|
+
}>;
|
|
41
|
+
export type _T_Location = {
|
|
42
|
+
readonly 'absolute': number;
|
|
43
|
+
readonly 'relative': _T_Relative_Location;
|
|
44
|
+
};
|
|
45
|
+
export type _T_Range = {
|
|
46
|
+
readonly 'end': _T_Location;
|
|
47
|
+
readonly 'start': _T_Location;
|
|
48
|
+
};
|
|
49
|
+
export type _T_Relative_Location = {
|
|
50
|
+
readonly 'column': number;
|
|
51
|
+
readonly 'line': number;
|
|
52
|
+
};
|
|
53
|
+
export type Errors = _T_Errors;
|
|
54
|
+
export type Location = _T_Location;
|
|
55
|
+
export type Range = _T_Range;
|
|
56
|
+
export type Relative_Location = _T_Relative_Location;
|
|
57
|
+
export declare namespace _T_Errors {
|
|
58
|
+
namespace L {
|
|
59
|
+
namespace range {
|
|
60
|
+
}
|
|
61
|
+
type range = _T_Range;
|
|
62
|
+
namespace _type {
|
|
63
|
+
namespace SG {
|
|
64
|
+
namespace error {
|
|
65
|
+
namespace SG {
|
|
66
|
+
namespace duplicate_property {
|
|
67
|
+
type name = string;
|
|
68
|
+
}
|
|
69
|
+
type duplicate_property = {
|
|
70
|
+
readonly 'name': string;
|
|
71
|
+
};
|
|
72
|
+
namespace invalid_value_type {
|
|
73
|
+
namespace expected {
|
|
74
|
+
namespace L {
|
|
75
|
+
namespace SG {
|
|
76
|
+
type concise_group = null;
|
|
77
|
+
type dictionary = null;
|
|
78
|
+
type list = null;
|
|
79
|
+
type not_set = null;
|
|
80
|
+
type _set = null;
|
|
81
|
+
type state = null;
|
|
82
|
+
type text = null;
|
|
83
|
+
type verbose_group = null;
|
|
84
|
+
}
|
|
85
|
+
type SG = readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null];
|
|
86
|
+
}
|
|
87
|
+
type L = _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>;
|
|
88
|
+
}
|
|
89
|
+
type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
90
|
+
}
|
|
91
|
+
type invalid_value_type = {
|
|
92
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
93
|
+
};
|
|
94
|
+
namespace missing_property {
|
|
95
|
+
type name = string;
|
|
96
|
+
}
|
|
97
|
+
type missing_property = {
|
|
98
|
+
readonly 'name': string;
|
|
99
|
+
};
|
|
100
|
+
namespace state {
|
|
101
|
+
namespace SG {
|
|
102
|
+
type missing_state_name = null;
|
|
103
|
+
type missing_value = null;
|
|
104
|
+
type more_than_2_elements = null;
|
|
105
|
+
type state_is_not_a_string = null;
|
|
106
|
+
namespace unknown_state {
|
|
107
|
+
namespace expected {
|
|
108
|
+
type D = null;
|
|
109
|
+
}
|
|
110
|
+
type expected = _i_core._T_Dictionary<null, null>;
|
|
111
|
+
type found = string;
|
|
112
|
+
}
|
|
113
|
+
type unknown_state = {
|
|
114
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
115
|
+
readonly 'found': string;
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
119
|
+
'unknown state',
|
|
120
|
+
{
|
|
121
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
122
|
+
readonly 'found': string;
|
|
123
|
+
}
|
|
124
|
+
];
|
|
125
|
+
}
|
|
126
|
+
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
127
|
+
'unknown state',
|
|
128
|
+
{
|
|
129
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
130
|
+
readonly 'found': string;
|
|
131
|
+
}
|
|
132
|
+
]>;
|
|
133
|
+
namespace superfluous_property {
|
|
134
|
+
type name = string;
|
|
135
|
+
}
|
|
136
|
+
type superfluous_property = {
|
|
137
|
+
readonly 'name': string;
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
type SG = readonly [
|
|
141
|
+
'duplicate property',
|
|
142
|
+
{
|
|
143
|
+
readonly 'name': string;
|
|
144
|
+
}
|
|
145
|
+
] | readonly [
|
|
146
|
+
'invalid value type',
|
|
147
|
+
{
|
|
148
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
149
|
+
}
|
|
150
|
+
] | readonly [
|
|
151
|
+
'missing property',
|
|
152
|
+
{
|
|
153
|
+
readonly 'name': string;
|
|
154
|
+
}
|
|
155
|
+
] | readonly [
|
|
156
|
+
'state',
|
|
157
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
158
|
+
'unknown state',
|
|
159
|
+
{
|
|
160
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
161
|
+
readonly 'found': string;
|
|
162
|
+
}
|
|
163
|
+
]>
|
|
164
|
+
] | readonly [
|
|
165
|
+
'superfluous property',
|
|
166
|
+
{
|
|
167
|
+
readonly 'name': string;
|
|
168
|
+
}
|
|
169
|
+
];
|
|
170
|
+
}
|
|
171
|
+
type error = _i_core._T_State_Group<null, readonly [
|
|
172
|
+
'duplicate property',
|
|
173
|
+
{
|
|
174
|
+
readonly 'name': string;
|
|
175
|
+
}
|
|
176
|
+
] | readonly [
|
|
177
|
+
'invalid value type',
|
|
178
|
+
{
|
|
179
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
180
|
+
}
|
|
181
|
+
] | readonly [
|
|
182
|
+
'missing property',
|
|
183
|
+
{
|
|
184
|
+
readonly 'name': string;
|
|
185
|
+
}
|
|
186
|
+
] | readonly [
|
|
187
|
+
'state',
|
|
188
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
189
|
+
'unknown state',
|
|
190
|
+
{
|
|
191
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
192
|
+
readonly 'found': string;
|
|
193
|
+
}
|
|
194
|
+
]>
|
|
195
|
+
] | readonly [
|
|
196
|
+
'superfluous property',
|
|
197
|
+
{
|
|
198
|
+
readonly 'name': string;
|
|
199
|
+
}
|
|
200
|
+
]>;
|
|
201
|
+
namespace warning {
|
|
202
|
+
namespace SG {
|
|
203
|
+
type expected_apostrophed_string = null;
|
|
204
|
+
type expected_backticked_string = null;
|
|
205
|
+
type expected_quoted_string = null;
|
|
206
|
+
type expected_undelimited_string = null;
|
|
207
|
+
}
|
|
208
|
+
type SG = readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null];
|
|
209
|
+
}
|
|
210
|
+
type warning = _i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>;
|
|
211
|
+
}
|
|
212
|
+
type SG = readonly [
|
|
213
|
+
'error',
|
|
214
|
+
_i_core._T_State_Group<null, readonly [
|
|
215
|
+
'duplicate property',
|
|
216
|
+
{
|
|
217
|
+
readonly 'name': string;
|
|
218
|
+
}
|
|
219
|
+
] | readonly [
|
|
220
|
+
'invalid value type',
|
|
221
|
+
{
|
|
222
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
223
|
+
}
|
|
224
|
+
] | readonly [
|
|
225
|
+
'missing property',
|
|
226
|
+
{
|
|
227
|
+
readonly 'name': string;
|
|
228
|
+
}
|
|
229
|
+
] | readonly [
|
|
230
|
+
'state',
|
|
231
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
232
|
+
'unknown state',
|
|
233
|
+
{
|
|
234
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
235
|
+
readonly 'found': string;
|
|
236
|
+
}
|
|
237
|
+
]>
|
|
238
|
+
] | readonly [
|
|
239
|
+
'superfluous property',
|
|
240
|
+
{
|
|
241
|
+
readonly 'name': string;
|
|
242
|
+
}
|
|
243
|
+
]>
|
|
244
|
+
] | readonly [
|
|
245
|
+
'warning',
|
|
246
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
247
|
+
];
|
|
248
|
+
}
|
|
249
|
+
type _type = _i_core._T_State_Group<null, readonly [
|
|
250
|
+
'error',
|
|
251
|
+
_i_core._T_State_Group<null, readonly [
|
|
252
|
+
'duplicate property',
|
|
253
|
+
{
|
|
254
|
+
readonly 'name': string;
|
|
255
|
+
}
|
|
256
|
+
] | readonly [
|
|
257
|
+
'invalid value type',
|
|
258
|
+
{
|
|
259
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
260
|
+
}
|
|
261
|
+
] | readonly [
|
|
262
|
+
'missing property',
|
|
263
|
+
{
|
|
264
|
+
readonly 'name': string;
|
|
265
|
+
}
|
|
266
|
+
] | readonly [
|
|
267
|
+
'state',
|
|
268
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
269
|
+
'unknown state',
|
|
270
|
+
{
|
|
271
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
272
|
+
readonly 'found': string;
|
|
273
|
+
}
|
|
274
|
+
]>
|
|
275
|
+
] | readonly [
|
|
276
|
+
'superfluous property',
|
|
277
|
+
{
|
|
278
|
+
readonly 'name': string;
|
|
279
|
+
}
|
|
280
|
+
]>
|
|
281
|
+
] | readonly [
|
|
282
|
+
'warning',
|
|
283
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
284
|
+
]>;
|
|
285
|
+
}
|
|
286
|
+
type L = {
|
|
287
|
+
readonly 'range': _T_Range;
|
|
288
|
+
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
289
|
+
'error',
|
|
290
|
+
_i_core._T_State_Group<null, readonly [
|
|
291
|
+
'duplicate property',
|
|
292
|
+
{
|
|
293
|
+
readonly 'name': string;
|
|
294
|
+
}
|
|
295
|
+
] | readonly [
|
|
296
|
+
'invalid value type',
|
|
297
|
+
{
|
|
298
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
299
|
+
}
|
|
300
|
+
] | readonly [
|
|
301
|
+
'missing property',
|
|
302
|
+
{
|
|
303
|
+
readonly 'name': string;
|
|
304
|
+
}
|
|
305
|
+
] | readonly [
|
|
306
|
+
'state',
|
|
307
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
308
|
+
'unknown state',
|
|
309
|
+
{
|
|
310
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
311
|
+
readonly 'found': string;
|
|
312
|
+
}
|
|
313
|
+
]>
|
|
314
|
+
] | readonly [
|
|
315
|
+
'superfluous property',
|
|
316
|
+
{
|
|
317
|
+
readonly 'name': string;
|
|
318
|
+
}
|
|
319
|
+
]>
|
|
320
|
+
] | readonly [
|
|
321
|
+
'warning',
|
|
322
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
323
|
+
]>;
|
|
324
|
+
};
|
|
325
|
+
}
|
|
326
|
+
export declare namespace _T_Location {
|
|
327
|
+
type absolute = number;
|
|
328
|
+
namespace relative {
|
|
329
|
+
}
|
|
330
|
+
type relative = _T_Relative_Location;
|
|
331
|
+
}
|
|
332
|
+
export declare namespace _T_Range {
|
|
333
|
+
namespace end {
|
|
334
|
+
}
|
|
335
|
+
type end = _T_Location;
|
|
336
|
+
namespace start {
|
|
337
|
+
}
|
|
338
|
+
type start = _T_Location;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace _T_Relative_Location {
|
|
341
|
+
type column = number;
|
|
342
|
+
type line = number;
|
|
343
|
+
}
|
|
344
|
+
export declare namespace Errors {
|
|
345
|
+
namespace L {
|
|
346
|
+
namespace range {
|
|
347
|
+
}
|
|
348
|
+
type range = _T_Range;
|
|
349
|
+
namespace _type {
|
|
350
|
+
namespace SG {
|
|
351
|
+
namespace error {
|
|
352
|
+
namespace SG {
|
|
353
|
+
namespace duplicate_property {
|
|
354
|
+
type name = string;
|
|
355
|
+
}
|
|
356
|
+
type duplicate_property = {
|
|
357
|
+
readonly 'name': string;
|
|
358
|
+
};
|
|
359
|
+
namespace invalid_value_type {
|
|
360
|
+
namespace expected {
|
|
361
|
+
namespace L {
|
|
362
|
+
namespace SG {
|
|
363
|
+
type concise_group = null;
|
|
364
|
+
type dictionary = null;
|
|
365
|
+
type list = null;
|
|
366
|
+
type not_set = null;
|
|
367
|
+
type _set = null;
|
|
368
|
+
type state = null;
|
|
369
|
+
type text = null;
|
|
370
|
+
type verbose_group = null;
|
|
371
|
+
}
|
|
372
|
+
type SG = readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null];
|
|
373
|
+
}
|
|
374
|
+
type L = _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>;
|
|
375
|
+
}
|
|
376
|
+
type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
377
|
+
}
|
|
378
|
+
type invalid_value_type = {
|
|
379
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
380
|
+
};
|
|
381
|
+
namespace missing_property {
|
|
382
|
+
type name = string;
|
|
383
|
+
}
|
|
384
|
+
type missing_property = {
|
|
385
|
+
readonly 'name': string;
|
|
386
|
+
};
|
|
387
|
+
namespace state {
|
|
388
|
+
namespace SG {
|
|
389
|
+
type missing_state_name = null;
|
|
390
|
+
type missing_value = null;
|
|
391
|
+
type more_than_2_elements = null;
|
|
392
|
+
type state_is_not_a_string = null;
|
|
393
|
+
namespace unknown_state {
|
|
394
|
+
namespace expected {
|
|
395
|
+
type D = null;
|
|
396
|
+
}
|
|
397
|
+
type expected = _i_core._T_Dictionary<null, null>;
|
|
398
|
+
type found = string;
|
|
399
|
+
}
|
|
400
|
+
type unknown_state = {
|
|
401
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
402
|
+
readonly 'found': string;
|
|
403
|
+
};
|
|
404
|
+
}
|
|
405
|
+
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
406
|
+
'unknown state',
|
|
407
|
+
{
|
|
408
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
409
|
+
readonly 'found': string;
|
|
410
|
+
}
|
|
411
|
+
];
|
|
412
|
+
}
|
|
413
|
+
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
414
|
+
'unknown state',
|
|
415
|
+
{
|
|
416
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
417
|
+
readonly 'found': string;
|
|
418
|
+
}
|
|
419
|
+
]>;
|
|
420
|
+
namespace superfluous_property {
|
|
421
|
+
type name = string;
|
|
422
|
+
}
|
|
423
|
+
type superfluous_property = {
|
|
424
|
+
readonly 'name': string;
|
|
425
|
+
};
|
|
426
|
+
}
|
|
427
|
+
type SG = readonly [
|
|
428
|
+
'duplicate property',
|
|
429
|
+
{
|
|
430
|
+
readonly 'name': string;
|
|
431
|
+
}
|
|
432
|
+
] | readonly [
|
|
433
|
+
'invalid value type',
|
|
434
|
+
{
|
|
435
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
436
|
+
}
|
|
437
|
+
] | readonly [
|
|
438
|
+
'missing property',
|
|
439
|
+
{
|
|
440
|
+
readonly 'name': string;
|
|
441
|
+
}
|
|
442
|
+
] | readonly [
|
|
443
|
+
'state',
|
|
444
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
445
|
+
'unknown state',
|
|
446
|
+
{
|
|
447
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
448
|
+
readonly 'found': string;
|
|
449
|
+
}
|
|
450
|
+
]>
|
|
451
|
+
] | readonly [
|
|
452
|
+
'superfluous property',
|
|
453
|
+
{
|
|
454
|
+
readonly 'name': string;
|
|
455
|
+
}
|
|
456
|
+
];
|
|
457
|
+
}
|
|
458
|
+
type error = _i_core._T_State_Group<null, readonly [
|
|
459
|
+
'duplicate property',
|
|
460
|
+
{
|
|
461
|
+
readonly 'name': string;
|
|
462
|
+
}
|
|
463
|
+
] | readonly [
|
|
464
|
+
'invalid value type',
|
|
465
|
+
{
|
|
466
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
467
|
+
}
|
|
468
|
+
] | readonly [
|
|
469
|
+
'missing property',
|
|
470
|
+
{
|
|
471
|
+
readonly 'name': string;
|
|
472
|
+
}
|
|
473
|
+
] | readonly [
|
|
474
|
+
'state',
|
|
475
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
476
|
+
'unknown state',
|
|
477
|
+
{
|
|
478
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
479
|
+
readonly 'found': string;
|
|
480
|
+
}
|
|
481
|
+
]>
|
|
482
|
+
] | readonly [
|
|
483
|
+
'superfluous property',
|
|
484
|
+
{
|
|
485
|
+
readonly 'name': string;
|
|
486
|
+
}
|
|
487
|
+
]>;
|
|
488
|
+
namespace warning {
|
|
489
|
+
namespace SG {
|
|
490
|
+
type expected_apostrophed_string = null;
|
|
491
|
+
type expected_backticked_string = null;
|
|
492
|
+
type expected_quoted_string = null;
|
|
493
|
+
type expected_undelimited_string = null;
|
|
494
|
+
}
|
|
495
|
+
type SG = readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null];
|
|
496
|
+
}
|
|
497
|
+
type warning = _i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>;
|
|
498
|
+
}
|
|
499
|
+
type SG = readonly [
|
|
500
|
+
'error',
|
|
501
|
+
_i_core._T_State_Group<null, readonly [
|
|
502
|
+
'duplicate property',
|
|
503
|
+
{
|
|
504
|
+
readonly 'name': string;
|
|
505
|
+
}
|
|
506
|
+
] | readonly [
|
|
507
|
+
'invalid value type',
|
|
508
|
+
{
|
|
509
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
510
|
+
}
|
|
511
|
+
] | readonly [
|
|
512
|
+
'missing property',
|
|
513
|
+
{
|
|
514
|
+
readonly 'name': string;
|
|
515
|
+
}
|
|
516
|
+
] | readonly [
|
|
517
|
+
'state',
|
|
518
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
519
|
+
'unknown state',
|
|
520
|
+
{
|
|
521
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
522
|
+
readonly 'found': string;
|
|
523
|
+
}
|
|
524
|
+
]>
|
|
525
|
+
] | readonly [
|
|
526
|
+
'superfluous property',
|
|
527
|
+
{
|
|
528
|
+
readonly 'name': string;
|
|
529
|
+
}
|
|
530
|
+
]>
|
|
531
|
+
] | readonly [
|
|
532
|
+
'warning',
|
|
533
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
534
|
+
];
|
|
535
|
+
}
|
|
536
|
+
type _type = _i_core._T_State_Group<null, readonly [
|
|
537
|
+
'error',
|
|
538
|
+
_i_core._T_State_Group<null, readonly [
|
|
539
|
+
'duplicate property',
|
|
540
|
+
{
|
|
541
|
+
readonly 'name': string;
|
|
542
|
+
}
|
|
543
|
+
] | readonly [
|
|
544
|
+
'invalid value type',
|
|
545
|
+
{
|
|
546
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
547
|
+
}
|
|
548
|
+
] | readonly [
|
|
549
|
+
'missing property',
|
|
550
|
+
{
|
|
551
|
+
readonly 'name': string;
|
|
552
|
+
}
|
|
553
|
+
] | readonly [
|
|
554
|
+
'state',
|
|
555
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
556
|
+
'unknown state',
|
|
557
|
+
{
|
|
558
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
559
|
+
readonly 'found': string;
|
|
560
|
+
}
|
|
561
|
+
]>
|
|
562
|
+
] | readonly [
|
|
563
|
+
'superfluous property',
|
|
564
|
+
{
|
|
565
|
+
readonly 'name': string;
|
|
566
|
+
}
|
|
567
|
+
]>
|
|
568
|
+
] | readonly [
|
|
569
|
+
'warning',
|
|
570
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
571
|
+
]>;
|
|
572
|
+
}
|
|
573
|
+
type L = {
|
|
574
|
+
readonly 'range': _T_Range;
|
|
575
|
+
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
576
|
+
'error',
|
|
577
|
+
_i_core._T_State_Group<null, readonly [
|
|
578
|
+
'duplicate property',
|
|
579
|
+
{
|
|
580
|
+
readonly 'name': string;
|
|
581
|
+
}
|
|
582
|
+
] | readonly [
|
|
583
|
+
'invalid value type',
|
|
584
|
+
{
|
|
585
|
+
readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['concise group', null] | readonly ['dictionary', null] | readonly ['list', null] | readonly ['not set', null] | readonly ['set', null] | readonly ['state', null] | readonly ['text', null] | readonly ['verbose group', null]>>;
|
|
586
|
+
}
|
|
587
|
+
] | readonly [
|
|
588
|
+
'missing property',
|
|
589
|
+
{
|
|
590
|
+
readonly 'name': string;
|
|
591
|
+
}
|
|
592
|
+
] | readonly [
|
|
593
|
+
'state',
|
|
594
|
+
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
595
|
+
'unknown state',
|
|
596
|
+
{
|
|
597
|
+
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
598
|
+
readonly 'found': string;
|
|
599
|
+
}
|
|
600
|
+
]>
|
|
601
|
+
] | readonly [
|
|
602
|
+
'superfluous property',
|
|
603
|
+
{
|
|
604
|
+
readonly 'name': string;
|
|
605
|
+
}
|
|
606
|
+
]>
|
|
607
|
+
] | readonly [
|
|
608
|
+
'warning',
|
|
609
|
+
_i_core._T_State_Group<null, readonly ['expected apostrophed string', null] | readonly ['expected backticked string', null] | readonly ['expected quoted string', null] | readonly ['expected undelimited string', null]>
|
|
610
|
+
]>;
|
|
611
|
+
};
|
|
612
|
+
}
|
|
613
|
+
export declare namespace Location {
|
|
614
|
+
type absolute = number;
|
|
615
|
+
namespace relative {
|
|
616
|
+
}
|
|
617
|
+
type relative = _T_Relative_Location;
|
|
618
|
+
}
|
|
619
|
+
export declare namespace Range {
|
|
620
|
+
namespace end {
|
|
621
|
+
}
|
|
622
|
+
type end = _T_Location;
|
|
623
|
+
namespace start {
|
|
624
|
+
}
|
|
625
|
+
type start = _T_Location;
|
|
626
|
+
}
|
|
627
|
+
export declare namespace Relative_Location {
|
|
628
|
+
type column = number;
|
|
629
|
+
type line = number;
|
|
630
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy91bm1hcnNoYWxsX2Vycm9ycy9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/
|
|
2
|
-
import * as _i_out from "./data_types/
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_out from "./data_types/target";
|
|
3
3
|
export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: null) => _i_out._T_Errors;
|
|
4
4
|
export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
|
|
5
5
|
export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _i_in from "../../core/astn_source";
|
|
2
|
-
import * as _i_out from "./data_types/
|
|
2
|
+
import * as _i_out from "./data_types/target";
|
|
3
3
|
import * as _i_vd from "./value_deserializers";
|
|
4
4
|
export type _T_Errors = ($$_: _i_in._T_Value, $$_p: {
|
|
5
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|