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
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data";
|
|
2
|
-
import * as i_in from "./data";
|
|
3
|
-
export declare namespace Lexer_Error_ {
|
|
4
|
-
type I = i_in.Lexer_Error;
|
|
5
|
-
type O = i_out.Lexer_Error;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Lexer_Error_ = ($$_: Lexer_Error_.I) => Lexer_Error_.O;
|
|
10
|
-
export declare namespace Expected_ {
|
|
11
|
-
type I = i_in.Expected;
|
|
12
|
-
type O = i_out.Expected;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Expected_ = ($$_: Expected_.I) => Expected_.O;
|
|
17
|
-
export declare namespace Parser_Error_ {
|
|
18
|
-
type I = i_in.Parser_Error;
|
|
19
|
-
type O = i_out.Parser_Error;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Parser_Error_ = ($$_: Parser_Error_.I) => Parser_Error_.O;
|
|
24
|
-
export declare namespace Error_ {
|
|
25
|
-
type I = i_in.Error;
|
|
26
|
-
type O = i_out.Error;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Error_ = ($$_: Error_.I) => Error_.O;
|
|
31
|
-
export { Lexer_Error_ as Lexer_Error, Expected_ as Expected, Parser_Error_ as Parser_Error, Error_ as Error, };
|
package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2Rlc2VyaWFsaXplX3BhcnNlX3RyZWUvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZGVzZXJpYWxpemVfcGFyc2VfdHJlZS9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,43 +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 Relative_Range_ {
|
|
4
|
-
type start = i_imports_token.Relative_Location;
|
|
5
|
-
type end = i_imports_token.Relative_Location;
|
|
6
|
-
}
|
|
7
|
-
export type Relative_Range_ = {
|
|
8
|
-
readonly 'start': Relative_Range_.start;
|
|
9
|
-
readonly 'end': Relative_Range_.end;
|
|
10
|
-
};
|
|
11
|
-
export declare namespace Text_Edits_ {
|
|
12
|
-
namespace L {
|
|
13
|
-
namespace insert {
|
|
14
|
-
type location = i_imports_token.Relative_Location;
|
|
15
|
-
type text = string;
|
|
16
|
-
}
|
|
17
|
-
type insert = {
|
|
18
|
-
readonly 'location': insert.location;
|
|
19
|
-
readonly 'text': insert.text;
|
|
20
|
-
};
|
|
21
|
-
namespace replace {
|
|
22
|
-
type range = Relative_Range_;
|
|
23
|
-
type text = string;
|
|
24
|
-
}
|
|
25
|
-
type replace = {
|
|
26
|
-
readonly 'range': replace.range;
|
|
27
|
-
readonly 'text': replace.text;
|
|
28
|
-
};
|
|
29
|
-
namespace _delete {
|
|
30
|
-
type range = Relative_Range_;
|
|
31
|
-
}
|
|
32
|
-
type _delete = {
|
|
33
|
-
readonly 'range': _delete.range;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L._delete];
|
|
37
|
-
}
|
|
38
|
-
export type Text_Edits_ = _pi.List<Text_Edits_.L>;
|
|
39
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
40
|
-
type D = string;
|
|
41
|
-
}
|
|
42
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<Key_Value_Pairs_To_Be_Sorted_.D>;
|
|
43
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,43 +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 Relative_Range_ {
|
|
4
|
-
type start = i_imports_token.Relative_Location;
|
|
5
|
-
type end = i_imports_token.Relative_Location;
|
|
6
|
-
}
|
|
7
|
-
export type Relative_Range_ = {
|
|
8
|
-
readonly 'start': Relative_Range_.start;
|
|
9
|
-
readonly 'end': Relative_Range_.end;
|
|
10
|
-
};
|
|
11
|
-
export declare namespace Text_Edits_ {
|
|
12
|
-
namespace L {
|
|
13
|
-
namespace insert {
|
|
14
|
-
type location = i_imports_token.Relative_Location;
|
|
15
|
-
type text = string;
|
|
16
|
-
}
|
|
17
|
-
type insert = {
|
|
18
|
-
readonly 'location': insert.location;
|
|
19
|
-
readonly 'text': insert.text;
|
|
20
|
-
};
|
|
21
|
-
namespace replace {
|
|
22
|
-
type range = Relative_Range_;
|
|
23
|
-
type text = string;
|
|
24
|
-
}
|
|
25
|
-
type replace = {
|
|
26
|
-
readonly 'range': replace.range;
|
|
27
|
-
readonly 'text': replace.text;
|
|
28
|
-
};
|
|
29
|
-
namespace _delete {
|
|
30
|
-
type range = Relative_Range_;
|
|
31
|
-
}
|
|
32
|
-
type _delete = {
|
|
33
|
-
readonly 'range': _delete.range;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L._delete];
|
|
37
|
-
}
|
|
38
|
-
export type Text_Edits_ = _pi.List<Text_Edits_.L>;
|
|
39
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
40
|
-
type D = string;
|
|
41
|
-
}
|
|
42
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<Key_Value_Pairs_To_Be_Sorted_.D>;
|
|
43
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data_types/target";
|
|
2
|
-
export declare namespace Relative_Range_ {
|
|
3
|
-
type I = string;
|
|
4
|
-
type O = i_out.Relative_Range;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
9
|
-
export declare namespace Text_Edits_ {
|
|
10
|
-
type I = string;
|
|
11
|
-
type O = i_out.Text_Edits;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
16
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
17
|
-
type I = string;
|
|
18
|
-
type O = i_out.Key_Value_Pairs_To_Be_Sorted;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
23
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,24 +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 Relative_Range_ {
|
|
4
|
-
type I = i_in.Relative_Range;
|
|
5
|
-
type O = i_out.Value;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
10
|
-
export declare namespace Text_Edits_ {
|
|
11
|
-
type I = i_in.Text_Edits;
|
|
12
|
-
type O = i_out.Value;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
17
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
18
|
-
type I = i_in.Key_Value_Pairs_To_Be_Sorted;
|
|
19
|
-
type O = i_out.Value;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
24
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as i_in from "./data_types/source";
|
|
2
|
-
export declare namespace Relative_Range_ {
|
|
3
|
-
type I = i_in.Relative_Range;
|
|
4
|
-
type O = string;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
9
|
-
export declare namespace Text_Edits_ {
|
|
10
|
-
type I = i_in.Text_Edits;
|
|
11
|
-
type O = string;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
16
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
17
|
-
type I = i_in.Key_Value_Pairs_To_Be_Sorted;
|
|
18
|
-
type O = string;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
23
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,24 +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 Relative_Range_ {
|
|
4
|
-
type I = i_in.Value;
|
|
5
|
-
type O = i_out.Relative_Range;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
10
|
-
export declare namespace Text_Edits_ {
|
|
11
|
-
type I = i_in.Value;
|
|
12
|
-
type O = i_out.Text_Edits;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
17
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
18
|
-
type I = i_in.Value;
|
|
19
|
-
type O = i_out.Key_Value_Pairs_To_Be_Sorted;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
24
|
-
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,44 +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': null;
|
|
5
|
-
};
|
|
6
|
-
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
-
export declare namespace _T_Value_Deserializers {
|
|
8
|
-
namespace default_number {
|
|
9
|
-
type CONTEXT = string;
|
|
10
|
-
namespace PARAMS {
|
|
11
|
-
}
|
|
12
|
-
type RESULT = number;
|
|
13
|
-
}
|
|
14
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
15
|
-
namespace _boolean {
|
|
16
|
-
type CONTEXT = string;
|
|
17
|
-
namespace PARAMS {
|
|
18
|
-
}
|
|
19
|
-
type RESULT = boolean;
|
|
20
|
-
}
|
|
21
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
22
|
-
namespace custom_numbers {
|
|
23
|
-
}
|
|
24
|
-
type custom_numbers = null;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Value_Deserializers {
|
|
27
|
-
namespace default_number {
|
|
28
|
-
type CONTEXT = string;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
type RESULT = number;
|
|
32
|
-
}
|
|
33
|
-
type default_number = ($$_: string, $$_p: null) => number;
|
|
34
|
-
namespace _boolean {
|
|
35
|
-
type CONTEXT = string;
|
|
36
|
-
namespace PARAMS {
|
|
37
|
-
}
|
|
38
|
-
type RESULT = boolean;
|
|
39
|
-
}
|
|
40
|
-
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
41
|
-
namespace custom_numbers {
|
|
42
|
-
}
|
|
43
|
-
type custom_numbers = null;
|
|
44
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,44 +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': null;
|
|
5
|
-
};
|
|
6
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
7
|
-
export declare namespace _T_Value_Serializers {
|
|
8
|
-
namespace default_number {
|
|
9
|
-
type CONTEXT = number;
|
|
10
|
-
namespace PARAMS {
|
|
11
|
-
}
|
|
12
|
-
type RESULT = string;
|
|
13
|
-
}
|
|
14
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
15
|
-
namespace _boolean {
|
|
16
|
-
type CONTEXT = boolean;
|
|
17
|
-
namespace PARAMS {
|
|
18
|
-
}
|
|
19
|
-
type RESULT = string;
|
|
20
|
-
}
|
|
21
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
22
|
-
namespace custom_numbers {
|
|
23
|
-
}
|
|
24
|
-
type custom_numbers = null;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace Value_Serializers {
|
|
27
|
-
namespace default_number {
|
|
28
|
-
type CONTEXT = number;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
type RESULT = string;
|
|
32
|
-
}
|
|
33
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
34
|
-
namespace _boolean {
|
|
35
|
-
type CONTEXT = boolean;
|
|
36
|
-
namespace PARAMS {
|
|
37
|
-
}
|
|
38
|
-
type RESULT = string;
|
|
39
|
-
}
|
|
40
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
41
|
-
namespace custom_numbers {
|
|
42
|
-
}
|
|
43
|
-
type custom_numbers = null;
|
|
44
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import * as _pi from "pareto-core-interface";
|
|
2
|
-
import * as i__imports_token from "../token/data";
|
|
3
|
-
export declare namespace Structural_Token_ {
|
|
4
|
-
type trailing_trivia = i__imports_token.Trivia;
|
|
5
|
-
type range = i__imports_token.Range;
|
|
6
|
-
}
|
|
7
|
-
export type Structural_Token_ = {
|
|
8
|
-
readonly 'trailing trivia': Structural_Token_.trailing_trivia;
|
|
9
|
-
readonly 'range': Structural_Token_.range;
|
|
10
|
-
};
|
|
11
|
-
export declare namespace Text_ {
|
|
12
|
-
type trailing_trivia = i__imports_token.Trivia;
|
|
13
|
-
type range = i__imports_token.Range;
|
|
14
|
-
type value = string;
|
|
15
|
-
type _type = i__imports_token.Text_Type;
|
|
16
|
-
}
|
|
17
|
-
export type Text_ = {
|
|
18
|
-
readonly 'trailing trivia': Text_.trailing_trivia;
|
|
19
|
-
readonly 'range': Text_.range;
|
|
20
|
-
readonly 'value': Text_.value;
|
|
21
|
-
readonly 'type': Text_._type;
|
|
22
|
-
};
|
|
23
|
-
export declare namespace Key_Value_Pairs_ {
|
|
24
|
-
namespace L {
|
|
25
|
-
type key = Text_;
|
|
26
|
-
namespace value {
|
|
27
|
-
namespace O {
|
|
28
|
-
type $cl_ = Structural_Token_;
|
|
29
|
-
type value = Value_;
|
|
30
|
-
}
|
|
31
|
-
type O = {
|
|
32
|
-
readonly ':': O.$cl_;
|
|
33
|
-
readonly 'value': O.value;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
type value = _pi.Optional_Value<value.O>;
|
|
37
|
-
}
|
|
38
|
-
type L = {
|
|
39
|
-
readonly 'key': L.key;
|
|
40
|
-
readonly 'value': L.value;
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
export type Key_Value_Pairs_ = _pi.List<Key_Value_Pairs_.L>;
|
|
44
|
-
export declare namespace Elements_ {
|
|
45
|
-
namespace L {
|
|
46
|
-
type value = Value_;
|
|
47
|
-
}
|
|
48
|
-
type L = {
|
|
49
|
-
readonly 'value': L.value;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
export type Elements_ = _pi.List<Elements_.L>;
|
|
53
|
-
export declare namespace Value_ {
|
|
54
|
-
namespace _type {
|
|
55
|
-
namespace concrete {
|
|
56
|
-
namespace dictionary {
|
|
57
|
-
type $co_ = Structural_Token_;
|
|
58
|
-
type entries = Key_Value_Pairs_;
|
|
59
|
-
type $cc_ = Structural_Token_;
|
|
60
|
-
}
|
|
61
|
-
type dictionary = {
|
|
62
|
-
readonly '{': dictionary.$co_;
|
|
63
|
-
readonly 'entries': dictionary.entries;
|
|
64
|
-
readonly '}': dictionary.$cc_;
|
|
65
|
-
};
|
|
66
|
-
namespace group {
|
|
67
|
-
namespace concise {
|
|
68
|
-
type $st_ = Structural_Token_;
|
|
69
|
-
type elements = Elements_;
|
|
70
|
-
type $gt_ = Structural_Token_;
|
|
71
|
-
}
|
|
72
|
-
type concise = {
|
|
73
|
-
readonly '<': concise.$st_;
|
|
74
|
-
readonly 'elements': concise.elements;
|
|
75
|
-
readonly '>': concise.$gt_;
|
|
76
|
-
};
|
|
77
|
-
namespace verbose {
|
|
78
|
-
type $po_ = Structural_Token_;
|
|
79
|
-
type entries = Key_Value_Pairs_;
|
|
80
|
-
type $pc_ = Structural_Token_;
|
|
81
|
-
}
|
|
82
|
-
type verbose = {
|
|
83
|
-
readonly '(': verbose.$po_;
|
|
84
|
-
readonly 'entries': verbose.entries;
|
|
85
|
-
readonly ')': verbose.$pc_;
|
|
86
|
-
};
|
|
87
|
-
}
|
|
88
|
-
type group = readonly ['concise', group.concise] | readonly ['verbose', group.verbose];
|
|
89
|
-
namespace list {
|
|
90
|
-
type $bo_ = Structural_Token_;
|
|
91
|
-
type elements = Elements_;
|
|
92
|
-
type $bc_ = Structural_Token_;
|
|
93
|
-
}
|
|
94
|
-
type list = {
|
|
95
|
-
readonly '[': list.$bo_;
|
|
96
|
-
readonly 'elements': list.elements;
|
|
97
|
-
readonly ']': list.$bc_;
|
|
98
|
-
};
|
|
99
|
-
namespace nothing {
|
|
100
|
-
type $ti_ = Structural_Token_;
|
|
101
|
-
}
|
|
102
|
-
type nothing = {
|
|
103
|
-
readonly '~': nothing.$ti_;
|
|
104
|
-
};
|
|
105
|
-
namespace optional {
|
|
106
|
-
namespace _set {
|
|
107
|
-
type $sr_ = Structural_Token_;
|
|
108
|
-
type value = Value_;
|
|
109
|
-
}
|
|
110
|
-
type _set = {
|
|
111
|
-
readonly '*': _set.$sr_;
|
|
112
|
-
readonly 'value': _set.value;
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
type optional = readonly ['set', optional._set];
|
|
116
|
-
namespace state_group {
|
|
117
|
-
type $vb_ = Structural_Token_;
|
|
118
|
-
namespace status {
|
|
119
|
-
namespace missing_data {
|
|
120
|
-
type $ha_ = Structural_Token_;
|
|
121
|
-
}
|
|
122
|
-
type missing_data = {
|
|
123
|
-
readonly '#': missing_data.$ha_;
|
|
124
|
-
};
|
|
125
|
-
namespace _set {
|
|
126
|
-
type state = Text_;
|
|
127
|
-
type value = Value_;
|
|
128
|
-
}
|
|
129
|
-
type _set = {
|
|
130
|
-
readonly 'state': _set.state;
|
|
131
|
-
readonly 'value': _set.value;
|
|
132
|
-
};
|
|
133
|
-
}
|
|
134
|
-
type status = readonly ['missing data', status.missing_data] | readonly ['set', status._set];
|
|
135
|
-
}
|
|
136
|
-
type state_group = {
|
|
137
|
-
readonly '|': state_group.$vb_;
|
|
138
|
-
readonly 'status': state_group.status;
|
|
139
|
-
};
|
|
140
|
-
type text = Text_;
|
|
141
|
-
}
|
|
142
|
-
type concrete = readonly ['dictionary', concrete.dictionary] | readonly ['group', concrete.group] | readonly ['list', concrete.list] | readonly ['nothing', concrete.nothing] | readonly ['optional', concrete.optional] | readonly ['state group', concrete.state_group] | readonly ['text', concrete.text];
|
|
143
|
-
namespace include {
|
|
144
|
-
type $at_ = Structural_Token_;
|
|
145
|
-
type path = Text_;
|
|
146
|
-
}
|
|
147
|
-
type include = {
|
|
148
|
-
readonly '@': include.$at_;
|
|
149
|
-
readonly 'path': include.path;
|
|
150
|
-
};
|
|
151
|
-
namespace missing_data {
|
|
152
|
-
type $ha_ = Structural_Token_;
|
|
153
|
-
}
|
|
154
|
-
type missing_data = {
|
|
155
|
-
readonly '#': missing_data.$ha_;
|
|
156
|
-
};
|
|
157
|
-
}
|
|
158
|
-
type _type = readonly ['concrete', _type.concrete] | readonly ['include', _type.include] | readonly ['missing data', _type.missing_data];
|
|
159
|
-
}
|
|
160
|
-
export type Value_ = {
|
|
161
|
-
readonly 'type': Value_._type;
|
|
162
|
-
};
|
|
163
|
-
export type Content_ = Value_;
|
|
164
|
-
export declare namespace Document_ {
|
|
165
|
-
namespace header {
|
|
166
|
-
namespace O {
|
|
167
|
-
type $ex_ = Structural_Token_;
|
|
168
|
-
type value = Value_;
|
|
169
|
-
}
|
|
170
|
-
type O = {
|
|
171
|
-
readonly '!': O.$ex_;
|
|
172
|
-
readonly 'value': O.value;
|
|
173
|
-
};
|
|
174
|
-
}
|
|
175
|
-
type header = _pi.Optional_Value<header.O>;
|
|
176
|
-
type content = Content_;
|
|
177
|
-
}
|
|
178
|
-
export type Document_ = {
|
|
179
|
-
readonly 'header': Document_.header;
|
|
180
|
-
readonly 'content': Document_.content;
|
|
181
|
-
};
|
|
182
|
-
export { Structural_Token_ as Structural_Token, Text_ as Text, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Value_ as Value, Content_ as Content, Document_ as Document, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhcnNlX3RyZWUvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhcnNlX3RyZWUvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|