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,123 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type _T_Value = readonly [
|
|
3
|
-
'indexed collection',
|
|
4
|
-
readonly [
|
|
5
|
-
'dictionary',
|
|
6
|
-
{
|
|
7
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
8
|
-
readonly '{': _T_Structural_Token;
|
|
9
|
-
readonly '}': _T_Structural_Token;
|
|
10
|
-
}
|
|
11
|
-
] | readonly [
|
|
12
|
-
'verbose group',
|
|
13
|
-
{
|
|
14
|
-
readonly '(': _T_Structural_Token;
|
|
15
|
-
readonly ')': _T_Structural_Token;
|
|
16
|
-
readonly 'entries': _T_Key_Value_Pairs;
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
] | readonly [
|
|
20
|
-
'not set',
|
|
21
|
-
{
|
|
22
|
-
readonly '~': _T_Structural_Token;
|
|
23
|
-
}
|
|
24
|
-
] | readonly [
|
|
25
|
-
'ordered collection',
|
|
26
|
-
readonly [
|
|
27
|
-
'concise group',
|
|
28
|
-
{
|
|
29
|
-
readonly '<': _T_Structural_Token;
|
|
30
|
-
readonly '>': _T_Structural_Token;
|
|
31
|
-
readonly 'elements': _T_Elements;
|
|
32
|
-
}
|
|
33
|
-
] | readonly [
|
|
34
|
-
'list',
|
|
35
|
-
{
|
|
36
|
-
readonly '[': _T_Structural_Token;
|
|
37
|
-
readonly ']': _T_Structural_Token;
|
|
38
|
-
readonly 'elements': _T_Elements;
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
] | readonly [
|
|
42
|
-
'set optional value',
|
|
43
|
-
{
|
|
44
|
-
readonly '*': _T_Structural_Token;
|
|
45
|
-
readonly 'value': _T_Value;
|
|
46
|
-
}
|
|
47
|
-
] | readonly ['string', _T_String] | readonly [
|
|
48
|
-
'tagged value',
|
|
49
|
-
{
|
|
50
|
-
readonly 'state': _T_String;
|
|
51
|
-
readonly 'value': _T_Value;
|
|
52
|
-
readonly '|': _T_Structural_Token;
|
|
53
|
-
}
|
|
54
|
-
];
|
|
55
|
-
export type _T_Document = {
|
|
56
|
-
readonly 'content': _T_Value;
|
|
57
|
-
readonly 'header': _pi.Optional_Value<{
|
|
58
|
-
readonly '!': _T_Structural_Token;
|
|
59
|
-
readonly 'value': _T_Value;
|
|
60
|
-
}>;
|
|
61
|
-
};
|
|
62
|
-
export type _T_Elements = _pi.List<{
|
|
63
|
-
readonly 'value': _T_Value;
|
|
64
|
-
}>;
|
|
65
|
-
export declare namespace _T_Elements {
|
|
66
|
-
type L = {
|
|
67
|
-
readonly 'value': _T_Value;
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
export type _T_Key_Value_Pairs = _pi.List<{
|
|
71
|
-
readonly ',': _pi.Optional_Value<_T_Structural_Token>;
|
|
72
|
-
readonly 'key': _T_String;
|
|
73
|
-
readonly 'value': _pi.Optional_Value<{
|
|
74
|
-
readonly ':': _T_Structural_Token;
|
|
75
|
-
readonly 'value': _T_Value;
|
|
76
|
-
}>;
|
|
77
|
-
}>;
|
|
78
|
-
export declare namespace _T_Key_Value_Pairs {
|
|
79
|
-
type L = {
|
|
80
|
-
readonly ',': _pi.Optional_Value<_T_Structural_Token>;
|
|
81
|
-
readonly 'key': _T_String;
|
|
82
|
-
readonly 'value': _pi.Optional_Value<{
|
|
83
|
-
readonly ':': _T_Structural_Token;
|
|
84
|
-
readonly 'value': _T_Value;
|
|
85
|
-
}>;
|
|
86
|
-
};
|
|
87
|
-
}
|
|
88
|
-
export type _T_String = {
|
|
89
|
-
readonly 'range': _T_Range;
|
|
90
|
-
readonly 'trailing trivia': _T_Trivia;
|
|
91
|
-
readonly 'type': _T_String_Type;
|
|
92
|
-
readonly 'value': string;
|
|
93
|
-
};
|
|
94
|
-
export type _T_Structural_Token = {
|
|
95
|
-
readonly 'range': _T_Range;
|
|
96
|
-
readonly 'trailing trivia': _T_Trivia;
|
|
97
|
-
};
|
|
98
|
-
export type _T_Range = {
|
|
99
|
-
readonly 'end': _T_Location;
|
|
100
|
-
readonly 'start': _T_Location;
|
|
101
|
-
};
|
|
102
|
-
export type _T_Location = {
|
|
103
|
-
readonly 'absolute': number;
|
|
104
|
-
readonly 'relative': _T_Relative_Location;
|
|
105
|
-
};
|
|
106
|
-
export type _T_Relative_Location = {
|
|
107
|
-
readonly 'column': number;
|
|
108
|
-
readonly 'line': number;
|
|
109
|
-
};
|
|
110
|
-
export type _T_Trivia = {
|
|
111
|
-
readonly 'comments': _pi.List<{
|
|
112
|
-
readonly 'content': string;
|
|
113
|
-
readonly 'range': _T_Range;
|
|
114
|
-
readonly 'trailing whitespace': _T_Whitespace;
|
|
115
|
-
readonly 'type': readonly ['block', null] | readonly ['line', null];
|
|
116
|
-
}>;
|
|
117
|
-
readonly 'leading whitespace': _T_Whitespace;
|
|
118
|
-
};
|
|
119
|
-
export type _T_Whitespace = {
|
|
120
|
-
readonly 'range': _T_Range;
|
|
121
|
-
readonly 'value': string;
|
|
122
|
-
};
|
|
123
|
-
export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9hc3RuX3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type _T_Document = _T_Value;
|
|
3
|
-
export type _T_Value = readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
4
|
-
'optional',
|
|
5
|
-
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
6
|
-
] | readonly [
|
|
7
|
-
'state',
|
|
8
|
-
{
|
|
9
|
-
readonly 'state': string;
|
|
10
|
-
readonly 'value': _T_Value;
|
|
11
|
-
}
|
|
12
|
-
] | readonly [
|
|
13
|
-
'text',
|
|
14
|
-
{
|
|
15
|
-
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
16
|
-
readonly 'value': string;
|
|
17
|
-
}
|
|
18
|
-
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
19
|
-
export type Document = _T_Document;
|
|
20
|
-
export type Value = _T_Value;
|
|
21
|
-
export declare namespace _T_Document {
|
|
22
|
-
}
|
|
23
|
-
export declare namespace _T_Value {
|
|
24
|
-
namespace SG {
|
|
25
|
-
namespace concise_group {
|
|
26
|
-
namespace L {
|
|
27
|
-
}
|
|
28
|
-
type L = _T_Value;
|
|
29
|
-
}
|
|
30
|
-
type concise_group = _pi.List<_T_Value>;
|
|
31
|
-
namespace dictionary {
|
|
32
|
-
namespace D {
|
|
33
|
-
}
|
|
34
|
-
type D = _T_Value;
|
|
35
|
-
}
|
|
36
|
-
type dictionary = _pi.Dictionary<_T_Value>;
|
|
37
|
-
namespace list {
|
|
38
|
-
namespace L {
|
|
39
|
-
}
|
|
40
|
-
type L = _T_Value;
|
|
41
|
-
}
|
|
42
|
-
type list = _pi.List<_T_Value>;
|
|
43
|
-
type nothing = null;
|
|
44
|
-
namespace optional {
|
|
45
|
-
namespace SG {
|
|
46
|
-
type not_set = null;
|
|
47
|
-
namespace _set {
|
|
48
|
-
}
|
|
49
|
-
type _set = _T_Value;
|
|
50
|
-
}
|
|
51
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
52
|
-
}
|
|
53
|
-
type optional = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
54
|
-
namespace state {
|
|
55
|
-
type state = string;
|
|
56
|
-
namespace value {
|
|
57
|
-
}
|
|
58
|
-
type value = _T_Value;
|
|
59
|
-
}
|
|
60
|
-
type state = {
|
|
61
|
-
readonly 'state': string;
|
|
62
|
-
readonly 'value': _T_Value;
|
|
63
|
-
};
|
|
64
|
-
namespace text {
|
|
65
|
-
namespace delimiter {
|
|
66
|
-
namespace SG {
|
|
67
|
-
type backtick = null;
|
|
68
|
-
type none = null;
|
|
69
|
-
type quote = null;
|
|
70
|
-
}
|
|
71
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
72
|
-
}
|
|
73
|
-
type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
74
|
-
type value = string;
|
|
75
|
-
}
|
|
76
|
-
type text = {
|
|
77
|
-
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
78
|
-
readonly 'value': string;
|
|
79
|
-
};
|
|
80
|
-
namespace verbose_group {
|
|
81
|
-
namespace D {
|
|
82
|
-
}
|
|
83
|
-
type D = _T_Value;
|
|
84
|
-
}
|
|
85
|
-
type verbose_group = _pi.Dictionary<_T_Value>;
|
|
86
|
-
}
|
|
87
|
-
type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
88
|
-
'optional',
|
|
89
|
-
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
90
|
-
] | readonly [
|
|
91
|
-
'state',
|
|
92
|
-
{
|
|
93
|
-
readonly 'state': string;
|
|
94
|
-
readonly 'value': _T_Value;
|
|
95
|
-
}
|
|
96
|
-
] | readonly [
|
|
97
|
-
'text',
|
|
98
|
-
{
|
|
99
|
-
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
100
|
-
readonly 'value': string;
|
|
101
|
-
}
|
|
102
|
-
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
103
|
-
}
|
|
104
|
-
export declare namespace Document {
|
|
105
|
-
}
|
|
106
|
-
export declare namespace Value {
|
|
107
|
-
namespace SG {
|
|
108
|
-
namespace concise_group {
|
|
109
|
-
namespace L {
|
|
110
|
-
}
|
|
111
|
-
type L = _T_Value;
|
|
112
|
-
}
|
|
113
|
-
type concise_group = _pi.List<_T_Value>;
|
|
114
|
-
namespace dictionary {
|
|
115
|
-
namespace D {
|
|
116
|
-
}
|
|
117
|
-
type D = _T_Value;
|
|
118
|
-
}
|
|
119
|
-
type dictionary = _pi.Dictionary<_T_Value>;
|
|
120
|
-
namespace list {
|
|
121
|
-
namespace L {
|
|
122
|
-
}
|
|
123
|
-
type L = _T_Value;
|
|
124
|
-
}
|
|
125
|
-
type list = _pi.List<_T_Value>;
|
|
126
|
-
type nothing = null;
|
|
127
|
-
namespace optional {
|
|
128
|
-
namespace SG {
|
|
129
|
-
type not_set = null;
|
|
130
|
-
namespace _set {
|
|
131
|
-
}
|
|
132
|
-
type _set = _T_Value;
|
|
133
|
-
}
|
|
134
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
135
|
-
}
|
|
136
|
-
type optional = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
137
|
-
namespace state {
|
|
138
|
-
type state = string;
|
|
139
|
-
namespace value {
|
|
140
|
-
}
|
|
141
|
-
type value = _T_Value;
|
|
142
|
-
}
|
|
143
|
-
type state = {
|
|
144
|
-
readonly 'state': string;
|
|
145
|
-
readonly 'value': _T_Value;
|
|
146
|
-
};
|
|
147
|
-
namespace text {
|
|
148
|
-
namespace delimiter {
|
|
149
|
-
namespace SG {
|
|
150
|
-
type backtick = null;
|
|
151
|
-
type none = null;
|
|
152
|
-
type quote = null;
|
|
153
|
-
}
|
|
154
|
-
type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
155
|
-
}
|
|
156
|
-
type delimiter = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
157
|
-
type value = string;
|
|
158
|
-
}
|
|
159
|
-
type text = {
|
|
160
|
-
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
161
|
-
readonly 'value': string;
|
|
162
|
-
};
|
|
163
|
-
namespace verbose_group {
|
|
164
|
-
namespace D {
|
|
165
|
-
}
|
|
166
|
-
type D = _T_Value;
|
|
167
|
-
}
|
|
168
|
-
type verbose_group = _pi.Dictionary<_T_Value>;
|
|
169
|
-
}
|
|
170
|
-
type SG = readonly ['concise group', _pi.List<_T_Value>] | readonly ['dictionary', _pi.Dictionary<_T_Value>] | readonly ['list', _pi.List<_T_Value>] | readonly ['nothing', null] | readonly [
|
|
171
|
-
'optional',
|
|
172
|
-
readonly ['not set', null] | readonly ['set', _T_Value]
|
|
173
|
-
] | readonly [
|
|
174
|
-
'state',
|
|
175
|
-
{
|
|
176
|
-
readonly 'state': string;
|
|
177
|
-
readonly 'value': _T_Value;
|
|
178
|
-
}
|
|
179
|
-
] | readonly [
|
|
180
|
-
'text',
|
|
181
|
-
{
|
|
182
|
-
readonly 'delimiter': readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
|
|
183
|
-
readonly 'value': string;
|
|
184
|
-
}
|
|
185
|
-
] | readonly ['verbose group', _pi.Dictionary<_T_Value>];
|
|
186
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl90YXJnZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9hc3RuX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
import * as _i_imports_token from "./token";
|
|
3
|
-
import * as _i_imports_ast from "./astn_source";
|
|
4
|
-
export type _T_Parse_Error = {
|
|
5
|
-
readonly 'range': _i_imports_token._T_Range;
|
|
6
|
-
readonly 'type': _T_Parse_Error._type;
|
|
7
|
-
};
|
|
8
|
-
export declare namespace _T_Parse_Error {
|
|
9
|
-
type _type = readonly [
|
|
10
|
-
'lexer',
|
|
11
|
-
Lexer_Error
|
|
12
|
-
] | readonly ['parser', Parser_Error];
|
|
13
|
-
}
|
|
14
|
-
export type Lexer_Error = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
|
|
15
|
-
export type Parser_Error = {
|
|
16
|
-
readonly 'cause': readonly ['missing token', null] | readonly [
|
|
17
|
-
'unexpected token',
|
|
18
|
-
{
|
|
19
|
-
readonly 'found': _i_imports_token._T_Token_Type;
|
|
20
|
-
}
|
|
21
|
-
];
|
|
22
|
-
readonly 'expected': _pi.List<Expected>;
|
|
23
|
-
};
|
|
24
|
-
export type Expected = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
|
|
25
|
-
export type _T_Parse_Result = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfcmVzdWx0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvcGFyc2VfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type _T_Derived_Reference<M_Source, T_Type> = T_Type;
|
|
3
|
-
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
4
|
-
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
5
|
-
export type _T_Ordered_Dictionary<M_Source, T_D> = {
|
|
6
|
-
readonly 'dictionary': _pi.Dictionary<T_D>;
|
|
7
|
-
readonly 'ordered list': _pi.List<{
|
|
8
|
-
readonly 'key': string;
|
|
9
|
-
readonly 'value': T_D;
|
|
10
|
-
}>;
|
|
11
|
-
};
|
|
12
|
-
export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
|
|
13
|
-
readonly 'entry': _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
14
|
-
readonly 'key': string;
|
|
15
|
-
};
|
|
16
|
-
export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
17
|
-
readonly 'entry': T_Dictionary_Entry;
|
|
18
|
-
readonly 'key': string;
|
|
19
|
-
};
|
|
20
|
-
export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
|
|
21
|
-
readonly 'entry': T_Dictionary_Entry;
|
|
22
|
-
readonly 'key': string;
|
|
23
|
-
readonly 'up steps': number;
|
|
24
|
-
};
|
|
25
|
-
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
26
|
-
export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
|
|
27
|
-
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
28
|
-
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
29
|
-
export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
|
|
30
|
-
export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
|
|
31
|
-
export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
32
|
-
export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
|
|
33
|
-
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
34
|
-
export declare namespace _T_Dictionary {
|
|
35
|
-
type D<M_Source, T_D> = T_D;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace _T_List {
|
|
38
|
-
type L<M_Source, T_L> = T_L;
|
|
39
|
-
}
|
|
40
|
-
export declare namespace _T_Ordered_Dictionary {
|
|
41
|
-
namespace dictionary {
|
|
42
|
-
type D<M_Source, T_D> = T_D;
|
|
43
|
-
}
|
|
44
|
-
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
45
|
-
namespace ordered_list {
|
|
46
|
-
namespace L {
|
|
47
|
-
type key<M_Source, T_D> = string;
|
|
48
|
-
type value<M_Source, T_D> = T_D;
|
|
49
|
-
}
|
|
50
|
-
type L<M_Source, T_D> = {
|
|
51
|
-
readonly 'key': string;
|
|
52
|
-
readonly 'value': T_D;
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
56
|
-
readonly 'key': string;
|
|
57
|
-
readonly 'value': T_D;
|
|
58
|
-
}>;
|
|
59
|
-
}
|
|
60
|
-
export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
|
|
61
|
-
namespace entry {
|
|
62
|
-
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
63
|
-
}
|
|
64
|
-
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
65
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
66
|
-
}
|
|
67
|
-
export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
|
|
68
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
69
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
70
|
-
}
|
|
71
|
-
export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
|
|
72
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
73
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
74
|
-
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
75
|
-
}
|
|
76
|
-
export declare namespace Dictionary {
|
|
77
|
-
type D<M_Source, T_D> = T_D;
|
|
78
|
-
}
|
|
79
|
-
export declare namespace List {
|
|
80
|
-
type L<M_Source, T_L> = T_L;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace Ordered_Dictionary {
|
|
83
|
-
namespace dictionary {
|
|
84
|
-
type D<M_Source, T_D> = T_D;
|
|
85
|
-
}
|
|
86
|
-
type dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
87
|
-
namespace ordered_list {
|
|
88
|
-
namespace L {
|
|
89
|
-
type key<M_Source, T_D> = string;
|
|
90
|
-
type value<M_Source, T_D> = T_D;
|
|
91
|
-
}
|
|
92
|
-
type L<M_Source, T_D> = {
|
|
93
|
-
readonly 'key': string;
|
|
94
|
-
readonly 'value': T_D;
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
type ordered_list<M_Source, T_D> = _pi.List<{
|
|
98
|
-
readonly 'key': string;
|
|
99
|
-
readonly 'value': T_D;
|
|
100
|
-
}>;
|
|
101
|
-
}
|
|
102
|
-
export declare namespace Reference_To_Circular_Dependent_Sibling {
|
|
103
|
-
namespace entry {
|
|
104
|
-
type C<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
105
|
-
}
|
|
106
|
-
type entry<M_Source, T_Dictionary_Entry> = _pi.Circular_Dependency<T_Dictionary_Entry>;
|
|
107
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace Reference_To_Normal_Dictionary_Entry {
|
|
110
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
111
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace Reference_To_Stacked_Dictionary_Entry {
|
|
114
|
-
type entry<M_Source, T_Dictionary_Entry> = T_Dictionary_Entry;
|
|
115
|
-
type key<M_Source, T_Dictionary_Entry> = string;
|
|
116
|
-
type up_steps<M_Source, T_Dictionary_Entry> = number;
|
|
117
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS9yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type _T_Annotated_Token = {
|
|
3
|
-
readonly 'end': _T_Location;
|
|
4
|
-
readonly 'start': _T_Location;
|
|
5
|
-
readonly 'trailing trivia': _T_Trivia;
|
|
6
|
-
readonly 'type': _T_Token_Type;
|
|
7
|
-
};
|
|
8
|
-
export type _T_Delimited_String = string;
|
|
9
|
-
export type _T_Location = {
|
|
10
|
-
readonly 'absolute': number;
|
|
11
|
-
readonly 'relative': _T_Relative_Location;
|
|
12
|
-
};
|
|
13
|
-
export type _T_Range = {
|
|
14
|
-
readonly 'end': _T_Location;
|
|
15
|
-
readonly 'start': _T_Location;
|
|
16
|
-
};
|
|
17
|
-
export type _T_Relative_Location = {
|
|
18
|
-
readonly 'column': number;
|
|
19
|
-
readonly 'line': number;
|
|
20
|
-
};
|
|
21
|
-
export type _T_String_Type = readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
|
|
22
|
-
export type _T_Token_Type = readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
23
|
-
'string',
|
|
24
|
-
{
|
|
25
|
-
readonly 'type': _T_String_Type;
|
|
26
|
-
readonly 'value': _T_Delimited_String;
|
|
27
|
-
}
|
|
28
|
-
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
|
|
29
|
-
export type _T_Tokenizer_Result = {
|
|
30
|
-
readonly 'end': _T_Location;
|
|
31
|
-
readonly 'leading trivia': _T_Trivia;
|
|
32
|
-
readonly 'tokens': _pi.List<_T_Annotated_Token>;
|
|
33
|
-
};
|
|
34
|
-
export declare namespace _T_Tokenizer_Result {
|
|
35
|
-
type tokens = _pi.List<_T_Annotated_Token>;
|
|
36
|
-
}
|
|
37
|
-
export type _T_Trivia = {
|
|
38
|
-
readonly 'comments': _pi.List<{
|
|
39
|
-
readonly 'content': string;
|
|
40
|
-
readonly 'range': _T_Range;
|
|
41
|
-
readonly 'trailing whitespace': _T_Whitespace;
|
|
42
|
-
readonly 'type': readonly ['block', null] | readonly ['line', null];
|
|
43
|
-
}>;
|
|
44
|
-
readonly 'leading whitespace': _T_Whitespace;
|
|
45
|
-
};
|
|
46
|
-
export type _T_Whitespace = {
|
|
47
|
-
readonly 'range': _T_Range;
|
|
48
|
-
readonly 'value': string;
|
|
49
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vY29yZS90b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core-interface';
|
|
2
|
-
export type _T_Dictionary<M_Source, T_D> = _pi.Dictionary<T_D>;
|
|
3
|
-
export type _T_List<M_Source, T_L> = _pi.List<T_L>;
|
|
4
|
-
export type _T_State_Group<M_Source, T_SG> = T_SG;
|
|
5
|
-
export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
|
|
6
|
-
export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
|
|
7
|
-
export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
|
|
8
|
-
export declare namespace _T_Dictionary {
|
|
9
|
-
type D<M_Source, T_D> = T_D;
|
|
10
|
-
}
|
|
11
|
-
export declare namespace _T_List {
|
|
12
|
-
type L<M_Source, T_L> = T_L;
|
|
13
|
-
}
|
|
14
|
-
export declare namespace Dictionary {
|
|
15
|
-
type D<M_Source, T_D> = T_D;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace List {
|
|
18
|
-
type L<M_Source, T_L> = T_L;
|
|
19
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9jb3JlL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|