astn 0.113.30 → 0.113.31

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 (84) hide show
  1. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +1 -1
  2. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +2 -2
  3. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +20 -8
  4. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.d.ts +2 -2
  5. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +2 -7
  6. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +15 -15
  7. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +39 -39
  8. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.d.ts +2 -2
  9. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +24 -24
  10. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.d.ts +1 -1
  11. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +21 -21
  12. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.d.ts +1 -1
  13. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +21 -21
  14. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +139 -106
  15. package/dist/implementation/manual/schemas/sealed_target/serializers.d.ts +1 -1
  16. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.d.ts +2 -2
  17. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +30 -25
  18. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +3 -3
  19. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +7 -7
  20. package/dist/implementation/manual/text_to_text/convert_to_json.js +2 -2
  21. package/dist/interface/generated/pareto/schemas/astn_schema/data/resolved.d.ts +150 -0
  22. package/dist/interface/generated/pareto/schemas/astn_schema/data/resolved.js +3 -0
  23. package/dist/interface/generated/pareto/schemas/astn_schema/data/unresolved.d.ts +270 -0
  24. package/dist/interface/generated/pareto/schemas/astn_schema/data/unresolved.js +3 -0
  25. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +2 -2
  26. package/dist/interface/generated/pareto/schemas/astn_schema/resolve.d.ts +192 -0
  27. package/dist/interface/generated/pareto/schemas/astn_schema/resolve.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_target/data.d.ts +102 -0
  29. package/dist/interface/generated/pareto/schemas/authoring_target/data.js +3 -0
  30. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +2 -2
  31. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.d.ts +71 -0
  32. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data.js +3 -0
  33. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.d.ts +1 -0
  34. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/resolve.js +3 -0
  35. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.d.ts +63 -0
  36. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/source.js +3 -0
  37. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.d.ts +63 -0
  38. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/data_types/target.js +3 -0
  39. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.d.ts +9 -0
  40. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/deserialize.js +3 -0
  41. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.d.ts +31 -0
  42. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/migrate_boilerplate.js +3 -0
  43. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.d.ts +9 -0
  44. package/dist/interface/generated/pareto/schemas/deserialize_parse_tree/serialize.js +3 -0
  45. package/dist/interface/generated/pareto/schemas/ide/data.d.ts +43 -0
  46. package/dist/interface/generated/pareto/schemas/ide/data.js +3 -0
  47. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +2 -2
  48. package/dist/interface/generated/pareto/schemas/parse_tree/data.d.ts +182 -0
  49. package/dist/interface/generated/pareto/schemas/parse_tree/data.js +3 -0
  50. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.d.ts +1 -0
  51. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/resolve.js +3 -0
  52. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +183 -0
  53. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +3 -0
  54. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +183 -0
  55. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +3 -0
  56. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.d.ts +58 -0
  57. package/dist/interface/generated/pareto/schemas/parse_tree/deserialize.js +3 -0
  58. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.d.ts +52 -0
  59. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +3 -0
  60. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.d.ts +58 -0
  61. package/dist/interface/generated/pareto/schemas/parse_tree/serialize.js +3 -0
  62. package/dist/interface/generated/pareto/schemas/sealed_target/data.d.ts +48 -0
  63. package/dist/interface/generated/pareto/schemas/sealed_target/data.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +2 -2
  65. package/dist/interface/generated/pareto/schemas/token/data.d.ts +119 -0
  66. package/dist/interface/generated/pareto/schemas/token/data.js +3 -0
  67. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +11 -11
  68. package/dist/interface/signatures/transformers/authoring_parse_tree/ide.d.ts +3 -3
  69. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +2 -2
  70. package/dist/interface/signatures/transformers/authoring_parse_tree/token.d.ts +2 -2
  71. package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +2 -2
  72. package/dist/interface/signatures/transformers/parse_tree/ide.d.ts +17 -0
  73. package/dist/interface/signatures/transformers/parse_tree/ide.js +3 -0
  74. package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +7 -0
  75. package/dist/interface/signatures/transformers/parse_tree/json_target.js +3 -0
  76. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +4 -0
  77. package/dist/interface/signatures/transformers/parse_tree/token.js +3 -0
  78. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
  79. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +1 -1
  80. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +2 -2
  81. package/dist/modules/pareto-json/shorthands/json.d.ts +1 -1
  82. package/dist/shorthands/parse_result.d.ts +3 -4
  83. package/dist/shorthands/parse_result.js +9 -15
  84. package/package.json +1 -1
@@ -0,0 +1,183 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ import * as i_imports_token from "../../token/data_types/source";
3
+ export declare namespace Structural_Token_ {
4
+ type trailing_trivia = i_imports_token.Trivia;
5
+ type range = i_imports_token.Range;
6
+ }
7
+ export type Structural_Token_ = {
8
+ readonly 'trailing trivia': Structural_Token_.trailing_trivia;
9
+ readonly 'range': Structural_Token_.range;
10
+ };
11
+ export declare namespace String_ {
12
+ type trailing_trivia = i_imports_token.Trivia;
13
+ type range = i_imports_token.Range;
14
+ type value = string;
15
+ type _type = i_imports_token.String_Type;
16
+ }
17
+ export type String_ = {
18
+ readonly 'trailing trivia': String_.trailing_trivia;
19
+ readonly 'range': String_.range;
20
+ readonly 'value': String_.value;
21
+ readonly 'type': String_._type;
22
+ };
23
+ export declare namespace Key_Value_Pairs_ {
24
+ namespace L {
25
+ type key = String_;
26
+ namespace value {
27
+ namespace O {
28
+ type $cl_ = Structural_Token_;
29
+ type value = Value_;
30
+ }
31
+ type O = {
32
+ readonly ':': O.$cl_;
33
+ readonly 'value': O.value;
34
+ };
35
+ }
36
+ type value = _pi.Optional_Value<value.O>;
37
+ }
38
+ type L = {
39
+ readonly 'key': L.key;
40
+ readonly 'value': L.value;
41
+ };
42
+ }
43
+ export type Key_Value_Pairs_ = _pi.List<Key_Value_Pairs_.L>;
44
+ export declare namespace Elements_ {
45
+ namespace L {
46
+ type value = Value_;
47
+ }
48
+ type L = {
49
+ readonly 'value': L.value;
50
+ };
51
+ }
52
+ export type Elements_ = _pi.List<Elements_.L>;
53
+ export declare namespace Concrete_Value_ {
54
+ namespace indexed_collection {
55
+ namespace dictionary {
56
+ type $co_ = Structural_Token_;
57
+ type entries = Key_Value_Pairs_;
58
+ type $cc_ = Structural_Token_;
59
+ }
60
+ type dictionary = {
61
+ readonly '{': dictionary.$co_;
62
+ readonly 'entries': dictionary.entries;
63
+ readonly '}': dictionary.$cc_;
64
+ };
65
+ namespace verbose_group {
66
+ type $po_ = Structural_Token_;
67
+ type entries = Key_Value_Pairs_;
68
+ type $pc_ = Structural_Token_;
69
+ }
70
+ type verbose_group = {
71
+ readonly '(': verbose_group.$po_;
72
+ readonly 'entries': verbose_group.entries;
73
+ readonly ')': verbose_group.$pc_;
74
+ };
75
+ }
76
+ type indexed_collection = readonly ['dictionary', indexed_collection.dictionary] | readonly ['verbose group', indexed_collection.verbose_group];
77
+ namespace not_set {
78
+ type $ti_ = Structural_Token_;
79
+ }
80
+ type not_set = {
81
+ readonly '~': not_set.$ti_;
82
+ };
83
+ namespace ordered_collection {
84
+ namespace list {
85
+ type $bo_ = Structural_Token_;
86
+ type elements = Elements_;
87
+ type $bc_ = Structural_Token_;
88
+ }
89
+ type list = {
90
+ readonly '[': list.$bo_;
91
+ readonly 'elements': list.elements;
92
+ readonly ']': list.$bc_;
93
+ };
94
+ namespace concise_group {
95
+ type $st_ = Structural_Token_;
96
+ type elements = Elements_;
97
+ type $gt_ = Structural_Token_;
98
+ }
99
+ type concise_group = {
100
+ readonly '<': concise_group.$st_;
101
+ readonly 'elements': concise_group.elements;
102
+ readonly '>': concise_group.$gt_;
103
+ };
104
+ }
105
+ type ordered_collection = readonly ['list', ordered_collection.list] | readonly ['concise group', ordered_collection.concise_group];
106
+ namespace set_optional_value {
107
+ type $sr_ = Structural_Token_;
108
+ type value = Value_;
109
+ }
110
+ type set_optional_value = {
111
+ readonly '*': set_optional_value.$sr_;
112
+ readonly 'value': set_optional_value.value;
113
+ };
114
+ namespace state {
115
+ type $vb_ = Structural_Token_;
116
+ namespace status {
117
+ namespace missing_data {
118
+ type $ha_ = Structural_Token_;
119
+ }
120
+ type missing_data = {
121
+ readonly '#': missing_data.$ha_;
122
+ };
123
+ namespace _set {
124
+ type state = String_;
125
+ type value = Value_;
126
+ }
127
+ type _set = {
128
+ readonly 'state': _set.state;
129
+ readonly 'value': _set.value;
130
+ };
131
+ }
132
+ type status = readonly ['missing data', status.missing_data] | readonly ['set', status._set];
133
+ }
134
+ type state = {
135
+ readonly '|': state.$vb_;
136
+ readonly 'status': state.status;
137
+ };
138
+ type text = String_;
139
+ }
140
+ export type Concrete_Value_ = readonly ['indexed collection', Concrete_Value_.indexed_collection] | readonly ['not set', Concrete_Value_.not_set] | readonly ['ordered collection', Concrete_Value_.ordered_collection] | readonly ['set optional value', Concrete_Value_.set_optional_value] | readonly ['state', Concrete_Value_.state] | readonly ['text', Concrete_Value_.text];
141
+ export declare namespace Value_ {
142
+ namespace _type {
143
+ type concrete = Concrete_Value_;
144
+ namespace include {
145
+ type $at_ = Structural_Token_;
146
+ type path = String_;
147
+ }
148
+ type include = {
149
+ readonly '@': include.$at_;
150
+ readonly 'path': include.path;
151
+ };
152
+ namespace missing_data {
153
+ type $ha_ = Structural_Token_;
154
+ }
155
+ type missing_data = {
156
+ readonly '#': missing_data.$ha_;
157
+ };
158
+ }
159
+ type _type = readonly ['concrete', _type.concrete] | readonly ['include', _type.include] | readonly ['missing data', _type.missing_data];
160
+ }
161
+ export type Value_ = {
162
+ readonly 'type': Value_._type;
163
+ };
164
+ export type Content_ = Value_;
165
+ export declare namespace Document_ {
166
+ namespace header {
167
+ namespace O {
168
+ type $ex_ = Structural_Token_;
169
+ type value = Value_;
170
+ }
171
+ type O = {
172
+ readonly '!': O.$ex_;
173
+ readonly 'value': O.value;
174
+ };
175
+ }
176
+ type header = _pi.Optional_Value<header.O>;
177
+ type content = Content_;
178
+ }
179
+ export type Document_ = {
180
+ readonly 'header': Document_.header;
181
+ readonly 'content': Document_.content;
182
+ };
183
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcGFyc2VfdHJlZS9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,58 @@
1
+ import * as i_out from "./data_types/target";
2
+ export declare namespace Structural_Token_ {
3
+ type I = string;
4
+ type O = i_out.Structural_Token;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
9
+ export declare namespace String_ {
10
+ type I = string;
11
+ type O = i_out.String;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type String_ = ($$_: String_.I) => String_.O;
16
+ export declare namespace Key_Value_Pairs_ {
17
+ type I = string;
18
+ type O = i_out.Key_Value_Pairs;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
23
+ export declare namespace Elements_ {
24
+ type I = string;
25
+ type O = i_out.Elements;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
30
+ export declare namespace Concrete_Value_ {
31
+ type I = string;
32
+ type O = i_out.Concrete_Value;
33
+ namespace P {
34
+ }
35
+ }
36
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
37
+ export declare namespace Value_ {
38
+ type I = string;
39
+ type O = i_out.Value;
40
+ namespace P {
41
+ }
42
+ }
43
+ export type Value_ = ($$_: Value_.I) => Value_.O;
44
+ export declare namespace Content_ {
45
+ type I = string;
46
+ type O = i_out.Content;
47
+ namespace P {
48
+ }
49
+ }
50
+ export type Content_ = ($$_: Content_.I) => Content_.O;
51
+ export declare namespace Document_ {
52
+ type I = string;
53
+ type O = i_out.Document;
54
+ namespace P {
55
+ }
56
+ }
57
+ export type Document_ = ($$_: Document_.I) => Document_.O;
58
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9wYXJzZV90cmVlL2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,52 @@
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
+ export declare namespace Structural_Token_ {
4
+ type I = i_in.Structural_Token;
5
+ type O = i_out.Structural_Token;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
10
+ export declare namespace Text_ {
11
+ type I = i_in.Text;
12
+ type O = i_out.Text;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Text_ = ($$_: Text_.I) => Text_.O;
17
+ export declare namespace Key_Value_Pairs_ {
18
+ type I = i_in.Key_Value_Pairs;
19
+ type O = i_out.Key_Value_Pairs;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
24
+ export declare namespace Elements_ {
25
+ type I = i_in.Elements;
26
+ type O = i_out.Elements;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
31
+ export declare namespace Value_ {
32
+ type I = i_in.Value;
33
+ type O = i_out.Value;
34
+ namespace P {
35
+ }
36
+ }
37
+ export type Value_ = ($$_: Value_.I) => Value_.O;
38
+ export declare namespace Content_ {
39
+ type I = i_in.Content;
40
+ type O = i_out.Content;
41
+ namespace P {
42
+ }
43
+ }
44
+ export type Content_ = ($$_: Content_.I) => Content_.O;
45
+ export declare namespace Document_ {
46
+ type I = i_in.Document;
47
+ type O = i_out.Document;
48
+ namespace P {
49
+ }
50
+ }
51
+ export type Document_ = ($$_: Document_.I) => Document_.O;
52
+ export { Structural_Token_ as Structural_Token, Text_ as Text, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhcnNlX3RyZWUvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,58 @@
1
+ import * as i_in from "./data_types/source";
2
+ export declare namespace Structural_Token_ {
3
+ type I = i_in.Structural_Token;
4
+ type O = string;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
9
+ export declare namespace String_ {
10
+ type I = i_in.String;
11
+ type O = string;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type String_ = ($$_: String_.I) => String_.O;
16
+ export declare namespace Key_Value_Pairs_ {
17
+ type I = i_in.Key_Value_Pairs;
18
+ type O = string;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
23
+ export declare namespace Elements_ {
24
+ type I = i_in.Elements;
25
+ type O = string;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
30
+ export declare namespace Concrete_Value_ {
31
+ type I = i_in.Concrete_Value;
32
+ type O = string;
33
+ namespace P {
34
+ }
35
+ }
36
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
37
+ export declare namespace Value_ {
38
+ type I = i_in.Value;
39
+ type O = string;
40
+ namespace P {
41
+ }
42
+ }
43
+ export type Value_ = ($$_: Value_.I) => Value_.O;
44
+ export declare namespace Content_ {
45
+ type I = i_in.Content;
46
+ type O = string;
47
+ namespace P {
48
+ }
49
+ }
50
+ export type Content_ = ($$_: Content_.I) => Content_.O;
51
+ export declare namespace Document_ {
52
+ type I = i_in.Document;
53
+ type O = string;
54
+ namespace P {
55
+ }
56
+ }
57
+ export type Document_ = ($$_: Document_.I) => Document_.O;
58
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcGFyc2VfdHJlZS9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,48 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ export declare namespace Value_ {
3
+ namespace list {
4
+ type L = Value_;
5
+ }
6
+ type list = _pi.List<list.L>;
7
+ namespace dictionary {
8
+ type D = Value_;
9
+ }
10
+ type dictionary = _pi.Dictionary<dictionary.D>;
11
+ namespace group {
12
+ namespace verbose {
13
+ type D = Value_;
14
+ }
15
+ type verbose = _pi.Dictionary<verbose.D>;
16
+ }
17
+ type group = readonly ['verbose', group.verbose];
18
+ type nothing = null;
19
+ namespace optional {
20
+ type not_set = null;
21
+ type _set = Value_;
22
+ }
23
+ type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
24
+ namespace state_group {
25
+ type state = string;
26
+ type value = Value_;
27
+ }
28
+ type state_group = {
29
+ readonly 'state': state_group.state;
30
+ readonly 'value': state_group.value;
31
+ };
32
+ namespace text {
33
+ type value = string;
34
+ namespace delimiter {
35
+ type none = null;
36
+ type quote = null;
37
+ type backtick = null;
38
+ }
39
+ type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
40
+ }
41
+ type text = {
42
+ readonly 'value': text.value;
43
+ readonly 'delimiter': text.delimiter;
44
+ };
45
+ }
46
+ export type Value_ = readonly ['list', Value_.list] | readonly ['dictionary', Value_.dictionary] | readonly ['group', Value_.group] | readonly ['nothing', Value_.nothing] | readonly ['optional', Value_.optional] | readonly ['state group', Value_.state_group] | readonly ['text', Value_.text];
47
+ export type Document_ = Value_;
48
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3NlYWxlZF90YXJnZXQvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,5 +1,5 @@
1
- import * as i_out from "./data_types/source";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
3
  export declare namespace Value_ {
4
4
  type I = i_in.Value;
5
5
  type O = i_out.Value;
@@ -0,0 +1,119 @@
1
+ import * as _pi from "pareto-core-interface";
2
+ export declare namespace Relative_Location_ {
3
+ type line = number;
4
+ type column = number;
5
+ }
6
+ export type Relative_Location_ = {
7
+ readonly 'line': Relative_Location_.line;
8
+ readonly 'column': Relative_Location_.column;
9
+ };
10
+ export declare namespace Location_ {
11
+ type relative = Relative_Location_;
12
+ type absolute = number;
13
+ }
14
+ export type Location_ = {
15
+ readonly 'relative': Location_.relative;
16
+ readonly 'absolute': Location_.absolute;
17
+ };
18
+ export declare namespace Range_ {
19
+ type start = Location_;
20
+ type end = Location_;
21
+ }
22
+ export type Range_ = {
23
+ readonly 'start': Range_.start;
24
+ readonly 'end': Range_.end;
25
+ };
26
+ export declare namespace Whitespace_ {
27
+ type range = Range_;
28
+ type value = string;
29
+ }
30
+ export type Whitespace_ = {
31
+ readonly 'range': Whitespace_.range;
32
+ readonly 'value': Whitespace_.value;
33
+ };
34
+ export declare namespace Trivia_ {
35
+ type leading_whitespace = Whitespace_;
36
+ namespace comments {
37
+ namespace L {
38
+ namespace _type {
39
+ type line = null;
40
+ type block = null;
41
+ }
42
+ type _type = readonly ['line', _type.line] | readonly ['block', _type.block];
43
+ type content = string;
44
+ type range = Range_;
45
+ type trailing_whitespace = Whitespace_;
46
+ }
47
+ type L = {
48
+ readonly 'type': L._type;
49
+ readonly 'content': L.content;
50
+ readonly 'range': L.range;
51
+ readonly 'trailing whitespace': L.trailing_whitespace;
52
+ };
53
+ }
54
+ type comments = _pi.List<comments.L>;
55
+ }
56
+ export type Trivia_ = {
57
+ readonly 'leading whitespace': Trivia_.leading_whitespace;
58
+ readonly 'comments': Trivia_.comments;
59
+ };
60
+ export type Delimited_Text_ = string;
61
+ export declare namespace Text_Type_ {
62
+ type quoted = null;
63
+ type apostrophed = null;
64
+ type undelimited = null;
65
+ type backticked = null;
66
+ }
67
+ export type Text_Type_ = readonly ['quoted', Text_Type_.quoted] | readonly ['apostrophed', Text_Type_.apostrophed] | readonly ['undelimited', Text_Type_.undelimited] | readonly ['backticked', Text_Type_.backticked];
68
+ export declare namespace Token_Type_ {
69
+ type $ex_ = null;
70
+ type $at_ = null;
71
+ type $cl_ = null;
72
+ type $ha_ = null;
73
+ type $co_ = null;
74
+ type $cc_ = null;
75
+ type $bo_ = null;
76
+ type $bc_ = null;
77
+ type $po_ = null;
78
+ type $pc_ = null;
79
+ type $st_ = null;
80
+ type $gt_ = null;
81
+ type $ti_ = null;
82
+ type $sr_ = null;
83
+ type $vb_ = null;
84
+ namespace text {
85
+ type value = Delimited_Text_;
86
+ type _type = Text_Type_;
87
+ }
88
+ type text = {
89
+ readonly 'value': text.value;
90
+ readonly 'type': text._type;
91
+ };
92
+ }
93
+ export type Token_Type_ = readonly ['!', Token_Type_.$ex_] | readonly ['@', Token_Type_.$at_] | readonly [':', Token_Type_.$cl_] | readonly ['#', Token_Type_.$ha_] | readonly ['{', Token_Type_.$co_] | readonly ['}', Token_Type_.$cc_] | readonly ['[', Token_Type_.$bo_] | readonly [']', Token_Type_.$bc_] | readonly ['(', Token_Type_.$po_] | readonly [')', Token_Type_.$pc_] | readonly ['<', Token_Type_.$st_] | readonly ['>', Token_Type_.$gt_] | readonly ['~', Token_Type_.$ti_] | readonly ['*', Token_Type_.$sr_] | readonly ['|', Token_Type_.$vb_] | readonly ['text', Token_Type_.text];
94
+ export declare namespace Annotated_Token_ {
95
+ type start = Location_;
96
+ type _type = Token_Type_;
97
+ type end = Location_;
98
+ type trailing_trivia = Trivia_;
99
+ }
100
+ export type Annotated_Token_ = {
101
+ readonly 'start': Annotated_Token_.start;
102
+ readonly 'type': Annotated_Token_._type;
103
+ readonly 'end': Annotated_Token_.end;
104
+ readonly 'trailing trivia': Annotated_Token_.trailing_trivia;
105
+ };
106
+ export declare namespace Tokenizer_Result_ {
107
+ type leading_trivia = Trivia_;
108
+ namespace tokens {
109
+ type L = Annotated_Token_;
110
+ }
111
+ type tokens = _pi.List<tokens.L>;
112
+ type end = Location_;
113
+ }
114
+ export type Tokenizer_Result_ = {
115
+ readonly 'leading trivia': Tokenizer_Result_.leading_trivia;
116
+ readonly 'tokens': Tokenizer_Result_.tokens;
117
+ readonly 'end': Tokenizer_Result_.end;
118
+ };
119
+ export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3Rva2VuL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,5 +1,5 @@
1
- import * as i_out from "./data_types/target";
2
- import * as i_in from "./data_types/source";
1
+ import * as i_out from "./data";
2
+ import * as i_in from "./data";
3
3
  export declare namespace Relative_Location_ {
4
4
  type I = i_in.Relative_Location;
5
5
  type O = i_out.Relative_Location;
@@ -35,20 +35,20 @@ export declare namespace Trivia_ {
35
35
  }
36
36
  }
37
37
  export type Trivia_ = ($$_: Trivia_.I) => Trivia_.O;
38
- export declare namespace Delimited_String_ {
39
- type I = i_in.Delimited_String;
40
- type O = i_out.Delimited_String;
38
+ export declare namespace Delimited_Text_ {
39
+ type I = i_in.Delimited_Text;
40
+ type O = i_out.Delimited_Text;
41
41
  namespace P {
42
42
  }
43
43
  }
44
- export type Delimited_String_ = ($$_: Delimited_String_.I) => Delimited_String_.O;
45
- export declare namespace String_Type_ {
46
- type I = i_in.String_Type;
47
- type O = i_out.String_Type;
44
+ export type Delimited_Text_ = ($$_: Delimited_Text_.I) => Delimited_Text_.O;
45
+ export declare namespace Text_Type_ {
46
+ type I = i_in.Text_Type;
47
+ type O = i_out.Text_Type;
48
48
  namespace P {
49
49
  }
50
50
  }
51
- export type String_Type_ = ($$_: String_Type_.I) => String_Type_.O;
51
+ export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
52
52
  export declare namespace Token_Type_ {
53
53
  type I = i_in.Token_Type;
54
54
  type O = i_out.Token_Type;
@@ -70,4 +70,4 @@ export declare namespace Tokenizer_Result_ {
70
70
  }
71
71
  }
72
72
  export type Tokenizer_Result_ = ($$_: Tokenizer_Result_.I) => Tokenizer_Result_.O;
73
- export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_String_ as Delimited_String, String_Type_ as String_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
73
+ export { Relative_Location_ as Relative_Location, Location_ as Location, Range_ as Range, Whitespace_ as Whitespace, Trivia_ as Trivia, Delimited_Text_ as Delimited_Text, Text_Type_ as Text_Type, Token_Type_ as Token_Type, Annotated_Token_ as Annotated_Token, Tokenizer_Result_ as Tokenizer_Result, };
@@ -1,7 +1,7 @@
1
1
  import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "../../../../interface/generated/pareto/schemas/authoring_parse_tree/data_types/source";
3
- import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data_types/source";
4
- import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data_types/target";
2
+ import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
3
+ import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data";
4
+ import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
5
5
  export type Parameters = {
6
6
  'remove commas': boolean;
7
7
  'indentation string': string;
@@ -1,6 +1,6 @@
1
1
  import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "../../../generated/pareto/schemas/authoring_parse_tree/data_types/source";
3
- import * as d_out from "../../../../modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target";
2
+ import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
3
+ import * as d_out from "../../../../modules/pareto-json/interface/generated/pareto/schemas/json/data";
4
4
  export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
5
5
  export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value.SG._object.SG.key_value_array>;
6
6
  export type Elements = _pi.Transformer<d_in.Elements, d_out.Value.SG.array>;
@@ -1,4 +1,4 @@
1
1
  import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "../../../generated/pareto/schemas/authoring_parse_tree/data_types/source";
3
- import * as d_out from "../../../generated/pareto/schemas/token/data_types/target";
2
+ import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
3
+ import * as d_out from "../../../generated/pareto/schemas/token/data";
4
4
  export type Value = _pi.Transformer<d_in.Value, d_out.Range>;
@@ -1,6 +1,6 @@
1
1
  import * as _pi from 'pareto-core-interface';
2
- import * as d_in from "../../../generated/pareto/schemas/authoring_target/data_types/source";
3
- import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data_types/target";
2
+ import * as d_in from "../../../generated/pareto/schemas/authoring_target/data";
3
+ import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data";
4
4
  export type Parameters = {
5
5
  'write delimiters': boolean;
6
6
  'in concise group': boolean;
@@ -0,0 +1,17 @@
1
+ import * as _pi from 'pareto-core-interface';
2
+ import * as d_in from "../../../generated/pareto/schemas/parse_tree/data";
3
+ import * as d_in_token from "../../../../interface/generated/pareto/schemas/token/data";
4
+ import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
5
+ export type Parameters = {
6
+ 'remove commas': boolean;
7
+ 'indentation string': string;
8
+ 'current indentation': string;
9
+ };
10
+ export type Whitespace = _pi.Transformer_With_Parameters<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
11
+ export type Trivia = _pi.Transformer_With_Parameters<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
12
+ export type Structural_Token = _pi.Transformer_With_Parameters<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
13
+ export type Text = _pi.Transformer_With_Parameters<d_in.Text, d_out.Text_Edits, Parameters>;
14
+ export type Key_Value_Pairs = _pi.Transformer_With_Parameters<d_in.Key_Value_Pairs, d_out.Text_Edits, Parameters>;
15
+ export type Elements = _pi.Transformer_With_Parameters<d_in.Elements, d_out.Text_Edits, Parameters>;
16
+ export type Value = _pi.Transformer_With_Parameters<d_in.Value, d_out.Text_Edits, Parameters>;
17
+ export type Document = _pi.Transformer_With_Parameters<d_in.Document, d_out.Text_Edits, Parameters>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9wYXJzZV90cmVlL2lkZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=