pareto-json 0.3.81 → 0.3.83
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 +14 -14
- 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 +7 -11
- 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 +7 -11
- 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.d.ts +1 -1
- package/dist/interface/schemas/json_with_guaranteed_unique_keys.js +2 -0
- package/dist/interface/{data → schemas}/json_with_parse_info.d.ts +10 -10
- package/dist/interface/schemas/json_with_parse_info.js +2 -0
- package/dist/interface/{data → schemas}/json_without_guaranteed_unique_keys.d.ts +1 -1
- package/dist/interface/schemas/json_without_guaranteed_unique_keys.js +2 -0
- package/dist/interface/schemas/json_x.d.ts +16 -0
- package/dist/interface/schemas/json_x.js +2 -0
- 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 +4 -4
- 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/schemas/unmarshalled_from_parse_tree_x.js +2 -0
- 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_with_guaranteed_unique_keys.js +0 -2
- package/dist/interface/data/json_with_parse_info.js +0 -2
- package/dist/interface/data/json_without_guaranteed_unique_keys.js +0 -2
- package/dist/interface/data/json_x.d.ts +0 -16
- package/dist/interface/data/json_x.js +0 -2
- 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/unmarshalled_from_parse_tree_x.js +0 -2
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
import type * as d_json_with_parse_info from "./json_with_parse_info.js";
|
|
3
|
-
import type * as d_location from "astn-core/interface/data/location";
|
|
4
|
-
export type Object = d_json_with_parse_info.Object;
|
|
5
|
-
export type Object_With_Unique_Keys = {
|
|
6
|
-
'range': d_location.Range;
|
|
7
|
-
'properties': p_.Dictionary<d_json_with_parse_info.Key_Value_Pair>;
|
|
8
|
-
};
|
|
9
|
-
export type Object_No_Unexpected_Properties = Object_With_Unique_Keys;
|
|
10
|
-
export type Property = d_json_with_parse_info.Key_Value_Pair;
|
|
11
|
-
export type Array = d_json_with_parse_info.Array;
|
|
12
|
-
export type Boolean = d_json_with_parse_info.Boolean;
|
|
13
|
-
export type Null = d_json_with_parse_info.Null;
|
|
14
|
-
export type Number = d_json_with_parse_info.Number;
|
|
15
|
-
export type String = d_json_with_parse_info.String;
|
|
16
|
-
export type Nullable_Value = p_.Optional_Value<d_json_with_parse_info.Value>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbl94LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9kYXRhL2pzb25feC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLDRCQUE0QixDQUFBIn0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type * as d_unmarshalled_from_json from "./unmarshalled_from_json.js";
|
|
2
|
-
import type * as d_json_from_list_of_characters from "./json_from_list_of_characters_refiner.js";
|
|
3
|
-
export type Error = ['deserialize', d_json_from_list_of_characters.Error] | ['unmarshall', d_unmarshalled_from_json.Error];
|
|
@@ -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
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbGVkX2Zyb21fcGFyc2VfdHJlZV94LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9kYXRhL3VubWFyc2hhbGxlZF9mcm9tX3BhcnNlX3RyZWVfeC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLDRCQUE0QixDQUFBIn0=
|