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,326 @@
|
|
|
1
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
+
export type _T_Annotated_Token = {
|
|
3
|
+
readonly 'end': _T_Location;
|
|
4
|
+
readonly 'start': _T_Location;
|
|
5
|
+
readonly 'trailing trivia': _T_Trivia;
|
|
6
|
+
readonly 'type': _T_Token_Type;
|
|
7
|
+
};
|
|
8
|
+
export type _T_Delimited_String = string;
|
|
9
|
+
export type _T_Location = {
|
|
10
|
+
readonly 'absolute': number;
|
|
11
|
+
readonly 'relative': _T_Relative_Location;
|
|
12
|
+
};
|
|
13
|
+
export type _T_Range = {
|
|
14
|
+
readonly 'end': _T_Location;
|
|
15
|
+
readonly 'start': _T_Location;
|
|
16
|
+
};
|
|
17
|
+
export type _T_Relative_Location = {
|
|
18
|
+
readonly 'column': number;
|
|
19
|
+
readonly 'line': number;
|
|
20
|
+
};
|
|
21
|
+
export type _T_String_Type = _i_core._T_State_Group<null, readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null]>;
|
|
22
|
+
export type _T_Token_Type = _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
23
|
+
'string',
|
|
24
|
+
{
|
|
25
|
+
readonly 'type': _T_String_Type;
|
|
26
|
+
readonly 'value': _T_Delimited_String;
|
|
27
|
+
}
|
|
28
|
+
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null]>;
|
|
29
|
+
export type _T_Tokenizer_Result = {
|
|
30
|
+
readonly 'end': _T_Location;
|
|
31
|
+
readonly 'leading trivia': _T_Trivia;
|
|
32
|
+
readonly 'tokens': _i_core._T_List<null, _T_Annotated_Token>;
|
|
33
|
+
};
|
|
34
|
+
export type _T_Trivia = {
|
|
35
|
+
readonly 'comments': _i_core._T_List<null, {
|
|
36
|
+
readonly 'content': string;
|
|
37
|
+
readonly 'range': _T_Range;
|
|
38
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
39
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
40
|
+
}>;
|
|
41
|
+
readonly 'leading whitespace': _T_Whitespace;
|
|
42
|
+
};
|
|
43
|
+
export type _T_Whitespace = {
|
|
44
|
+
readonly 'range': _T_Range;
|
|
45
|
+
readonly 'value': string;
|
|
46
|
+
};
|
|
47
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
48
|
+
export type Delimited_String = _T_Delimited_String;
|
|
49
|
+
export type Location = _T_Location;
|
|
50
|
+
export type Range = _T_Range;
|
|
51
|
+
export type Relative_Location = _T_Relative_Location;
|
|
52
|
+
export type String_Type = _T_String_Type;
|
|
53
|
+
export type Token_Type = _T_Token_Type;
|
|
54
|
+
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
55
|
+
export type Trivia = _T_Trivia;
|
|
56
|
+
export type Whitespace = _T_Whitespace;
|
|
57
|
+
export declare namespace _T_Annotated_Token {
|
|
58
|
+
namespace end {
|
|
59
|
+
}
|
|
60
|
+
type end = _T_Location;
|
|
61
|
+
namespace start {
|
|
62
|
+
}
|
|
63
|
+
type start = _T_Location;
|
|
64
|
+
namespace trailing_trivia {
|
|
65
|
+
}
|
|
66
|
+
type trailing_trivia = _T_Trivia;
|
|
67
|
+
namespace _type {
|
|
68
|
+
}
|
|
69
|
+
type _type = _T_Token_Type;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace _T_Location {
|
|
72
|
+
type absolute = number;
|
|
73
|
+
namespace relative {
|
|
74
|
+
}
|
|
75
|
+
type relative = _T_Relative_Location;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace _T_Range {
|
|
78
|
+
namespace end {
|
|
79
|
+
}
|
|
80
|
+
type end = _T_Location;
|
|
81
|
+
namespace start {
|
|
82
|
+
}
|
|
83
|
+
type start = _T_Location;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace _T_Relative_Location {
|
|
86
|
+
type column = number;
|
|
87
|
+
type line = number;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace _T_String_Type {
|
|
90
|
+
namespace SG {
|
|
91
|
+
type apostrophed = null;
|
|
92
|
+
type backticked = null;
|
|
93
|
+
type quoted = null;
|
|
94
|
+
type undelimited = null;
|
|
95
|
+
}
|
|
96
|
+
type SG = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
|
|
97
|
+
}
|
|
98
|
+
export declare namespace _T_Token_Type {
|
|
99
|
+
namespace SG {
|
|
100
|
+
type $ex_ = null;
|
|
101
|
+
type $ha_ = null;
|
|
102
|
+
type $po_ = null;
|
|
103
|
+
type $pc_ = null;
|
|
104
|
+
type $sr_ = null;
|
|
105
|
+
type $cl_ = null;
|
|
106
|
+
type $st_ = null;
|
|
107
|
+
type $gt_ = null;
|
|
108
|
+
type $at_ = null;
|
|
109
|
+
type $bo_ = null;
|
|
110
|
+
type $bc_ = null;
|
|
111
|
+
namespace _string {
|
|
112
|
+
namespace _type {
|
|
113
|
+
}
|
|
114
|
+
type _type = _T_String_Type;
|
|
115
|
+
namespace value {
|
|
116
|
+
}
|
|
117
|
+
type value = _T_Delimited_String;
|
|
118
|
+
}
|
|
119
|
+
type _string = {
|
|
120
|
+
readonly 'type': _T_String_Type;
|
|
121
|
+
readonly 'value': _T_Delimited_String;
|
|
122
|
+
};
|
|
123
|
+
type $co_ = null;
|
|
124
|
+
type $vb_ = null;
|
|
125
|
+
type $cc_ = null;
|
|
126
|
+
type $ti_ = null;
|
|
127
|
+
}
|
|
128
|
+
type SG = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
129
|
+
'string',
|
|
130
|
+
{
|
|
131
|
+
readonly 'type': _T_String_Type;
|
|
132
|
+
readonly 'value': _T_Delimited_String;
|
|
133
|
+
}
|
|
134
|
+
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
|
|
135
|
+
}
|
|
136
|
+
export declare namespace _T_Tokenizer_Result {
|
|
137
|
+
namespace end {
|
|
138
|
+
}
|
|
139
|
+
type end = _T_Location;
|
|
140
|
+
namespace leading_trivia {
|
|
141
|
+
}
|
|
142
|
+
type leading_trivia = _T_Trivia;
|
|
143
|
+
namespace tokens {
|
|
144
|
+
namespace L {
|
|
145
|
+
}
|
|
146
|
+
type L = _T_Annotated_Token;
|
|
147
|
+
}
|
|
148
|
+
type tokens = _i_core._T_List<null, _T_Annotated_Token>;
|
|
149
|
+
}
|
|
150
|
+
export declare namespace _T_Trivia {
|
|
151
|
+
namespace comments {
|
|
152
|
+
namespace L {
|
|
153
|
+
type content = string;
|
|
154
|
+
namespace range {
|
|
155
|
+
}
|
|
156
|
+
type range = _T_Range;
|
|
157
|
+
namespace trailing_whitespace {
|
|
158
|
+
}
|
|
159
|
+
type trailing_whitespace = _T_Whitespace;
|
|
160
|
+
namespace _type {
|
|
161
|
+
namespace SG {
|
|
162
|
+
type block = null;
|
|
163
|
+
type line = null;
|
|
164
|
+
}
|
|
165
|
+
type SG = readonly ['block', null] | readonly ['line', null];
|
|
166
|
+
}
|
|
167
|
+
type _type = _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
168
|
+
}
|
|
169
|
+
type L = {
|
|
170
|
+
readonly 'content': string;
|
|
171
|
+
readonly 'range': _T_Range;
|
|
172
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
173
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
type comments = _i_core._T_List<null, {
|
|
177
|
+
readonly 'content': string;
|
|
178
|
+
readonly 'range': _T_Range;
|
|
179
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
180
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
181
|
+
}>;
|
|
182
|
+
namespace leading_whitespace {
|
|
183
|
+
}
|
|
184
|
+
type leading_whitespace = _T_Whitespace;
|
|
185
|
+
}
|
|
186
|
+
export declare namespace _T_Whitespace {
|
|
187
|
+
namespace range {
|
|
188
|
+
}
|
|
189
|
+
type range = _T_Range;
|
|
190
|
+
type value = string;
|
|
191
|
+
}
|
|
192
|
+
export declare namespace Annotated_Token {
|
|
193
|
+
namespace end {
|
|
194
|
+
}
|
|
195
|
+
type end = _T_Location;
|
|
196
|
+
namespace start {
|
|
197
|
+
}
|
|
198
|
+
type start = _T_Location;
|
|
199
|
+
namespace trailing_trivia {
|
|
200
|
+
}
|
|
201
|
+
type trailing_trivia = _T_Trivia;
|
|
202
|
+
namespace _type {
|
|
203
|
+
}
|
|
204
|
+
type _type = _T_Token_Type;
|
|
205
|
+
}
|
|
206
|
+
export declare namespace Location {
|
|
207
|
+
type absolute = number;
|
|
208
|
+
namespace relative {
|
|
209
|
+
}
|
|
210
|
+
type relative = _T_Relative_Location;
|
|
211
|
+
}
|
|
212
|
+
export declare namespace Range {
|
|
213
|
+
namespace end {
|
|
214
|
+
}
|
|
215
|
+
type end = _T_Location;
|
|
216
|
+
namespace start {
|
|
217
|
+
}
|
|
218
|
+
type start = _T_Location;
|
|
219
|
+
}
|
|
220
|
+
export declare namespace Relative_Location {
|
|
221
|
+
type column = number;
|
|
222
|
+
type line = number;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace String_Type {
|
|
225
|
+
namespace SG {
|
|
226
|
+
type apostrophed = null;
|
|
227
|
+
type backticked = null;
|
|
228
|
+
type quoted = null;
|
|
229
|
+
type undelimited = null;
|
|
230
|
+
}
|
|
231
|
+
type SG = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
|
|
232
|
+
}
|
|
233
|
+
export declare namespace Token_Type {
|
|
234
|
+
namespace SG {
|
|
235
|
+
type $ex_ = null;
|
|
236
|
+
type $ha_ = null;
|
|
237
|
+
type $po_ = null;
|
|
238
|
+
type $pc_ = null;
|
|
239
|
+
type $sr_ = null;
|
|
240
|
+
type $cl_ = null;
|
|
241
|
+
type $st_ = null;
|
|
242
|
+
type $gt_ = null;
|
|
243
|
+
type $at_ = null;
|
|
244
|
+
type $bo_ = null;
|
|
245
|
+
type $bc_ = null;
|
|
246
|
+
namespace _string {
|
|
247
|
+
namespace _type {
|
|
248
|
+
}
|
|
249
|
+
type _type = _T_String_Type;
|
|
250
|
+
namespace value {
|
|
251
|
+
}
|
|
252
|
+
type value = _T_Delimited_String;
|
|
253
|
+
}
|
|
254
|
+
type _string = {
|
|
255
|
+
readonly 'type': _T_String_Type;
|
|
256
|
+
readonly 'value': _T_Delimited_String;
|
|
257
|
+
};
|
|
258
|
+
type $co_ = null;
|
|
259
|
+
type $vb_ = null;
|
|
260
|
+
type $cc_ = null;
|
|
261
|
+
type $ti_ = null;
|
|
262
|
+
}
|
|
263
|
+
type SG = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
264
|
+
'string',
|
|
265
|
+
{
|
|
266
|
+
readonly 'type': _T_String_Type;
|
|
267
|
+
readonly 'value': _T_Delimited_String;
|
|
268
|
+
}
|
|
269
|
+
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
|
|
270
|
+
}
|
|
271
|
+
export declare namespace Tokenizer_Result {
|
|
272
|
+
namespace end {
|
|
273
|
+
}
|
|
274
|
+
type end = _T_Location;
|
|
275
|
+
namespace leading_trivia {
|
|
276
|
+
}
|
|
277
|
+
type leading_trivia = _T_Trivia;
|
|
278
|
+
namespace tokens {
|
|
279
|
+
namespace L {
|
|
280
|
+
}
|
|
281
|
+
type L = _T_Annotated_Token;
|
|
282
|
+
}
|
|
283
|
+
type tokens = _i_core._T_List<null, _T_Annotated_Token>;
|
|
284
|
+
}
|
|
285
|
+
export declare namespace Trivia {
|
|
286
|
+
namespace comments {
|
|
287
|
+
namespace L {
|
|
288
|
+
type content = string;
|
|
289
|
+
namespace range {
|
|
290
|
+
}
|
|
291
|
+
type range = _T_Range;
|
|
292
|
+
namespace trailing_whitespace {
|
|
293
|
+
}
|
|
294
|
+
type trailing_whitespace = _T_Whitespace;
|
|
295
|
+
namespace _type {
|
|
296
|
+
namespace SG {
|
|
297
|
+
type block = null;
|
|
298
|
+
type line = null;
|
|
299
|
+
}
|
|
300
|
+
type SG = readonly ['block', null] | readonly ['line', null];
|
|
301
|
+
}
|
|
302
|
+
type _type = _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
303
|
+
}
|
|
304
|
+
type L = {
|
|
305
|
+
readonly 'content': string;
|
|
306
|
+
readonly 'range': _T_Range;
|
|
307
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
308
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
type comments = _i_core._T_List<null, {
|
|
312
|
+
readonly 'content': string;
|
|
313
|
+
readonly 'range': _T_Range;
|
|
314
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
315
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
316
|
+
}>;
|
|
317
|
+
namespace leading_whitespace {
|
|
318
|
+
}
|
|
319
|
+
type leading_whitespace = _T_Whitespace;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace Whitespace {
|
|
322
|
+
namespace range {
|
|
323
|
+
}
|
|
324
|
+
type range = _T_Range;
|
|
325
|
+
type value = string;
|
|
326
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90b2tlbi9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_out from "../../core/astn_target";
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
13
|
+
export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
+
}) => _i_out._T_Value;
|
|
16
|
+
export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
+
}) => _i_out._T_Value;
|
|
19
|
+
export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
|
|
20
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
|
+
}) => _i_out._T_Value;
|
|
22
|
+
export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
|
|
23
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
|
+
}) => _i_out._T_Value;
|
|
25
|
+
export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
|
|
26
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
|
+
}) => _i_out._T_Value;
|
|
28
|
+
export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
|
|
29
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
30
|
+
}) => _i_out._T_Value;
|
|
31
|
+
export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
|
|
32
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
|
+
}) => _i_out._T_Value;
|
|
34
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
35
|
+
export type Delimited_String = _T_Delimited_String;
|
|
36
|
+
export type Location = _T_Location;
|
|
37
|
+
export type Range = _T_Range;
|
|
38
|
+
export type Relative_Location = _T_Relative_Location;
|
|
39
|
+
export type String_Type = _T_String_Type;
|
|
40
|
+
export type Token_Type = _T_Token_Type;
|
|
41
|
+
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
42
|
+
export type Trivia = _T_Trivia;
|
|
43
|
+
export type Whitespace = _T_Whitespace;
|
|
44
|
+
export declare namespace _T_Annotated_Token {
|
|
45
|
+
namespace CONTEXT {
|
|
46
|
+
}
|
|
47
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
48
|
+
namespace PARAMS {
|
|
49
|
+
namespace value_serializers {
|
|
50
|
+
}
|
|
51
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
52
|
+
}
|
|
53
|
+
namespace RESULT {
|
|
54
|
+
}
|
|
55
|
+
type RESULT = _i_out._T_Value;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace _T_Delimited_String {
|
|
58
|
+
namespace CONTEXT {
|
|
59
|
+
}
|
|
60
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
61
|
+
namespace PARAMS {
|
|
62
|
+
namespace value_serializers {
|
|
63
|
+
}
|
|
64
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
65
|
+
}
|
|
66
|
+
namespace RESULT {
|
|
67
|
+
}
|
|
68
|
+
type RESULT = _i_out._T_Value;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace _T_Location {
|
|
71
|
+
namespace CONTEXT {
|
|
72
|
+
}
|
|
73
|
+
type CONTEXT = _i_in._T_Location;
|
|
74
|
+
namespace PARAMS {
|
|
75
|
+
namespace value_serializers {
|
|
76
|
+
}
|
|
77
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
78
|
+
}
|
|
79
|
+
namespace RESULT {
|
|
80
|
+
}
|
|
81
|
+
type RESULT = _i_out._T_Value;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace _T_Range {
|
|
84
|
+
namespace CONTEXT {
|
|
85
|
+
}
|
|
86
|
+
type CONTEXT = _i_in._T_Range;
|
|
87
|
+
namespace PARAMS {
|
|
88
|
+
namespace value_serializers {
|
|
89
|
+
}
|
|
90
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
91
|
+
}
|
|
92
|
+
namespace RESULT {
|
|
93
|
+
}
|
|
94
|
+
type RESULT = _i_out._T_Value;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace _T_Relative_Location {
|
|
97
|
+
namespace CONTEXT {
|
|
98
|
+
}
|
|
99
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
100
|
+
namespace PARAMS {
|
|
101
|
+
namespace value_serializers {
|
|
102
|
+
}
|
|
103
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
104
|
+
}
|
|
105
|
+
namespace RESULT {
|
|
106
|
+
}
|
|
107
|
+
type RESULT = _i_out._T_Value;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace _T_String_Type {
|
|
110
|
+
namespace CONTEXT {
|
|
111
|
+
}
|
|
112
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
113
|
+
namespace PARAMS {
|
|
114
|
+
namespace value_serializers {
|
|
115
|
+
}
|
|
116
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
117
|
+
}
|
|
118
|
+
namespace RESULT {
|
|
119
|
+
}
|
|
120
|
+
type RESULT = _i_out._T_Value;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace _T_Token_Type {
|
|
123
|
+
namespace CONTEXT {
|
|
124
|
+
}
|
|
125
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
126
|
+
namespace PARAMS {
|
|
127
|
+
namespace value_serializers {
|
|
128
|
+
}
|
|
129
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
130
|
+
}
|
|
131
|
+
namespace RESULT {
|
|
132
|
+
}
|
|
133
|
+
type RESULT = _i_out._T_Value;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace _T_Tokenizer_Result {
|
|
136
|
+
namespace CONTEXT {
|
|
137
|
+
}
|
|
138
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
139
|
+
namespace PARAMS {
|
|
140
|
+
namespace value_serializers {
|
|
141
|
+
}
|
|
142
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
143
|
+
}
|
|
144
|
+
namespace RESULT {
|
|
145
|
+
}
|
|
146
|
+
type RESULT = _i_out._T_Value;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace _T_Trivia {
|
|
149
|
+
namespace CONTEXT {
|
|
150
|
+
}
|
|
151
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
152
|
+
namespace PARAMS {
|
|
153
|
+
namespace value_serializers {
|
|
154
|
+
}
|
|
155
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
156
|
+
}
|
|
157
|
+
namespace RESULT {
|
|
158
|
+
}
|
|
159
|
+
type RESULT = _i_out._T_Value;
|
|
160
|
+
}
|
|
161
|
+
export declare namespace _T_Whitespace {
|
|
162
|
+
namespace CONTEXT {
|
|
163
|
+
}
|
|
164
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
165
|
+
namespace PARAMS {
|
|
166
|
+
namespace value_serializers {
|
|
167
|
+
}
|
|
168
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
169
|
+
}
|
|
170
|
+
namespace RESULT {
|
|
171
|
+
}
|
|
172
|
+
type RESULT = _i_out._T_Value;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace Annotated_Token {
|
|
175
|
+
namespace CONTEXT {
|
|
176
|
+
}
|
|
177
|
+
type CONTEXT = _i_in._T_Annotated_Token;
|
|
178
|
+
namespace PARAMS {
|
|
179
|
+
namespace value_serializers {
|
|
180
|
+
}
|
|
181
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
182
|
+
}
|
|
183
|
+
namespace RESULT {
|
|
184
|
+
}
|
|
185
|
+
type RESULT = _i_out._T_Value;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace Delimited_String {
|
|
188
|
+
namespace CONTEXT {
|
|
189
|
+
}
|
|
190
|
+
type CONTEXT = _i_in._T_Delimited_String;
|
|
191
|
+
namespace PARAMS {
|
|
192
|
+
namespace value_serializers {
|
|
193
|
+
}
|
|
194
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
195
|
+
}
|
|
196
|
+
namespace RESULT {
|
|
197
|
+
}
|
|
198
|
+
type RESULT = _i_out._T_Value;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace Location {
|
|
201
|
+
namespace CONTEXT {
|
|
202
|
+
}
|
|
203
|
+
type CONTEXT = _i_in._T_Location;
|
|
204
|
+
namespace PARAMS {
|
|
205
|
+
namespace value_serializers {
|
|
206
|
+
}
|
|
207
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
208
|
+
}
|
|
209
|
+
namespace RESULT {
|
|
210
|
+
}
|
|
211
|
+
type RESULT = _i_out._T_Value;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace Range {
|
|
214
|
+
namespace CONTEXT {
|
|
215
|
+
}
|
|
216
|
+
type CONTEXT = _i_in._T_Range;
|
|
217
|
+
namespace PARAMS {
|
|
218
|
+
namespace value_serializers {
|
|
219
|
+
}
|
|
220
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
221
|
+
}
|
|
222
|
+
namespace RESULT {
|
|
223
|
+
}
|
|
224
|
+
type RESULT = _i_out._T_Value;
|
|
225
|
+
}
|
|
226
|
+
export declare namespace Relative_Location {
|
|
227
|
+
namespace CONTEXT {
|
|
228
|
+
}
|
|
229
|
+
type CONTEXT = _i_in._T_Relative_Location;
|
|
230
|
+
namespace PARAMS {
|
|
231
|
+
namespace value_serializers {
|
|
232
|
+
}
|
|
233
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
234
|
+
}
|
|
235
|
+
namespace RESULT {
|
|
236
|
+
}
|
|
237
|
+
type RESULT = _i_out._T_Value;
|
|
238
|
+
}
|
|
239
|
+
export declare namespace String_Type {
|
|
240
|
+
namespace CONTEXT {
|
|
241
|
+
}
|
|
242
|
+
type CONTEXT = _i_in._T_String_Type;
|
|
243
|
+
namespace PARAMS {
|
|
244
|
+
namespace value_serializers {
|
|
245
|
+
}
|
|
246
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
247
|
+
}
|
|
248
|
+
namespace RESULT {
|
|
249
|
+
}
|
|
250
|
+
type RESULT = _i_out._T_Value;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace Token_Type {
|
|
253
|
+
namespace CONTEXT {
|
|
254
|
+
}
|
|
255
|
+
type CONTEXT = _i_in._T_Token_Type;
|
|
256
|
+
namespace PARAMS {
|
|
257
|
+
namespace value_serializers {
|
|
258
|
+
}
|
|
259
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
260
|
+
}
|
|
261
|
+
namespace RESULT {
|
|
262
|
+
}
|
|
263
|
+
type RESULT = _i_out._T_Value;
|
|
264
|
+
}
|
|
265
|
+
export declare namespace Tokenizer_Result {
|
|
266
|
+
namespace CONTEXT {
|
|
267
|
+
}
|
|
268
|
+
type CONTEXT = _i_in._T_Tokenizer_Result;
|
|
269
|
+
namespace PARAMS {
|
|
270
|
+
namespace value_serializers {
|
|
271
|
+
}
|
|
272
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
273
|
+
}
|
|
274
|
+
namespace RESULT {
|
|
275
|
+
}
|
|
276
|
+
type RESULT = _i_out._T_Value;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace Trivia {
|
|
279
|
+
namespace CONTEXT {
|
|
280
|
+
}
|
|
281
|
+
type CONTEXT = _i_in._T_Trivia;
|
|
282
|
+
namespace PARAMS {
|
|
283
|
+
namespace value_serializers {
|
|
284
|
+
}
|
|
285
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
286
|
+
}
|
|
287
|
+
namespace RESULT {
|
|
288
|
+
}
|
|
289
|
+
type RESULT = _i_out._T_Value;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace Whitespace {
|
|
292
|
+
namespace CONTEXT {
|
|
293
|
+
}
|
|
294
|
+
type CONTEXT = _i_in._T_Whitespace;
|
|
295
|
+
namespace PARAMS {
|
|
296
|
+
namespace value_serializers {
|
|
297
|
+
}
|
|
298
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
299
|
+
}
|
|
300
|
+
namespace RESULT {
|
|
301
|
+
}
|
|
302
|
+
type RESULT = _i_out._T_Value;
|
|
303
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3Rva2VuL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|