pareto-json 0.3.81 → 0.3.82
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/declarations/refiners/json_with_parse_info/list_of_characters.d.ts +5 -5
- package/dist/implementation/refiners/json_with_parse_info/astn_parse_tree.d.ts +4 -4
- package/dist/implementation/refiners/json_x/json_with_parse_info.d.ts +13 -13
- package/dist/implementation/refiners/json_x/json_with_parse_info.js +1 -1
- package/dist/implementation/refiners/json_y/json_with_parse_info.d.ts +5 -5
- package/dist/implementation/refiners/primitives/list_of_characters.d.ts +2 -2
- package/dist/implementation/refiners/unmarshalled/astn_parse_tree.js +26 -26
- package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.d.ts +8 -2
- package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.js +1 -1
- package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.d.ts +8 -2
- package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.js +1 -1
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +9 -2
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -1
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.d.ts +8 -8
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.js +1 -1
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.d.ts +9 -2
- package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.js +2 -1
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +9 -2
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -1
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.d.ts +8 -8
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.js +1 -1
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.d.ts +9 -2
- package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.js +2 -1
- package/dist/implementation/transformers/primitives/deprecated_list_of_characters.d.ts +8 -8
- package/dist/implementation/transformers/primitives/deprecated_list_of_characters.js +1 -1
- package/dist/implementation/transformers/unmarshalled_from_json/prose.d.ts +8 -2
- package/dist/implementation/transformers/unmarshalled_from_json/prose.js +1 -1
- package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.d.ts +8 -2
- package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.js +1 -1
- package/dist/interface/schemas/deserialize_parse_tree.d.ts +1 -0
- package/dist/interface/schemas/deserialize_parse_tree.js +2 -0
- package/dist/interface/schemas/json_from_list_of_characters_refiner.d.ts +3 -0
- package/dist/interface/{data → schemas}/json_from_list_of_characters_refiner.js +1 -1
- package/dist/interface/{data → schemas}/json_from_parse_tree_refiner.d.ts +2 -2
- package/dist/interface/schemas/json_from_parse_tree_refiner.js +2 -0
- package/dist/interface/{data → schemas}/json_with_guaranteed_unique_keys.js +1 -1
- package/dist/interface/{data → schemas}/json_with_parse_info.d.ts +9 -9
- package/dist/interface/{data → schemas}/json_with_parse_info.js +1 -1
- package/dist/interface/{data → schemas}/json_without_guaranteed_unique_keys.js +1 -1
- package/dist/interface/schemas/json_x.d.ts +16 -0
- package/dist/interface/{data → schemas}/json_x.js +1 -1
- package/dist/interface/schemas/json_y.d.ts +5 -0
- package/dist/interface/{data → schemas}/json_y.js +1 -1
- package/dist/interface/schemas/list_of_characters.d.ts +1 -0
- package/dist/interface/schemas/list_of_characters.js +2 -0
- package/dist/interface/schemas/location.d.ts +1 -0
- package/dist/interface/schemas/location.js +2 -0
- package/dist/interface/schemas/parse_tree.d.ts +1 -0
- package/dist/interface/schemas/parse_tree.js +2 -0
- package/dist/interface/schemas/prose.d.ts +1 -0
- package/dist/interface/schemas/prose.js +2 -0
- package/dist/interface/schemas/prose_serialize.d.ts +1 -0
- package/dist/interface/schemas/prose_serialize.js +2 -0
- package/dist/interface/schemas/text.d.ts +1 -0
- package/dist/interface/schemas/text.js +2 -0
- package/dist/interface/schemas/unmarshall.d.ts +1 -0
- package/dist/interface/schemas/unmarshall.js +2 -0
- package/dist/interface/schemas/unmarshall_json.d.ts +3 -0
- package/dist/interface/{data → schemas}/unmarshall_json.js +1 -1
- package/dist/interface/{data → schemas}/unmarshalled_from_json.d.ts +3 -3
- package/dist/interface/schemas/unmarshalled_from_json.js +2 -0
- package/dist/interface/schemas/unmarshalled_from_parse_tree.d.ts +3 -0
- package/dist/interface/schemas/unmarshalled_from_parse_tree.js +2 -0
- package/dist/interface/schemas/unmarshalled_from_parse_tree_x.d.ts +8 -0
- package/dist/interface/{data → schemas}/unmarshalled_from_parse_tree_x.js +1 -1
- package/dist/shorthands/json_with_guaranteed_unique_keys/target.d.ts +1 -8
- package/dist/shorthands/json_with_guaranteed_unique_keys/target.js +2 -2
- package/dist/shorthands/json_without_guaranteed_unique_keys/target.d.ts +1 -8
- package/dist/shorthands/json_without_guaranteed_unique_keys/target.js +2 -2
- package/package.json +1 -1
- package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.d.ts +0 -4
- package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.js +0 -2
- package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.d.ts +0 -4
- package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.js +0 -2
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -5
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -2
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.d.ts +0 -1
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.js +0 -2
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.d.ts +0 -5
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.js +0 -2
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -5
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -2
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.d.ts +0 -1
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.js +0 -2
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.d.ts +0 -5
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.js +0 -2
- package/dist/declarations/transformers/primitives/deprecated_list_of_characters.d.ts +0 -1
- package/dist/declarations/transformers/primitives/deprecated_list_of_characters.js +0 -2
- package/dist/declarations/transformers/unmarshalled_from_json/prose.d.ts +0 -4
- package/dist/declarations/transformers/unmarshalled_from_json/prose.js +0 -2
- package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.d.ts +0 -4
- package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.js +0 -2
- package/dist/interface/data/json_from_list_of_characters_refiner.d.ts +0 -3
- package/dist/interface/data/json_from_parse_tree_refiner.js +0 -2
- package/dist/interface/data/json_x.d.ts +0 -16
- package/dist/interface/data/json_y.d.ts +0 -5
- package/dist/interface/data/unmarshall_json.d.ts +0 -3
- package/dist/interface/data/unmarshalled_from_json.js +0 -2
- package/dist/interface/data/unmarshalled_from_parse_tree.d.ts +0 -3
- package/dist/interface/data/unmarshalled_from_parse_tree.js +0 -2
- package/dist/interface/data/unmarshalled_from_parse_tree_x.d.ts +0 -8
- /package/dist/interface/{data → schemas}/json_with_guaranteed_unique_keys.d.ts +0 -0
- /package/dist/interface/{data → schemas}/json_without_guaranteed_unique_keys.d.ts +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbGVkX2Zyb21fanNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS91bm1hcnNoYWxsZWRfZnJvbV9qc29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sNEJBQTRCLENBQUEifQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbGVkX2Zyb21fcGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS91bm1hcnNoYWxsZWRfZnJvbV9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
import type * as d_astn_unmarshall from "astn-core/interface/data/unmarshall";
|
|
3
|
-
import type * as d_astn_location from "astn-core/interface/data/location";
|
|
4
|
-
export type Error = ['astn', d_astn_unmarshall.Error] | ['json', JSON_Unmarshall_Error];
|
|
5
|
-
export type JSON_Unmarshall_Error = {
|
|
6
|
-
'type': ['unexpected properties', p_.Dictionary<d_astn_location.Range>] | ['missing property', string] | ['not a boolean', null] | ['not a null', null] | ['not a number', null] | ['not a string', null];
|
|
7
|
-
'range': d_astn_location.Range;
|
|
8
|
-
};
|
|
File without changes
|
|
File without changes
|