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 i_out from "./data_types/target";
|
|
2
|
-
export declare namespace Relative_Location_ {
|
|
3
|
-
type I = string;
|
|
4
|
-
type O = i_out.Relative_Location;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
|
|
9
|
-
export declare namespace Location_ {
|
|
10
|
-
type I = string;
|
|
11
|
-
type O = i_out.Location;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Location_ = ($$_: Location_.I) => Location_.O;
|
|
16
|
-
export declare namespace Range_ {
|
|
17
|
-
type I = string;
|
|
18
|
-
type O = i_out.Range;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Range_ = ($$_: Range_.I) => Range_.O;
|
|
23
|
-
export declare namespace Whitespace_ {
|
|
24
|
-
type I = string;
|
|
25
|
-
type O = i_out.Whitespace;
|
|
26
|
-
namespace P {
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
|
|
30
|
-
export declare namespace Trivia_ {
|
|
31
|
-
type I = string;
|
|
32
|
-
type O = i_out.Trivia;
|
|
33
|
-
namespace P {
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
37
|
-
export declare namespace Delimited_String_ {
|
|
38
|
-
type I = string;
|
|
39
|
-
type O = i_out.Delimited_String;
|
|
40
|
-
namespace P {
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
|
|
44
|
-
export declare namespace String_Type_ {
|
|
45
|
-
type I = string;
|
|
46
|
-
type O = i_out.String_Type;
|
|
47
|
-
namespace P {
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
|
|
51
|
-
export declare namespace Token_Type_ {
|
|
52
|
-
type I = string;
|
|
53
|
-
type O = i_out.Token_Type;
|
|
54
|
-
namespace P {
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
|
|
58
|
-
export declare namespace Annotated_Token_ {
|
|
59
|
-
type I = string;
|
|
60
|
-
type O = i_out.Annotated_Token;
|
|
61
|
-
namespace P {
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
|
|
65
|
-
export declare namespace Tokenizer_Result_ {
|
|
66
|
-
type I = string;
|
|
67
|
-
type O = i_out.Tokenizer_Result;
|
|
68
|
-
namespace P {
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
72
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy90b2tlbi9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,73 +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_Location_ {
|
|
4
|
-
type I = i_in.Relative_Location;
|
|
5
|
-
type O = i_out.Value;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
|
|
10
|
-
export declare namespace Location_ {
|
|
11
|
-
type I = i_in.Location;
|
|
12
|
-
type O = i_out.Value;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Location_ = ($$_: Location_.I) => Location_.O;
|
|
17
|
-
export declare namespace Range_ {
|
|
18
|
-
type I = i_in.Range;
|
|
19
|
-
type O = i_out.Value;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Range_ = ($$_: Range_.I) => Range_.O;
|
|
24
|
-
export declare namespace Whitespace_ {
|
|
25
|
-
type I = i_in.Whitespace;
|
|
26
|
-
type O = i_out.Value;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
|
|
31
|
-
export declare namespace Trivia_ {
|
|
32
|
-
type I = i_in.Trivia;
|
|
33
|
-
type O = i_out.Value;
|
|
34
|
-
namespace P {
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
38
|
-
export declare namespace Delimited_String_ {
|
|
39
|
-
type I = i_in.Delimited_String;
|
|
40
|
-
type O = i_out.Value;
|
|
41
|
-
namespace P {
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
|
|
45
|
-
export declare namespace String_Type_ {
|
|
46
|
-
type I = i_in.String_Type;
|
|
47
|
-
type O = i_out.Value;
|
|
48
|
-
namespace P {
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
|
|
52
|
-
export declare namespace Token_Type_ {
|
|
53
|
-
type I = i_in.Token_Type;
|
|
54
|
-
type O = i_out.Value;
|
|
55
|
-
namespace P {
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
|
|
59
|
-
export declare namespace Annotated_Token_ {
|
|
60
|
-
type I = i_in.Annotated_Token;
|
|
61
|
-
type O = i_out.Value;
|
|
62
|
-
namespace P {
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
|
|
66
|
-
export declare namespace Tokenizer_Result_ {
|
|
67
|
-
type I = i_in.Tokenizer_Result;
|
|
68
|
-
type O = i_out.Value;
|
|
69
|
-
namespace P {
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
73
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy90b2tlbi9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import * as i_out from "./data";
|
|
2
|
-
import * as i_in from "./data";
|
|
3
|
-
export declare namespace Relative_Location_ {
|
|
4
|
-
type I = i_in.Relative_Location;
|
|
5
|
-
type O = i_out.Relative_Location;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
|
|
10
|
-
export declare namespace Location_ {
|
|
11
|
-
type I = i_in.Location;
|
|
12
|
-
type O = i_out.Location;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Location_ = ($$_: Location_.I) => Location_.O;
|
|
17
|
-
export declare namespace Range_ {
|
|
18
|
-
type I = i_in.Range;
|
|
19
|
-
type O = i_out.Range;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Range_ = ($$_: Range_.I) => Range_.O;
|
|
24
|
-
export declare namespace Whitespace_ {
|
|
25
|
-
type I = i_in.Whitespace;
|
|
26
|
-
type O = i_out.Whitespace;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
|
|
31
|
-
export declare namespace Trivia_ {
|
|
32
|
-
type I = i_in.Trivia;
|
|
33
|
-
type O = i_out.Trivia;
|
|
34
|
-
namespace P {
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
38
|
-
export declare namespace Delimited_Text_ {
|
|
39
|
-
type I = i_in.Delimited_Text;
|
|
40
|
-
type O = i_out.Delimited_Text;
|
|
41
|
-
namespace P {
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export type Delimited_Text_ = ($$_: Delimited_Text_.I) => Delimited_Text_.O;
|
|
45
|
-
export declare namespace Text_Type_ {
|
|
46
|
-
type I = i_in.Text_Type;
|
|
47
|
-
type O = i_out.Text_Type;
|
|
48
|
-
namespace P {
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
52
|
-
export declare namespace Token_Type_ {
|
|
53
|
-
type I = i_in.Token_Type;
|
|
54
|
-
type O = i_out.Token_Type;
|
|
55
|
-
namespace P {
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
|
|
59
|
-
export declare namespace Annotated_Token_ {
|
|
60
|
-
type I = i_in.Annotated_Token;
|
|
61
|
-
type O = i_out.Annotated_Token;
|
|
62
|
-
namespace P {
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
|
|
66
|
-
export declare namespace Tokenizer_Result_ {
|
|
67
|
-
type I = i_in.Tokenizer_Result;
|
|
68
|
-
type O = i_out.Tokenizer_Result;
|
|
69
|
-
namespace P {
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
73
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import * as i_in from "./data_types/source";
|
|
2
|
-
export declare namespace Relative_Location_ {
|
|
3
|
-
type I = i_in.Relative_Location;
|
|
4
|
-
type O = string;
|
|
5
|
-
namespace P {
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
|
|
9
|
-
export declare namespace Location_ {
|
|
10
|
-
type I = i_in.Location;
|
|
11
|
-
type O = string;
|
|
12
|
-
namespace P {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export type Location_ = ($$_: Location_.I) => Location_.O;
|
|
16
|
-
export declare namespace Range_ {
|
|
17
|
-
type I = i_in.Range;
|
|
18
|
-
type O = string;
|
|
19
|
-
namespace P {
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
export type Range_ = ($$_: Range_.I) => Range_.O;
|
|
23
|
-
export declare namespace Whitespace_ {
|
|
24
|
-
type I = i_in.Whitespace;
|
|
25
|
-
type O = string;
|
|
26
|
-
namespace P {
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
|
|
30
|
-
export declare namespace Trivia_ {
|
|
31
|
-
type I = i_in.Trivia;
|
|
32
|
-
type O = string;
|
|
33
|
-
namespace P {
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
37
|
-
export declare namespace Delimited_String_ {
|
|
38
|
-
type I = i_in.Delimited_String;
|
|
39
|
-
type O = string;
|
|
40
|
-
namespace P {
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
|
|
44
|
-
export declare namespace String_Type_ {
|
|
45
|
-
type I = i_in.String_Type;
|
|
46
|
-
type O = string;
|
|
47
|
-
namespace P {
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
|
|
51
|
-
export declare namespace Token_Type_ {
|
|
52
|
-
type I = i_in.Token_Type;
|
|
53
|
-
type O = string;
|
|
54
|
-
namespace P {
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
|
|
58
|
-
export declare namespace Annotated_Token_ {
|
|
59
|
-
type I = i_in.Annotated_Token;
|
|
60
|
-
type O = string;
|
|
61
|
-
namespace P {
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
|
|
65
|
-
export declare namespace Tokenizer_Result_ {
|
|
66
|
-
type I = i_in.Tokenizer_Result;
|
|
67
|
-
type O = string;
|
|
68
|
-
namespace P {
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
72
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdG9rZW4vc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,73 +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_Location_ {
|
|
4
|
-
type I = i_in.Value;
|
|
5
|
-
type O = i_out.Relative_Location;
|
|
6
|
-
namespace P {
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
|
|
10
|
-
export declare namespace Location_ {
|
|
11
|
-
type I = i_in.Value;
|
|
12
|
-
type O = i_out.Location;
|
|
13
|
-
namespace P {
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export type Location_ = ($$_: Location_.I) => Location_.O;
|
|
17
|
-
export declare namespace Range_ {
|
|
18
|
-
type I = i_in.Value;
|
|
19
|
-
type O = i_out.Range;
|
|
20
|
-
namespace P {
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export type Range_ = ($$_: Range_.I) => Range_.O;
|
|
24
|
-
export declare namespace Whitespace_ {
|
|
25
|
-
type I = i_in.Value;
|
|
26
|
-
type O = i_out.Whitespace;
|
|
27
|
-
namespace P {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export type Whitespace_ = ($$_: Whitespace_.I) => Whitespace_.O;
|
|
31
|
-
export declare namespace Trivia_ {
|
|
32
|
-
type I = i_in.Value;
|
|
33
|
-
type O = i_out.Trivia;
|
|
34
|
-
namespace P {
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
|
|
38
|
-
export declare namespace Delimited_String_ {
|
|
39
|
-
type I = i_in.Value;
|
|
40
|
-
type O = i_out.Delimited_String;
|
|
41
|
-
namespace P {
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
|
|
45
|
-
export declare namespace String_Type_ {
|
|
46
|
-
type I = i_in.Value;
|
|
47
|
-
type O = i_out.String_Type;
|
|
48
|
-
namespace P {
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
|
|
52
|
-
export declare namespace Token_Type_ {
|
|
53
|
-
type I = i_in.Value;
|
|
54
|
-
type O = i_out.Token_Type;
|
|
55
|
-
namespace P {
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export type Token_Type_ = ($$_: Token_Type_.I) => Token_Type_.O;
|
|
59
|
-
export declare namespace Annotated_Token_ {
|
|
60
|
-
type I = i_in.Value;
|
|
61
|
-
type O = i_out.Annotated_Token;
|
|
62
|
-
namespace P {
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
export type Annotated_Token_ = ($$_: Annotated_Token_.I) => Annotated_Token_.O;
|
|
66
|
-
export declare namespace Tokenizer_Result_ {
|
|
67
|
-
type I = i_in.Value;
|
|
68
|
-
type O = i_out.Tokenizer_Result;
|
|
69
|
-
namespace P {
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
|
|
73
|
-
export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy90b2tlbi92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
|
|
3
|
-
import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data";
|
|
4
|
-
import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
|
|
5
|
-
export type Parameters = {
|
|
6
|
-
'remove commas': boolean;
|
|
7
|
-
'indentation string': string;
|
|
8
|
-
'current indentation': string;
|
|
9
|
-
};
|
|
10
|
-
export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
|
|
11
|
-
export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
|
|
12
|
-
export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
|
|
13
|
-
export type String = _pi.Transformer_With_Parameters<d_in.String, d_out.Text_Edits, Parameters>;
|
|
14
|
-
export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
|
|
15
|
-
export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
|
|
16
|
-
export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
|
|
17
|
-
export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9hdXRob3JpbmdfcGFyc2VfdHJlZS9pZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
|
|
3
|
-
import * as d_out from "../../../../modules/pareto-json/interface/generated/pareto/schemas/json/data";
|
|
4
|
-
export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
|
|
5
|
-
export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value.SG._object.SG.key_value_array>;
|
|
6
|
-
export type Elements = _pi.Transformer<d_in.Elements, d_out.Value.SG.array>;
|
|
7
|
-
export type Document = _pi.Transformer<d_in.Document, d_out.Document>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2F1dGhvcmluZ19wYXJzZV90cmVlL2pzb25fdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2F1dGhvcmluZ19wYXJzZV90cmVlL3Rva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9wYXJzZV90cmVlL2lkZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type Annotated_Character = {
|
|
3
|
-
'code': number;
|
|
4
|
-
'location': {
|
|
5
|
-
absolute: number;
|
|
6
|
-
relative: {
|
|
7
|
-
'line': number;
|
|
8
|
-
'column': number;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
'line indentation': number;
|
|
12
|
-
};
|
|
13
|
-
export type Annotated_Characters = _pi.List<Annotated_Character>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3RhdGVkX2NoYXJhY3RlcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW50ZXJmYWNlL3RvX2JlX2dlbmVyYXRlZC9hbm5vdGF0ZWRfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as astn_target from "../../../../interface/generated/pareto/core/astn_target";
|
|
3
|
-
export declare const Document: ($: astn_target.Document) => string;
|
|
4
|
-
export declare const Value: ($: astn_target.Value, indent: string, $i: _pi.Text_Builder) => void;
|