astn 0.113.31 → 0.113.33
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/validate_astn.js +0 -0
- package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +4 -4
- package/dist/implementation/manual/schemas/{authoring_parse_tree/transformers/ide.d.ts → ide/refiners/parse_tree.d.ts} +1 -1
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +140 -0
- package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +79 -0
- package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +86 -0
- package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +3 -1
- package/dist/implementation/manual/text_to_text/convert_to_json.js +11 -16
- package/dist/implementation/manual/text_to_text/validate_astn.js +4 -3
- package/dist/interface/generated/pareto/schemas/ide/data.d.ts +12 -5
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +8 -1
- package/dist/interface/signatures/{transformers/parse_tree/ide.d.ts → refiners/ide/parse_tree.d.ts} +2 -2
- package/dist/interface/signatures/refiners/ide/parse_tree.js +3 -0
- package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +1 -1
- package/dist/interface/signatures/transformers/parse_tree/token.d.ts +2 -2
- package/package.json +8 -6
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
- package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
- package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +0 -214
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +0 -428
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +0 -73
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -12
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +0 -194
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -169
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -33
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -2
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -106
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -260
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -61
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -9
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -332
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +0 -148
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +0 -124
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +0 -81
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +0 -41
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +0 -4
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +0 -89
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +0 -128
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +0 -108
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +0 -230
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +0 -69
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +0 -11
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +0 -218
- package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +0 -12
- package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/backticked.js +0 -12
- package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -6
- package/dist/implementation/manual/primitives/text/serializers/quoted.js +0 -12
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +0 -13
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +0 -184
- package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +0 -5
- package/dist/implementation/manual/schemas/authoring_parse_result/serializers.js +0 -35
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +0 -10
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +0 -100
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.d.ts +0 -9
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +0 -59
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.d.ts +0 -8
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/new_interface_signatures.js +0 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +0 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +0 -55
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +0 -27
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +0 -184
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +0 -140
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +0 -79
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +0 -86
- package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +0 -4
- package/dist/implementation/manual/schemas/sealed_target/serializers.js +0 -35
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +0 -4
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +0 -125
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +0 -17
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +0 -550
- package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
- package/dist/interface/generated/pareto/core/astn_source.js +0 -3
- package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
- package/dist/interface/generated/pareto/core/astn_target.js +0 -3
- package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
- package/dist/interface/generated/pareto/core/parse_result.js +0 -3
- package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
- package/dist/interface/generated/pareto/core/resolved.js +0 -3
- package/dist/interface/generated/pareto/core/token.d.ts +0 -49
- package/dist/interface/generated/pareto/core/token.js +0 -3
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
- package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
- package/dist/interface/generated/pareto/core/unresolved.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +0 -192
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +0 -150
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +0 -270
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +0 -79
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +0 -80
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +0 -79
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +0 -80
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +0 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +0 -59
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +0 -71
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +0 -31
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.d.ts +0 -9
- package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +0 -43
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +0 -43
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +0 -23
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +0 -24
- package/dist/interface/generated/pareto/schemas/ide/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +0 -23
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +0 -24
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +0 -182
- package/dist/interface/generated/pareto/schemas/parse_tree/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +0 -183
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.d.ts +0 -52
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/parse_tree/serialize.d.ts +0 -58
- package/dist/interface/generated/pareto/schemas/parse_tree/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data.d.ts +0 -48
- package/dist/interface/generated/pareto/schemas/sealed_target/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +0 -45
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -2
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +0 -16
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +0 -17
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +0 -64
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +0 -119
- package/dist/interface/generated/pareto/schemas/token/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/marshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +0 -72
- package/dist/interface/generated/pareto/schemas/token/serialize.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +0 -73
- package/dist/interface/generated/pareto/schemas/token/unmarshall.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +0 -44
- package/dist/interface/generated/pareto/schemas/token/value_serializers.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/ide.d.ts +0 -17
- package/dist/interface/signatures/transformers/authoring_parse_tree/ide.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +0 -7
- package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.js +0 -3
- package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +0 -4
- package/dist/interface/signatures/transformers/authoring_parse_tree/token.js +0 -3
- package/dist/interface/signatures/transformers/parse_tree/ide.js +0 -3
- package/dist/interface/to_be_generated/annotated_characters.d.ts +0 -13
- package/dist/interface/to_be_generated/annotated_characters.js +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +0 -4
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +0 -93
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +0 -247
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +0 -32
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +0 -110
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +0 -37
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +0 -3
- package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +0 -81
- package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +0 -1
- package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +0 -76
- package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +0 -5
- package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +0 -34
- package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +0 -4
- package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +0 -85
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +0 -123
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +0 -186
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +0 -25
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +0 -117
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +0 -49
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +0 -19
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +0 -181
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +0 -1
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +0 -7
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +0 -169
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +0 -169
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +0 -54
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +0 -63
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +0 -46
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +0 -54
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +0 -63
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +0 -64
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +0 -3
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +0 -64
- package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +0 -3
- package/dist/modules/pareto-json/shorthands/json.d.ts +0 -8
- package/dist/modules/pareto-json/shorthands/json.js +0 -35
- package/dist/shorthands/parse_result.d.ts +0 -3
- package/dist/shorthands/parse_result.js +0 -53
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/json_target.d.ts +0 -0
- /package/dist/implementation/manual/schemas/{authoring_parse_tree → parse_tree}/transformers/token.d.ts +0 -0
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
export declare namespace Value_ {
|
|
3
|
-
namespace _type {
|
|
4
|
-
namespace list {
|
|
5
|
-
type L = Value_;
|
|
6
|
-
}
|
|
7
|
-
type list = _pi.List<list.L>;
|
|
8
|
-
namespace concise_group {
|
|
9
|
-
type L = Value_;
|
|
10
|
-
}
|
|
11
|
-
type concise_group = _pi.List<concise_group.L>;
|
|
12
|
-
namespace dictionary {
|
|
13
|
-
namespace L {
|
|
14
|
-
type key = string;
|
|
15
|
-
type value = Value_;
|
|
16
|
-
}
|
|
17
|
-
type L = {
|
|
18
|
-
readonly 'key': L.key;
|
|
19
|
-
readonly 'value': L.value;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
type dictionary = _pi.List<dictionary.L>;
|
|
23
|
-
namespace verbose_group {
|
|
24
|
-
namespace L {
|
|
25
|
-
type key = string;
|
|
26
|
-
type value = Value_;
|
|
27
|
-
}
|
|
28
|
-
type L = {
|
|
29
|
-
readonly 'key': L.key;
|
|
30
|
-
readonly 'value': L.value;
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
type verbose_group = _pi.List<verbose_group.L>;
|
|
34
|
-
namespace text {
|
|
35
|
-
type value = string;
|
|
36
|
-
namespace delimiter {
|
|
37
|
-
type none = null;
|
|
38
|
-
type quote = null;
|
|
39
|
-
type backtick = null;
|
|
40
|
-
}
|
|
41
|
-
type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
|
|
42
|
-
}
|
|
43
|
-
type text = {
|
|
44
|
-
readonly 'value': text.value;
|
|
45
|
-
readonly 'delimiter': text.delimiter;
|
|
46
|
-
};
|
|
47
|
-
type nothing = null;
|
|
48
|
-
namespace optional {
|
|
49
|
-
type not_set = null;
|
|
50
|
-
type _set = Value_;
|
|
51
|
-
}
|
|
52
|
-
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
|
|
53
|
-
namespace state {
|
|
54
|
-
type missing_data = null;
|
|
55
|
-
namespace _set {
|
|
56
|
-
type state = string;
|
|
57
|
-
type value = Value_;
|
|
58
|
-
}
|
|
59
|
-
type _set = {
|
|
60
|
-
readonly 'state': _set.state;
|
|
61
|
-
readonly 'value': _set.value;
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
|
|
65
|
-
}
|
|
66
|
-
type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
|
|
67
|
-
}
|
|
68
|
-
export type Value_ = {
|
|
69
|
-
readonly 'type': Value_._type;
|
|
70
|
-
};
|
|
71
|
-
export type Document_ = Value_;
|
|
72
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
export declare namespace Value_ {
|
|
3
|
-
namespace _type {
|
|
4
|
-
namespace list {
|
|
5
|
-
type L = Value_;
|
|
6
|
-
}
|
|
7
|
-
type list = _pi.List<list.L>;
|
|
8
|
-
namespace concise_group {
|
|
9
|
-
type L = Value_;
|
|
10
|
-
}
|
|
11
|
-
type concise_group = _pi.List<concise_group.L>;
|
|
12
|
-
namespace dictionary {
|
|
13
|
-
namespace L {
|
|
14
|
-
type key = string;
|
|
15
|
-
type value = Value_;
|
|
16
|
-
}
|
|
17
|
-
type L = {
|
|
18
|
-
readonly 'key': L.key;
|
|
19
|
-
readonly 'value': L.value;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
type dictionary = _pi.List<dictionary.L>;
|
|
23
|
-
namespace verbose_group {
|
|
24
|
-
namespace L {
|
|
25
|
-
type key = string;
|
|
26
|
-
type value = Value_;
|
|
27
|
-
}
|
|
28
|
-
type L = {
|
|
29
|
-
readonly 'key': L.key;
|
|
30
|
-
readonly 'value': L.value;
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
type verbose_group = _pi.List<verbose_group.L>;
|
|
34
|
-
namespace text {
|
|
35
|
-
type value = string;
|
|
36
|
-
namespace delimiter {
|
|
37
|
-
type none = null;
|
|
38
|
-
type quote = null;
|
|
39
|
-
type backtick = null;
|
|
40
|
-
}
|
|
41
|
-
type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
|
|
42
|
-
}
|
|
43
|
-
type text = {
|
|
44
|
-
readonly 'value': text.value;
|
|
45
|
-
readonly 'delimiter': text.delimiter;
|
|
46
|
-
};
|
|
47
|
-
type nothing = null;
|
|
48
|
-
namespace optional {
|
|
49
|
-
type not_set = null;
|
|
50
|
-
type _set = Value_;
|
|
51
|
-
}
|
|
52
|
-
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
|
|
53
|
-
namespace state {
|
|
54
|
-
type missing_data = null;
|
|
55
|
-
namespace _set {
|
|
56
|
-
type state = string;
|
|
57
|
-
type value = Value_;
|
|
58
|
-
}
|
|
59
|
-
type _set = {
|
|
60
|
-
readonly 'state': _set.state;
|
|
61
|
-
readonly 'value': _set.value;
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
|
|
65
|
-
}
|
|
66
|
-
type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
|
|
67
|
-
}
|
|
68
|
-
export type Value_ = {
|
|
69
|
-
readonly 'type': Value_._type;
|
|
70
|
-
};
|
|
71
|
-
export type Document_ = Value_;
|
|
72
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data_types/target";
|
|
2
|
-
export declare namespace Value_ {
|
|
3
|
-
type I = string;
|
|
4
|
-
type O = i_out.Value;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
-
export declare namespace Document_ {
|
|
10
|
-
type I = string;
|
|
11
|
-
type O = i_out.Document;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
-
import * as i_in from "./data_types/source";
|
|
3
|
-
export declare namespace Value_ {
|
|
4
|
-
type I = i_in.Value;
|
|
5
|
-
type O = i_out.Value;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
-
export declare namespace Document_ {
|
|
11
|
-
type I = i_in.Document;
|
|
12
|
-
type O = i_out.Value;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i_in from "./data_types/source";
|
|
2
|
-
export declare namespace Value_ {
|
|
3
|
-
type I = i_in.Value;
|
|
4
|
-
type O = string;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
-
export declare namespace Document_ {
|
|
10
|
-
type I = i_in.Document;
|
|
11
|
-
type O = string;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data_types/target";
|
|
2
|
-
import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
|
|
3
|
-
export declare namespace Value_ {
|
|
4
|
-
type I = i_in.Value;
|
|
5
|
-
type O = i_out.Value;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
-
export declare namespace Document_ {
|
|
11
|
-
type I = i_in.Value;
|
|
12
|
-
type O = i_out.Document;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
-
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export type _T_Value_Deserializers = {
|
|
2
|
-
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
3
|
-
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
4
|
-
readonly 'custom numbers': {
|
|
5
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export type Value_Deserializers = _T_Value_Deserializers;
|
|
9
|
-
export declare namespace _T_Value_Deserializers {
|
|
10
|
-
namespace default_number {
|
|
11
|
-
type CONTEXT = string;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
}
|
|
14
|
-
type RESULT = number;
|
|
15
|
-
}
|
|
16
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
17
|
-
namespace _boolean {
|
|
18
|
-
type CONTEXT = string;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
type RESULT = boolean;
|
|
22
|
-
}
|
|
23
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
24
|
-
namespace custom_numbers {
|
|
25
|
-
namespace Position {
|
|
26
|
-
type CONTEXT = string;
|
|
27
|
-
namespace PARAMS {
|
|
28
|
-
}
|
|
29
|
-
type RESULT = number;
|
|
30
|
-
}
|
|
31
|
-
type Position = ($$_: string, $$_p: null) => number;
|
|
32
|
-
}
|
|
33
|
-
type custom_numbers = {
|
|
34
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Deserializers {
|
|
38
|
-
namespace default_number {
|
|
39
|
-
type CONTEXT = string;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
type RESULT = number;
|
|
43
|
-
}
|
|
44
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
45
|
-
namespace _boolean {
|
|
46
|
-
type CONTEXT = string;
|
|
47
|
-
namespace PARAMS {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = boolean;
|
|
50
|
-
}
|
|
51
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
52
|
-
namespace custom_numbers {
|
|
53
|
-
namespace Position {
|
|
54
|
-
type CONTEXT = string;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = number;
|
|
58
|
-
}
|
|
59
|
-
type Position = ($$_: string, $$_p: null) => number;
|
|
60
|
-
}
|
|
61
|
-
type custom_numbers = {
|
|
62
|
-
readonly 'Position': ($$_: string, $$_p: null) => number;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export type _T_Value_Serializers = {
|
|
2
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
3
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
4
|
-
readonly 'custom numbers': {
|
|
5
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
9
|
-
export declare namespace _T_Value_Serializers {
|
|
10
|
-
namespace default_number {
|
|
11
|
-
type CONTEXT = number;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
}
|
|
14
|
-
type RESULT = string;
|
|
15
|
-
}
|
|
16
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
17
|
-
namespace _boolean {
|
|
18
|
-
type CONTEXT = boolean;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
type RESULT = string;
|
|
22
|
-
}
|
|
23
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
24
|
-
namespace custom_numbers {
|
|
25
|
-
namespace Position {
|
|
26
|
-
type CONTEXT = number;
|
|
27
|
-
namespace PARAMS {
|
|
28
|
-
}
|
|
29
|
-
type RESULT = string;
|
|
30
|
-
}
|
|
31
|
-
type Position = ($$_: number, $$_p: null) => string;
|
|
32
|
-
}
|
|
33
|
-
type custom_numbers = {
|
|
34
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Serializers {
|
|
38
|
-
namespace default_number {
|
|
39
|
-
type CONTEXT = number;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
type RESULT = string;
|
|
43
|
-
}
|
|
44
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
45
|
-
namespace _boolean {
|
|
46
|
-
type CONTEXT = boolean;
|
|
47
|
-
namespace PARAMS {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = string;
|
|
50
|
-
}
|
|
51
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
52
|
-
namespace custom_numbers {
|
|
53
|
-
namespace Position {
|
|
54
|
-
type CONTEXT = number;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = string;
|
|
58
|
-
}
|
|
59
|
-
type Position = ($$_: number, $$_p: null) => string;
|
|
60
|
-
}
|
|
61
|
-
type custom_numbers = {
|
|
62
|
-
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as i__imports_token from "../token/data";
|
|
3
|
-
export declare namespace Lexer_Error_ {
|
|
4
|
-
namespace _type {
|
|
5
|
-
type unexpected_control_character = number;
|
|
6
|
-
type missing_character_after_escape = null;
|
|
7
|
-
type unexpected_end_of_line_in_delimited_text = null;
|
|
8
|
-
type unexpected_character = number;
|
|
9
|
-
type unterminated_text = null;
|
|
10
|
-
type unterminated_block_comment = null;
|
|
11
|
-
type unterminated_unicode_escape_sequence = null;
|
|
12
|
-
type invalid_unicode_escape_sequence = null;
|
|
13
|
-
type unknown_escape_character = null;
|
|
14
|
-
type unexpected_end_of_input = null;
|
|
15
|
-
type dangling_slash = null;
|
|
16
|
-
}
|
|
17
|
-
type _type = readonly ['unexpected control character', _type.unexpected_control_character] | readonly ['missing character after escape', _type.missing_character_after_escape] | readonly ['unexpected end of line in delimited text', _type.unexpected_end_of_line_in_delimited_text] | readonly ['unexpected character', _type.unexpected_character] | readonly ['unterminated text', _type.unterminated_text] | readonly ['unterminated block comment', _type.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', _type.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', _type.invalid_unicode_escape_sequence] | readonly ['unknown escape character', _type.unknown_escape_character] | readonly ['unexpected end of input', _type.unexpected_end_of_input] | readonly ['dangling slash', _type.dangling_slash];
|
|
18
|
-
namespace range {
|
|
19
|
-
type O = i__imports_token.Range;
|
|
20
|
-
}
|
|
21
|
-
type range = _pi.Optional_Value<range.O>;
|
|
22
|
-
}
|
|
23
|
-
export type Lexer_Error_ = {
|
|
24
|
-
readonly 'type': Lexer_Error_._type;
|
|
25
|
-
readonly 'range': Lexer_Error_.range;
|
|
26
|
-
};
|
|
27
|
-
export declare namespace Expected_ {
|
|
28
|
-
type a_text_value = null;
|
|
29
|
-
type any_value = null;
|
|
30
|
-
type $ex_ = null;
|
|
31
|
-
type $gt_ = null;
|
|
32
|
-
type $cc_ = null;
|
|
33
|
-
type $at_ = null;
|
|
34
|
-
type $cm_ = null;
|
|
35
|
-
type $cl_ = null;
|
|
36
|
-
type $pc_ = null;
|
|
37
|
-
type $bc_ = null;
|
|
38
|
-
type $ha_ = null;
|
|
39
|
-
}
|
|
40
|
-
export type Expected_ = readonly ['a text value', Expected_.a_text_value] | readonly ['any value', Expected_.any_value] | readonly ['!', Expected_.$ex_] | readonly ['>', Expected_.$gt_] | readonly ['}', Expected_.$cc_] | readonly ['@', Expected_.$at_] | readonly [',', Expected_.$cm_] | readonly [':', Expected_.$cl_] | readonly [')', Expected_.$pc_] | readonly [']', Expected_.$bc_] | readonly ['#', Expected_.$ha_];
|
|
41
|
-
export declare namespace Parser_Error_ {
|
|
42
|
-
namespace expected {
|
|
43
|
-
type L = Expected_;
|
|
44
|
-
}
|
|
45
|
-
type expected = _pi.List<expected.L>;
|
|
46
|
-
namespace cause {
|
|
47
|
-
type missing_token = null;
|
|
48
|
-
namespace unexpected_token {
|
|
49
|
-
type found = i__imports_token.Annotated_Token;
|
|
50
|
-
}
|
|
51
|
-
type unexpected_token = {
|
|
52
|
-
readonly 'found': unexpected_token.found;
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
|
|
56
|
-
}
|
|
57
|
-
export type Parser_Error_ = {
|
|
58
|
-
readonly 'expected': Parser_Error_.expected;
|
|
59
|
-
readonly 'cause': Parser_Error_.cause;
|
|
60
|
-
};
|
|
61
|
-
export declare namespace Error_ {
|
|
62
|
-
namespace _type {
|
|
63
|
-
type lexer = Lexer_Error_;
|
|
64
|
-
type parser = Parser_Error_;
|
|
65
|
-
}
|
|
66
|
-
type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
|
|
67
|
-
}
|
|
68
|
-
export type Error_ = {
|
|
69
|
-
readonly 'type': Error_._type;
|
|
70
|
-
};
|
|
71
|
-
export { Lexer_Error_ as Lexer_Error, Expected_ as Expected, Parser_Error_ as Parser_Error, Error_ as Error, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2Rlc2VyaWFsaXplX3BhcnNlX3RyZWUvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2Rlc2VyaWFsaXplX3BhcnNlX3RyZWUvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as i_imports_token from "../../token/data_types/source";
|
|
3
|
-
export declare namespace Error_ {
|
|
4
|
-
namespace _type {
|
|
5
|
-
namespace lexer {
|
|
6
|
-
type unexpected_control_character = number;
|
|
7
|
-
type missing_character_after_escape = null;
|
|
8
|
-
type unexpected_end_of_line_in_delimited_string = null;
|
|
9
|
-
type unexpected_character = number;
|
|
10
|
-
type unterminated_string = null;
|
|
11
|
-
type unterminated_block_comment = null;
|
|
12
|
-
type unterminated_unicode_escape_sequence = null;
|
|
13
|
-
type invalid_unicode_escape_sequence = null;
|
|
14
|
-
type unknown_escape_character = null;
|
|
15
|
-
type unexpected_end_of_input = null;
|
|
16
|
-
type dangling_slash = null;
|
|
17
|
-
}
|
|
18
|
-
type lexer = readonly ['unexpected control character', lexer.unexpected_control_character] | readonly ['missing character after escape', lexer.missing_character_after_escape] | readonly ['unexpected end of line in delimited string', lexer.unexpected_end_of_line_in_delimited_string] | readonly ['unexpected character', lexer.unexpected_character] | readonly ['unterminated string', lexer.unterminated_string] | readonly ['unterminated block comment', lexer.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', lexer.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', lexer.invalid_unicode_escape_sequence] | readonly ['unknown escape character', lexer.unknown_escape_character] | readonly ['unexpected end of input', lexer.unexpected_end_of_input] | readonly ['dangling slash', lexer.dangling_slash];
|
|
19
|
-
namespace parser {
|
|
20
|
-
namespace expected {
|
|
21
|
-
namespace L {
|
|
22
|
-
type a_string = null;
|
|
23
|
-
type a_value = null;
|
|
24
|
-
type $ex_ = null;
|
|
25
|
-
type $gt_ = null;
|
|
26
|
-
type $cc_ = null;
|
|
27
|
-
type $at_ = null;
|
|
28
|
-
type $cm_ = null;
|
|
29
|
-
type $cl_ = null;
|
|
30
|
-
type $pc_ = null;
|
|
31
|
-
type $bc_ = null;
|
|
32
|
-
type $ha_ = null;
|
|
33
|
-
}
|
|
34
|
-
type L = readonly ['a string', L.a_string] | readonly ['a value', L.a_value] | readonly ['!', L.$ex_] | readonly ['>', L.$gt_] | readonly ['}', L.$cc_] | readonly ['@', L.$at_] | readonly [',', L.$cm_] | readonly [':', L.$cl_] | readonly [')', L.$pc_] | readonly [']', L.$bc_] | readonly ['#', L.$ha_];
|
|
35
|
-
}
|
|
36
|
-
type expected = _pi.List<expected.L>;
|
|
37
|
-
namespace cause {
|
|
38
|
-
type missing_token = null;
|
|
39
|
-
namespace unexpected_token {
|
|
40
|
-
type found = i_imports_token.Token_Type;
|
|
41
|
-
}
|
|
42
|
-
type unexpected_token = {
|
|
43
|
-
readonly 'found': unexpected_token.found;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
|
|
47
|
-
}
|
|
48
|
-
type parser = {
|
|
49
|
-
readonly 'expected': parser.expected;
|
|
50
|
-
readonly 'cause': parser.cause;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
|
|
54
|
-
namespace range {
|
|
55
|
-
type O = i_imports_token.Range;
|
|
56
|
-
}
|
|
57
|
-
type range = _pi.Optional_Value<range.O>;
|
|
58
|
-
}
|
|
59
|
-
export type Error_ = {
|
|
60
|
-
readonly 'type': Error_._type;
|
|
61
|
-
readonly 'range': Error_.range;
|
|
62
|
-
};
|
|
63
|
-
export { Error_ as Error, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZGVzZXJpYWxpemVfcGFyc2VfdHJlZS9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as i_imports_token from "../../token/data_types/source";
|
|
3
|
-
export declare namespace Error_ {
|
|
4
|
-
namespace _type {
|
|
5
|
-
namespace lexer {
|
|
6
|
-
type unexpected_control_character = number;
|
|
7
|
-
type missing_character_after_escape = null;
|
|
8
|
-
type unexpected_end_of_line_in_delimited_string = null;
|
|
9
|
-
type unexpected_character = number;
|
|
10
|
-
type unterminated_string = null;
|
|
11
|
-
type unterminated_block_comment = null;
|
|
12
|
-
type unterminated_unicode_escape_sequence = null;
|
|
13
|
-
type invalid_unicode_escape_sequence = null;
|
|
14
|
-
type unknown_escape_character = null;
|
|
15
|
-
type unexpected_end_of_input = null;
|
|
16
|
-
type dangling_slash = null;
|
|
17
|
-
}
|
|
18
|
-
type lexer = readonly ['unexpected control character', lexer.unexpected_control_character] | readonly ['missing character after escape', lexer.missing_character_after_escape] | readonly ['unexpected end of line in delimited string', lexer.unexpected_end_of_line_in_delimited_string] | readonly ['unexpected character', lexer.unexpected_character] | readonly ['unterminated string', lexer.unterminated_string] | readonly ['unterminated block comment', lexer.unterminated_block_comment] | readonly ['unterminated unicode escape sequence', lexer.unterminated_unicode_escape_sequence] | readonly ['invalid unicode escape sequence', lexer.invalid_unicode_escape_sequence] | readonly ['unknown escape character', lexer.unknown_escape_character] | readonly ['unexpected end of input', lexer.unexpected_end_of_input] | readonly ['dangling slash', lexer.dangling_slash];
|
|
19
|
-
namespace parser {
|
|
20
|
-
namespace expected {
|
|
21
|
-
namespace L {
|
|
22
|
-
type a_string = null;
|
|
23
|
-
type a_value = null;
|
|
24
|
-
type $ex_ = null;
|
|
25
|
-
type $gt_ = null;
|
|
26
|
-
type $cc_ = null;
|
|
27
|
-
type $at_ = null;
|
|
28
|
-
type $cm_ = null;
|
|
29
|
-
type $cl_ = null;
|
|
30
|
-
type $pc_ = null;
|
|
31
|
-
type $bc_ = null;
|
|
32
|
-
type $ha_ = null;
|
|
33
|
-
}
|
|
34
|
-
type L = readonly ['a string', L.a_string] | readonly ['a value', L.a_value] | readonly ['!', L.$ex_] | readonly ['>', L.$gt_] | readonly ['}', L.$cc_] | readonly ['@', L.$at_] | readonly [',', L.$cm_] | readonly [':', L.$cl_] | readonly [')', L.$pc_] | readonly [']', L.$bc_] | readonly ['#', L.$ha_];
|
|
35
|
-
}
|
|
36
|
-
type expected = _pi.List<expected.L>;
|
|
37
|
-
namespace cause {
|
|
38
|
-
type missing_token = null;
|
|
39
|
-
namespace unexpected_token {
|
|
40
|
-
type found = i_imports_token.Token_Type;
|
|
41
|
-
}
|
|
42
|
-
type unexpected_token = {
|
|
43
|
-
readonly 'found': unexpected_token.found;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
type cause = readonly ['missing token', cause.missing_token] | readonly ['unexpected token', cause.unexpected_token];
|
|
47
|
-
}
|
|
48
|
-
type parser = {
|
|
49
|
-
readonly 'expected': parser.expected;
|
|
50
|
-
readonly 'cause': parser.cause;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
type _type = readonly ['lexer', _type.lexer] | readonly ['parser', _type.parser];
|
|
54
|
-
namespace range {
|
|
55
|
-
type O = i_imports_token.Range;
|
|
56
|
-
}
|
|
57
|
-
type range = _pi.Optional_Value<range.O>;
|
|
58
|
-
}
|
|
59
|
-
export type Error_ = {
|
|
60
|
-
readonly 'type': Error_._type;
|
|
61
|
-
readonly 'range': Error_.range;
|
|
62
|
-
};
|
|
63
|
-
export { Error_ as Error, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZGVzZXJpYWxpemVfcGFyc2VfdHJlZS9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9kZXNlcmlhbGl6ZV9wYXJzZV90cmVlL2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|