astn 0.113.26 → 0.113.28
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/generated/pareto/schemas/astn_schema/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +2 -2
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +192 -1125
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +3 -3
|
@@ -1,68 +1,24 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type Text_Edits = _T_Text_Edits;
|
|
8
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
9
|
-
export declare namespace _T_Relative_Range {
|
|
10
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Relative_Range_ {
|
|
4
|
+
type I = i_in.Relative_Range;
|
|
5
|
+
type O = i_out.Relative_Range;
|
|
6
|
+
namespace P {
|
|
11
7
|
}
|
|
12
|
-
type CONTEXT = _i_in._T_Relative_Range;
|
|
13
|
-
namespace PARAMS {
|
|
14
|
-
}
|
|
15
|
-
namespace RESULT {
|
|
16
|
-
}
|
|
17
|
-
type RESULT = _i_out._T_Relative_Range;
|
|
18
|
-
}
|
|
19
|
-
export declare namespace _T_Text_Edits {
|
|
20
|
-
namespace CONTEXT {
|
|
21
|
-
}
|
|
22
|
-
type CONTEXT = _i_in._T_Text_Edits;
|
|
23
|
-
namespace PARAMS {
|
|
24
|
-
}
|
|
25
|
-
namespace RESULT {
|
|
26
|
-
}
|
|
27
|
-
type RESULT = _i_out._T_Text_Edits;
|
|
28
|
-
}
|
|
29
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
30
|
-
namespace CONTEXT {
|
|
31
|
-
}
|
|
32
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
33
|
-
namespace PARAMS {
|
|
34
|
-
}
|
|
35
|
-
namespace RESULT {
|
|
36
|
-
}
|
|
37
|
-
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
38
8
|
}
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
type
|
|
43
|
-
namespace
|
|
44
|
-
}
|
|
45
|
-
namespace RESULT {
|
|
9
|
+
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
10
|
+
export declare namespace Text_Edits_ {
|
|
11
|
+
type I = i_in.Text_Edits;
|
|
12
|
+
type O = i_out.Text_Edits;
|
|
13
|
+
namespace P {
|
|
46
14
|
}
|
|
47
|
-
type RESULT = _i_out._T_Relative_Range;
|
|
48
15
|
}
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
type
|
|
53
|
-
namespace
|
|
54
|
-
}
|
|
55
|
-
namespace RESULT {
|
|
56
|
-
}
|
|
57
|
-
type RESULT = _i_out._T_Text_Edits;
|
|
58
|
-
}
|
|
59
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
60
|
-
namespace CONTEXT {
|
|
61
|
-
}
|
|
62
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
63
|
-
namespace PARAMS {
|
|
64
|
-
}
|
|
65
|
-
namespace RESULT {
|
|
16
|
+
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
17
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
18
|
+
type I = i_in.Key_Value_Pairs_To_Be_Sorted;
|
|
19
|
+
type O = i_out.Key_Value_Pairs_To_Be_Sorted;
|
|
20
|
+
namespace P {
|
|
66
21
|
}
|
|
67
|
-
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
68
22
|
}
|
|
23
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
24
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,80 +1,23 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: {
|
|
7
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
-
}) => string;
|
|
9
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: {
|
|
10
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
-
}) => string;
|
|
12
|
-
export type Relative_Range = _T_Relative_Range;
|
|
13
|
-
export type Text_Edits = _T_Text_Edits;
|
|
14
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
15
|
-
export declare namespace _T_Relative_Range {
|
|
16
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_in from "./data_types/source";
|
|
2
|
+
export declare namespace Relative_Range_ {
|
|
3
|
+
type I = i_in.Relative_Range;
|
|
4
|
+
type O = string;
|
|
5
|
+
namespace P {
|
|
17
6
|
}
|
|
18
|
-
type CONTEXT = _i_in._T_Relative_Range;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
namespace value_serializers {
|
|
21
|
-
}
|
|
22
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
23
|
-
}
|
|
24
|
-
type RESULT = string;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace _T_Text_Edits {
|
|
27
|
-
namespace CONTEXT {
|
|
28
|
-
}
|
|
29
|
-
type CONTEXT = _i_in._T_Text_Edits;
|
|
30
|
-
namespace PARAMS {
|
|
31
|
-
namespace value_serializers {
|
|
32
|
-
}
|
|
33
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
34
|
-
}
|
|
35
|
-
type RESULT = string;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
38
|
-
namespace CONTEXT {
|
|
39
|
-
}
|
|
40
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
41
|
-
namespace PARAMS {
|
|
42
|
-
namespace value_serializers {
|
|
43
|
-
}
|
|
44
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
45
|
-
}
|
|
46
|
-
type RESULT = string;
|
|
47
|
-
}
|
|
48
|
-
export declare namespace Relative_Range {
|
|
49
|
-
namespace CONTEXT {
|
|
50
|
-
}
|
|
51
|
-
type CONTEXT = _i_in._T_Relative_Range;
|
|
52
|
-
namespace PARAMS {
|
|
53
|
-
namespace value_serializers {
|
|
54
|
-
}
|
|
55
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
56
|
-
}
|
|
57
|
-
type RESULT = string;
|
|
58
7
|
}
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
type
|
|
63
|
-
namespace
|
|
64
|
-
namespace value_serializers {
|
|
65
|
-
}
|
|
66
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
8
|
+
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
9
|
+
export declare namespace Text_Edits_ {
|
|
10
|
+
type I = i_in.Text_Edits;
|
|
11
|
+
type O = string;
|
|
12
|
+
namespace P {
|
|
67
13
|
}
|
|
68
|
-
type RESULT = string;
|
|
69
14
|
}
|
|
70
|
-
export
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
type
|
|
74
|
-
namespace
|
|
75
|
-
namespace value_serializers {
|
|
76
|
-
}
|
|
77
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
15
|
+
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
16
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
17
|
+
type I = i_in.Key_Value_Pairs_To_Be_Sorted;
|
|
18
|
+
type O = string;
|
|
19
|
+
namespace P {
|
|
78
20
|
}
|
|
79
|
-
type RESULT = string;
|
|
80
21
|
}
|
|
22
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
23
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,93 +1,24 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Text_Edits = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
-
}) => _i_out._T_Text_Edits;
|
|
10
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
-
}) => _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
13
|
-
export type Relative_Range = _T_Relative_Range;
|
|
14
|
-
export type Text_Edits = _T_Text_Edits;
|
|
15
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
16
|
-
export declare namespace _T_Relative_Range {
|
|
17
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
|
|
3
|
+
export declare namespace Relative_Range_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Relative_Range;
|
|
6
|
+
namespace P {
|
|
18
7
|
}
|
|
19
|
-
type CONTEXT = _i_in._T_Value;
|
|
20
|
-
namespace PARAMS {
|
|
21
|
-
namespace value_deserializers {
|
|
22
|
-
}
|
|
23
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
24
|
-
}
|
|
25
|
-
namespace RESULT {
|
|
26
|
-
}
|
|
27
|
-
type RESULT = _i_out._T_Relative_Range;
|
|
28
|
-
}
|
|
29
|
-
export declare namespace _T_Text_Edits {
|
|
30
|
-
namespace CONTEXT {
|
|
31
|
-
}
|
|
32
|
-
type CONTEXT = _i_in._T_Value;
|
|
33
|
-
namespace PARAMS {
|
|
34
|
-
namespace value_deserializers {
|
|
35
|
-
}
|
|
36
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
37
|
-
}
|
|
38
|
-
namespace RESULT {
|
|
39
|
-
}
|
|
40
|
-
type RESULT = _i_out._T_Text_Edits;
|
|
41
|
-
}
|
|
42
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
43
|
-
namespace CONTEXT {
|
|
44
|
-
}
|
|
45
|
-
type CONTEXT = _i_in._T_Value;
|
|
46
|
-
namespace PARAMS {
|
|
47
|
-
namespace value_deserializers {
|
|
48
|
-
}
|
|
49
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
50
|
-
}
|
|
51
|
-
namespace RESULT {
|
|
52
|
-
}
|
|
53
|
-
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
54
8
|
}
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
type
|
|
59
|
-
namespace
|
|
60
|
-
namespace value_deserializers {
|
|
61
|
-
}
|
|
62
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
63
|
-
}
|
|
64
|
-
namespace RESULT {
|
|
9
|
+
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
10
|
+
export declare namespace Text_Edits_ {
|
|
11
|
+
type I = i_in.Value;
|
|
12
|
+
type O = i_out.Text_Edits;
|
|
13
|
+
namespace P {
|
|
65
14
|
}
|
|
66
|
-
type RESULT = _i_out._T_Relative_Range;
|
|
67
15
|
}
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
type
|
|
72
|
-
namespace
|
|
73
|
-
namespace value_deserializers {
|
|
74
|
-
}
|
|
75
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
76
|
-
}
|
|
77
|
-
namespace RESULT {
|
|
78
|
-
}
|
|
79
|
-
type RESULT = _i_out._T_Text_Edits;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
82
|
-
namespace CONTEXT {
|
|
83
|
-
}
|
|
84
|
-
type CONTEXT = _i_in._T_Value;
|
|
85
|
-
namespace PARAMS {
|
|
86
|
-
namespace value_deserializers {
|
|
87
|
-
}
|
|
88
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
89
|
-
}
|
|
90
|
-
namespace RESULT {
|
|
16
|
+
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
17
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
18
|
+
type I = i_in.Value;
|
|
19
|
+
type O = i_out.Key_Value_Pairs_To_Be_Sorted;
|
|
20
|
+
namespace P {
|
|
91
21
|
}
|
|
92
|
-
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
93
22
|
}
|
|
23
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
24
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
-
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
-
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,250 +1,52 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly 'key': string;
|
|
6
|
-
readonly 'value': _T_Value;
|
|
7
|
-
}>
|
|
8
|
-
] | readonly [
|
|
9
|
-
'verbose group',
|
|
10
|
-
_i_core._T_List<null, {
|
|
11
|
-
readonly 'key': string;
|
|
12
|
-
readonly 'value': _T_Value;
|
|
13
|
-
}>
|
|
14
|
-
] | readonly [
|
|
15
|
-
'text',
|
|
16
|
-
{
|
|
17
|
-
readonly 'value': string;
|
|
18
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
1
|
+
import * as _pi from "pareto-core-interface";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
namespace list {
|
|
4
|
+
type L = Value_;
|
|
19
5
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
]>;
|
|
30
|
-
export type _T_Document = _T_Value;
|
|
31
|
-
export type Value = _T_Value;
|
|
32
|
-
export type Document = _T_Document;
|
|
33
|
-
export declare namespace _T_Value {
|
|
34
|
-
namespace SG {
|
|
35
|
-
namespace list {
|
|
36
|
-
namespace L {
|
|
37
|
-
}
|
|
38
|
-
type L = _T_Value;
|
|
39
|
-
}
|
|
40
|
-
type list = _i_core._T_List<null, _T_Value>;
|
|
41
|
-
namespace dictionary {
|
|
42
|
-
namespace L {
|
|
43
|
-
type key = string;
|
|
44
|
-
namespace value {
|
|
45
|
-
}
|
|
46
|
-
type value = _T_Value;
|
|
47
|
-
}
|
|
48
|
-
type L = {
|
|
49
|
-
readonly 'key': string;
|
|
50
|
-
readonly 'value': _T_Value;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
type dictionary = _i_core._T_List<null, {
|
|
54
|
-
readonly 'key': string;
|
|
55
|
-
readonly 'value': _T_Value;
|
|
56
|
-
}>;
|
|
57
|
-
namespace verbose_group {
|
|
58
|
-
namespace L {
|
|
59
|
-
type key = string;
|
|
60
|
-
namespace value {
|
|
61
|
-
}
|
|
62
|
-
type value = _T_Value;
|
|
63
|
-
}
|
|
64
|
-
type L = {
|
|
65
|
-
readonly 'key': string;
|
|
66
|
-
readonly 'value': _T_Value;
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
type verbose_group = _i_core._T_List<null, {
|
|
70
|
-
readonly 'key': string;
|
|
71
|
-
readonly 'value': _T_Value;
|
|
72
|
-
}>;
|
|
73
|
-
namespace text {
|
|
74
|
-
type value = string;
|
|
75
|
-
namespace delimiter {
|
|
76
|
-
namespace SG {
|
|
77
|
-
type none = null;
|
|
78
|
-
type quote = null;
|
|
79
|
-
type backtick = null;
|
|
80
|
-
}
|
|
81
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
82
|
-
}
|
|
83
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
84
|
-
}
|
|
85
|
-
type text = {
|
|
86
|
-
readonly 'value': string;
|
|
87
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
88
|
-
};
|
|
89
|
-
type nothing = null;
|
|
90
|
-
namespace optional {
|
|
91
|
-
namespace SG {
|
|
92
|
-
type not_set = null;
|
|
93
|
-
namespace _set {
|
|
94
|
-
}
|
|
95
|
-
type _set = _T_Value;
|
|
96
|
-
}
|
|
97
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
98
|
-
}
|
|
99
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
100
|
-
namespace state {
|
|
101
|
-
type state = string;
|
|
102
|
-
namespace value {
|
|
103
|
-
}
|
|
104
|
-
type value = _T_Value;
|
|
105
|
-
}
|
|
106
|
-
type state = {
|
|
107
|
-
readonly 'state': string;
|
|
108
|
-
readonly 'value': _T_Value;
|
|
6
|
+
type list = _pi.List<list.L>;
|
|
7
|
+
namespace dictionary {
|
|
8
|
+
namespace L {
|
|
9
|
+
type key = string;
|
|
10
|
+
type value = Value_;
|
|
11
|
+
}
|
|
12
|
+
type L = {
|
|
13
|
+
readonly 'key': L.key;
|
|
14
|
+
readonly 'value': L.value;
|
|
109
15
|
};
|
|
110
16
|
}
|
|
111
|
-
type
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
readonly 'key': string;
|
|
115
|
-
readonly 'value': _T_Value;
|
|
116
|
-
}>
|
|
117
|
-
] | readonly [
|
|
118
|
-
'verbose group',
|
|
119
|
-
_i_core._T_List<null, {
|
|
120
|
-
readonly 'key': string;
|
|
121
|
-
readonly 'value': _T_Value;
|
|
122
|
-
}>
|
|
123
|
-
] | readonly [
|
|
124
|
-
'text',
|
|
125
|
-
{
|
|
126
|
-
readonly 'value': string;
|
|
127
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
128
|
-
}
|
|
129
|
-
] | readonly ['nothing', null] | readonly [
|
|
130
|
-
'optional',
|
|
131
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
132
|
-
] | readonly [
|
|
133
|
-
'state',
|
|
134
|
-
{
|
|
135
|
-
readonly 'state': string;
|
|
136
|
-
readonly 'value': _T_Value;
|
|
137
|
-
}
|
|
138
|
-
];
|
|
139
|
-
}
|
|
140
|
-
export declare namespace _T_Document {
|
|
141
|
-
}
|
|
142
|
-
export declare namespace Value {
|
|
143
|
-
namespace SG {
|
|
144
|
-
namespace list {
|
|
145
|
-
namespace L {
|
|
146
|
-
}
|
|
147
|
-
type L = _T_Value;
|
|
148
|
-
}
|
|
149
|
-
type list = _i_core._T_List<null, _T_Value>;
|
|
150
|
-
namespace dictionary {
|
|
151
|
-
namespace L {
|
|
152
|
-
type key = string;
|
|
153
|
-
namespace value {
|
|
154
|
-
}
|
|
155
|
-
type value = _T_Value;
|
|
156
|
-
}
|
|
157
|
-
type L = {
|
|
158
|
-
readonly 'key': string;
|
|
159
|
-
readonly 'value': _T_Value;
|
|
160
|
-
};
|
|
161
|
-
}
|
|
162
|
-
type dictionary = _i_core._T_List<null, {
|
|
163
|
-
readonly 'key': string;
|
|
164
|
-
readonly 'value': _T_Value;
|
|
165
|
-
}>;
|
|
166
|
-
namespace verbose_group {
|
|
167
|
-
namespace L {
|
|
168
|
-
type key = string;
|
|
169
|
-
namespace value {
|
|
170
|
-
}
|
|
171
|
-
type value = _T_Value;
|
|
172
|
-
}
|
|
173
|
-
type L = {
|
|
174
|
-
readonly 'key': string;
|
|
175
|
-
readonly 'value': _T_Value;
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
type verbose_group = _i_core._T_List<null, {
|
|
179
|
-
readonly 'key': string;
|
|
180
|
-
readonly 'value': _T_Value;
|
|
181
|
-
}>;
|
|
182
|
-
namespace text {
|
|
183
|
-
type value = string;
|
|
184
|
-
namespace delimiter {
|
|
185
|
-
namespace SG {
|
|
186
|
-
type none = null;
|
|
187
|
-
type quote = null;
|
|
188
|
-
type backtick = null;
|
|
189
|
-
}
|
|
190
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
191
|
-
}
|
|
192
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
193
|
-
}
|
|
194
|
-
type text = {
|
|
195
|
-
readonly 'value': string;
|
|
196
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
197
|
-
};
|
|
198
|
-
type nothing = null;
|
|
199
|
-
namespace optional {
|
|
200
|
-
namespace SG {
|
|
201
|
-
type not_set = null;
|
|
202
|
-
namespace _set {
|
|
203
|
-
}
|
|
204
|
-
type _set = _T_Value;
|
|
205
|
-
}
|
|
206
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
207
|
-
}
|
|
208
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
209
|
-
namespace state {
|
|
210
|
-
type state = string;
|
|
211
|
-
namespace value {
|
|
212
|
-
}
|
|
213
|
-
type value = _T_Value;
|
|
214
|
-
}
|
|
215
|
-
type state = {
|
|
216
|
-
readonly 'state': string;
|
|
217
|
-
readonly 'value': _T_Value;
|
|
218
|
-
};
|
|
17
|
+
type dictionary = _pi.List<dictionary.L>;
|
|
18
|
+
namespace verbose_group {
|
|
19
|
+
type D = Value_;
|
|
219
20
|
}
|
|
220
|
-
type
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
export declare namespace Document {
|
|
21
|
+
type verbose_group = _pi.Dictionary<verbose_group.D>;
|
|
22
|
+
namespace text {
|
|
23
|
+
type value = string;
|
|
24
|
+
namespace delimiter {
|
|
25
|
+
type none = null;
|
|
26
|
+
type quote = null;
|
|
27
|
+
type backtick = null;
|
|
28
|
+
}
|
|
29
|
+
type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
|
|
30
|
+
}
|
|
31
|
+
type text = {
|
|
32
|
+
readonly 'value': text.value;
|
|
33
|
+
readonly 'delimiter': text.delimiter;
|
|
34
|
+
};
|
|
35
|
+
type nothing = null;
|
|
36
|
+
namespace optional {
|
|
37
|
+
type not_set = null;
|
|
38
|
+
type _set = Value_;
|
|
39
|
+
}
|
|
40
|
+
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
|
|
41
|
+
namespace state {
|
|
42
|
+
type state = string;
|
|
43
|
+
type value = Value_;
|
|
44
|
+
}
|
|
45
|
+
type state = {
|
|
46
|
+
readonly 'state': state.state;
|
|
47
|
+
readonly 'value': state.value;
|
|
48
|
+
};
|
|
250
49
|
}
|
|
50
|
+
export type Value_ = readonly ['list', Value_.list] | readonly ['dictionary', Value_.dictionary] | readonly ['verbose group', Value_.verbose_group] | readonly ['text', Value_.text] | readonly ['nothing', Value_.nothing] | readonly ['optional', Value_.optional] | readonly ['state', Value_.state];
|
|
51
|
+
export type Document_ = Value_;
|
|
52
|
+
export { Value_ as Value, Document_ as Document, };
|