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.
Files changed (62) hide show
  1. package/dist/implementation/{manual/refiners → refiners}/json_with_parse_info/astn_parse_tree.d.ts +2 -2
  2. package/dist/implementation/refiners/json_with_parse_info/astn_parse_tree.js +93 -0
  3. package/dist/implementation/refiners/json_with_parse_info/list_of_characters.d.ts +2 -0
  4. package/dist/implementation/refiners/json_with_parse_info/list_of_characters.js +5 -0
  5. package/dist/implementation/{manual/refiners → refiners}/json_x/json_with_parse_info.d.ts +3 -3
  6. package/dist/implementation/refiners/json_x/json_with_parse_info.js +108 -0
  7. package/dist/implementation/{manual/refiners → refiners}/json_y/json_with_parse_info.d.ts +3 -3
  8. package/dist/implementation/refiners/json_y/json_with_parse_info.js +15 -0
  9. package/dist/implementation/refiners/primitives/list_of_characters.js +81 -0
  10. package/dist/implementation/{manual/refiners → refiners}/unmarshalled/astn_parse_tree.js +3 -3
  11. package/dist/implementation/{manual/refiners → refiners}/unmarshalled/text.js +1 -1
  12. package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.d.ts +2 -0
  13. package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.js +12 -0
  14. package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.d.ts +2 -0
  15. package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.js +19 -0
  16. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +2 -0
  17. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +5 -0
  18. package/dist/implementation/{manual/transformers → transformers}/json_with_guaranteed_unique_keys/prose.d.ts +1 -1
  19. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.js +45 -0
  20. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.d.ts +2 -0
  21. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.js +5 -0
  22. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +2 -0
  23. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +5 -0
  24. package/dist/implementation/{manual/transformers → transformers}/json_without_guaranteed_unique_keys/prose.d.ts +1 -1
  25. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.js +45 -0
  26. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.d.ts +2 -0
  27. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.js +5 -0
  28. package/dist/implementation/transformers/primitives/deprecated_list_of_characters.js +229 -0
  29. package/dist/implementation/transformers/unmarshalled_from_json/prose.d.ts +2 -0
  30. package/dist/implementation/transformers/unmarshalled_from_json/prose.js +31 -0
  31. package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.d.ts +2 -0
  32. package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.js +12 -0
  33. package/package.json +1 -1
  34. package/dist/implementation/manual/refiners/json_with_parse_info/astn_parse_tree.js +0 -93
  35. package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.d.ts +0 -2
  36. package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.js +0 -5
  37. package/dist/implementation/manual/refiners/json_x/json_with_parse_info.js +0 -108
  38. package/dist/implementation/manual/refiners/json_y/json_with_parse_info.js +0 -15
  39. package/dist/implementation/manual/refiners/primitives/list_of_characters.js +0 -81
  40. package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.d.ts +0 -2
  41. package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.js +0 -12
  42. package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.d.ts +0 -2
  43. package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.js +0 -19
  44. package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -2
  45. package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -5
  46. package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/prose.js +0 -45
  47. package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.d.ts +0 -2
  48. package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.js +0 -5
  49. package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -2
  50. package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -5
  51. package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/prose.js +0 -45
  52. package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.d.ts +0 -2
  53. package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.js +0 -5
  54. package/dist/implementation/manual/transformers/primitives/deprecated_list_of_characters.js +0 -229
  55. package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.d.ts +0 -2
  56. package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.js +0 -31
  57. package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.d.ts +0 -2
  58. package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.js +0 -12
  59. /package/dist/implementation/{manual/refiners → refiners}/primitives/list_of_characters.d.ts +0 -0
  60. /package/dist/implementation/{manual/refiners → refiners}/unmarshalled/astn_parse_tree.d.ts +0 -0
  61. /package/dist/implementation/{manual/refiners → refiners}/unmarshalled/text.d.ts +0 -0
  62. /package/dist/implementation/{manual/transformers → transformers}/primitives/deprecated_list_of_characters.d.ts +0 -0