pareto-json 0.3.78 → 0.3.80
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/implementation/{manual/refiners → refiners}/json_with_parse_info/astn_parse_tree.d.ts +2 -2
- package/dist/implementation/refiners/json_with_parse_info/astn_parse_tree.js +93 -0
- package/dist/implementation/refiners/json_with_parse_info/list_of_characters.d.ts +2 -0
- package/dist/implementation/refiners/json_with_parse_info/list_of_characters.js +5 -0
- package/dist/implementation/{manual/refiners → refiners}/json_x/json_with_parse_info.d.ts +3 -3
- package/dist/implementation/refiners/json_x/json_with_parse_info.js +108 -0
- package/dist/implementation/{manual/refiners → refiners}/json_y/json_with_parse_info.d.ts +3 -3
- package/dist/implementation/refiners/json_y/json_with_parse_info.js +15 -0
- package/dist/implementation/refiners/primitives/list_of_characters.js +81 -0
- package/dist/implementation/{manual/refiners → refiners}/unmarshalled/astn_parse_tree.js +3 -3
- package/dist/implementation/{manual/refiners → refiners}/unmarshalled/text.js +1 -1
- package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.d.ts +2 -0
- package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.js +12 -0
- package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.d.ts +2 -0
- package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.js +19 -0
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +2 -0
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +5 -0
- package/dist/implementation/{manual/transformers → transformers}/json_with_guaranteed_unique_keys/prose.d.ts +1 -1
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.js +45 -0
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.d.ts +2 -0
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.js +5 -0
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +2 -0
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +5 -0
- package/dist/implementation/{manual/transformers → transformers}/json_without_guaranteed_unique_keys/prose.d.ts +1 -1
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.js +45 -0
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.d.ts +2 -0
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.js +5 -0
- package/dist/implementation/transformers/primitives/deprecated_list_of_characters.js +229 -0
- package/dist/implementation/transformers/unmarshalled_from_json/prose.d.ts +2 -0
- package/dist/implementation/transformers/unmarshalled_from_json/prose.js +31 -0
- package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.d.ts +2 -0
- package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.js +12 -0
- package/package.json +1 -1
- package/dist/implementation/manual/refiners/json_with_parse_info/astn_parse_tree.js +0 -93
- package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.d.ts +0 -2
- package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.js +0 -5
- package/dist/implementation/manual/refiners/json_x/json_with_parse_info.js +0 -108
- package/dist/implementation/manual/refiners/json_y/json_with_parse_info.js +0 -15
- package/dist/implementation/manual/refiners/primitives/list_of_characters.js +0 -81
- package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.js +0 -12
- package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.js +0 -19
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -5
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/prose.js +0 -45
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.js +0 -5
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -5
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/prose.js +0 -45
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.d.ts +0 -2
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.js +0 -5
- package/dist/implementation/manual/transformers/primitives/deprecated_list_of_characters.js +0 -229
- package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.d.ts +0 -2
- package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.js +0 -31
- package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.d.ts +0 -2
- package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.js +0 -12
- /package/dist/implementation/{manual/refiners → refiners}/primitives/list_of_characters.d.ts +0 -0
- /package/dist/implementation/{manual/refiners → refiners}/unmarshalled/astn_parse_tree.d.ts +0 -0
- /package/dist/implementation/{manual/refiners → refiners}/unmarshalled/text.d.ts +0 -0
- /package/dist/implementation/{manual/transformers → transformers}/primitives/deprecated_list_of_characters.d.ts +0 -0
/package/dist/implementation/{manual/refiners → refiners}/primitives/list_of_characters.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|