astn 0.110.18 → 0.110.19

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 (61) hide show
  1. package/package.json +1 -1
  2. package/dist/generated/interface/schemas/ast/poormans_parser.d.ts +0 -1108
  3. package/dist/generated/interface/schemas/ast/poormans_parser.js +0 -3
  4. package/dist/generated/interface/schemas/ast/resolved.d.ts +0 -1108
  5. package/dist/generated/interface/schemas/ast/resolved.js +0 -3
  6. package/dist/generated/interface/schemas/ast/unresolved.d.ts +0 -1108
  7. package/dist/generated/interface/schemas/ast/unresolved.js +0 -3
  8. package/dist/generated/interface/schemas/ide/poormans_parser.d.ts +0 -161
  9. package/dist/generated/interface/schemas/ide/poormans_parser.js +0 -3
  10. package/dist/generated/interface/schemas/ide/resolved.d.ts +0 -161
  11. package/dist/generated/interface/schemas/ide/resolved.js +0 -3
  12. package/dist/generated/interface/schemas/ide/unresolved.d.ts +0 -161
  13. package/dist/generated/interface/schemas/ide/unresolved.js +0 -3
  14. package/dist/generated/interface/schemas/parse_result/poormans_parser.d.ts +0 -416
  15. package/dist/generated/interface/schemas/parse_result/poormans_parser.js +0 -3
  16. package/dist/generated/interface/schemas/parse_result/resolved.d.ts +0 -416
  17. package/dist/generated/interface/schemas/parse_result/resolved.js +0 -3
  18. package/dist/generated/interface/schemas/parse_result/unresolved.d.ts +0 -416
  19. package/dist/generated/interface/schemas/parse_result/unresolved.js +0 -3
  20. package/dist/generated/interface/schemas/target/poormans_parser.d.ts +0 -186
  21. package/dist/generated/interface/schemas/target/poormans_parser.js +0 -3
  22. package/dist/generated/interface/schemas/target/resolved.d.ts +0 -186
  23. package/dist/generated/interface/schemas/target/resolved.js +0 -3
  24. package/dist/generated/interface/schemas/target/unresolved.d.ts +0 -186
  25. package/dist/generated/interface/schemas/target/unresolved.js +0 -3
  26. package/dist/generated/interface/schemas/target_json/poormans_parser.d.ts +0 -169
  27. package/dist/generated/interface/schemas/target_json/poormans_parser.js +0 -3
  28. package/dist/generated/interface/schemas/target_json/resolved.d.ts +0 -169
  29. package/dist/generated/interface/schemas/target_json/resolved.js +0 -3
  30. package/dist/generated/interface/schemas/target_json/unresolved.d.ts +0 -169
  31. package/dist/generated/interface/schemas/target_json/unresolved.js +0 -3
  32. package/dist/lib/globals.d.ts +0 -24
  33. package/dist/lib/globals.js +0 -2
  34. package/dist/lib/transformations/create_error_message.d.ts +0 -5
  35. package/dist/lib/transformations/create_error_message.js +0 -89
  36. package/dist/lib/transformations/format.d.ts +0 -42
  37. package/dist/lib/transformations/format.js +0 -166
  38. package/dist/lib/transformations/fountain_pen/astn.d.ts +0 -11
  39. package/dist/lib/transformations/fountain_pen/astn.js +0 -156
  40. package/dist/lib/transformations/fountain_pen/json.d.ts +0 -4
  41. package/dist/lib/transformations/fountain_pen/json.js +0 -113
  42. package/dist/lib/transformations/parse.d.ts +0 -11
  43. package/dist/lib/transformations/parse.js +0 -257
  44. package/dist/lib/transformations/parse_generic.d.ts +0 -43
  45. package/dist/lib/transformations/parse_generic.js +0 -644
  46. package/dist/transformations/create_error_message.d.ts +0 -5
  47. package/dist/transformations/create_error_message.js +0 -89
  48. package/dist/transformations/format.d.ts +0 -42
  49. package/dist/transformations/format.js +0 -166
  50. package/dist/transformations/fountain_pen/astn.d.ts +0 -11
  51. package/dist/transformations/fountain_pen/astn.js +0 -166
  52. package/dist/transformations/fountain_pen/json.d.ts +0 -4
  53. package/dist/transformations/fountain_pen/json.js +0 -123
  54. package/dist/transformations/parse.d.ts +0 -11
  55. package/dist/transformations/parse.js +0 -257
  56. package/dist/transformations/parse_generic.d.ts +0 -43
  57. package/dist/transformations/parse_generic.js +0 -644
  58. package/dist/transformations/target/fountain_pen/astn.d.ts +0 -11
  59. package/dist/transformations/target/fountain_pen/astn.js +0 -156
  60. package/dist/transformations/target/fountain_pen/json.d.ts +0 -4
  61. package/dist/transformations/target/fountain_pen/json.js +0 -113
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0L3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,161 +0,0 @@
1
- import * as _i_core from "../../core/poormans_parser";
2
- import * as _i_imports_ast from "../ast/poormans_parser";
3
- export type _T_Text_Edits<G_Source> = _i_core._T_List<G_Source, _i_core._T_State_Group<G_Source, readonly [
4
- 'delete',
5
- {
6
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
7
- }
8
- ] | readonly [
9
- 'insert',
10
- {
11
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
12
- readonly 'text': string;
13
- }
14
- ] | readonly [
15
- 'replace',
16
- {
17
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
18
- readonly 'text': string;
19
- }
20
- ]>>;
21
- export type Text_Edits<G_Source> = _T_Text_Edits<G_Source>;
22
- export declare namespace _T_Text_Edits {
23
- namespace L {
24
- namespace SG {
25
- namespace _delete {
26
- namespace range {
27
- }
28
- type range<G_Source> = _i_imports_ast._T_Relative_Range<G_Source>;
29
- }
30
- type _delete<G_Source> = {
31
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
32
- };
33
- namespace insert {
34
- namespace location {
35
- }
36
- type location<G_Source> = _i_imports_ast._T_Relative_Location<G_Source>;
37
- type text<G_Source> = string;
38
- }
39
- type insert<G_Source> = {
40
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
41
- readonly 'text': string;
42
- };
43
- namespace replace {
44
- namespace range {
45
- }
46
- type range<G_Source> = _i_imports_ast._T_Relative_Range<G_Source>;
47
- type text<G_Source> = string;
48
- }
49
- type replace<G_Source> = {
50
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
51
- readonly 'text': string;
52
- };
53
- }
54
- type SG<G_Source> = readonly [
55
- 'delete',
56
- {
57
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
58
- }
59
- ] | readonly [
60
- 'insert',
61
- {
62
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
63
- readonly 'text': string;
64
- }
65
- ] | readonly [
66
- 'replace',
67
- {
68
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
69
- readonly 'text': string;
70
- }
71
- ];
72
- }
73
- type L<G_Source> = _i_core._T_State_Group<G_Source, readonly [
74
- 'delete',
75
- {
76
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
77
- }
78
- ] | readonly [
79
- 'insert',
80
- {
81
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
82
- readonly 'text': string;
83
- }
84
- ] | readonly [
85
- 'replace',
86
- {
87
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
88
- readonly 'text': string;
89
- }
90
- ]>;
91
- }
92
- export declare namespace Text_Edits {
93
- namespace L {
94
- namespace SG {
95
- namespace _delete {
96
- namespace range {
97
- }
98
- type range<G_Source> = _i_imports_ast._T_Relative_Range<G_Source>;
99
- }
100
- type _delete<G_Source> = {
101
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
102
- };
103
- namespace insert {
104
- namespace location {
105
- }
106
- type location<G_Source> = _i_imports_ast._T_Relative_Location<G_Source>;
107
- type text<G_Source> = string;
108
- }
109
- type insert<G_Source> = {
110
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
111
- readonly 'text': string;
112
- };
113
- namespace replace {
114
- namespace range {
115
- }
116
- type range<G_Source> = _i_imports_ast._T_Relative_Range<G_Source>;
117
- type text<G_Source> = string;
118
- }
119
- type replace<G_Source> = {
120
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
121
- readonly 'text': string;
122
- };
123
- }
124
- type SG<G_Source> = readonly [
125
- 'delete',
126
- {
127
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
128
- }
129
- ] | readonly [
130
- 'insert',
131
- {
132
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
133
- readonly 'text': string;
134
- }
135
- ] | readonly [
136
- 'replace',
137
- {
138
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
139
- readonly 'text': string;
140
- }
141
- ];
142
- }
143
- type L<G_Source> = _i_core._T_State_Group<G_Source, readonly [
144
- 'delete',
145
- {
146
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
147
- }
148
- ] | readonly [
149
- 'insert',
150
- {
151
- readonly 'location': _i_imports_ast._T_Relative_Location<G_Source>;
152
- readonly 'text': string;
153
- }
154
- ] | readonly [
155
- 'replace',
156
- {
157
- readonly 'range': _i_imports_ast._T_Relative_Range<G_Source>;
158
- readonly 'text': string;
159
- }
160
- ]>;
161
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pZGUvcG9vcm1hbnNfcGFyc2VyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,161 +0,0 @@
1
- import * as _i_core from "../../core/resolved";
2
- import * as _i_imports_ast from "../ast/resolved";
3
- export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
4
- 'delete',
5
- {
6
- readonly 'range': _i_imports_ast._T_Relative_Range;
7
- }
8
- ] | readonly [
9
- 'insert',
10
- {
11
- readonly 'location': _i_imports_ast._T_Relative_Location;
12
- readonly 'text': string;
13
- }
14
- ] | readonly [
15
- 'replace',
16
- {
17
- readonly 'range': _i_imports_ast._T_Relative_Range;
18
- readonly 'text': string;
19
- }
20
- ]>>;
21
- export type Text_Edits = _T_Text_Edits;
22
- export declare namespace _T_Text_Edits {
23
- namespace L {
24
- namespace SG {
25
- namespace _delete {
26
- namespace range {
27
- }
28
- type range = _i_imports_ast._T_Relative_Range;
29
- }
30
- type _delete = {
31
- readonly 'range': _i_imports_ast._T_Relative_Range;
32
- };
33
- namespace insert {
34
- namespace location {
35
- }
36
- type location = _i_imports_ast._T_Relative_Location;
37
- type text = string;
38
- }
39
- type insert = {
40
- readonly 'location': _i_imports_ast._T_Relative_Location;
41
- readonly 'text': string;
42
- };
43
- namespace replace {
44
- namespace range {
45
- }
46
- type range = _i_imports_ast._T_Relative_Range;
47
- type text = string;
48
- }
49
- type replace = {
50
- readonly 'range': _i_imports_ast._T_Relative_Range;
51
- readonly 'text': string;
52
- };
53
- }
54
- type SG = readonly [
55
- 'delete',
56
- {
57
- readonly 'range': _i_imports_ast._T_Relative_Range;
58
- }
59
- ] | readonly [
60
- 'insert',
61
- {
62
- readonly 'location': _i_imports_ast._T_Relative_Location;
63
- readonly 'text': string;
64
- }
65
- ] | readonly [
66
- 'replace',
67
- {
68
- readonly 'range': _i_imports_ast._T_Relative_Range;
69
- readonly 'text': string;
70
- }
71
- ];
72
- }
73
- type L = _i_core._T_State_Group<null, readonly [
74
- 'delete',
75
- {
76
- readonly 'range': _i_imports_ast._T_Relative_Range;
77
- }
78
- ] | readonly [
79
- 'insert',
80
- {
81
- readonly 'location': _i_imports_ast._T_Relative_Location;
82
- readonly 'text': string;
83
- }
84
- ] | readonly [
85
- 'replace',
86
- {
87
- readonly 'range': _i_imports_ast._T_Relative_Range;
88
- readonly 'text': string;
89
- }
90
- ]>;
91
- }
92
- export declare namespace Text_Edits {
93
- namespace L {
94
- namespace SG {
95
- namespace _delete {
96
- namespace range {
97
- }
98
- type range = _i_imports_ast._T_Relative_Range;
99
- }
100
- type _delete = {
101
- readonly 'range': _i_imports_ast._T_Relative_Range;
102
- };
103
- namespace insert {
104
- namespace location {
105
- }
106
- type location = _i_imports_ast._T_Relative_Location;
107
- type text = string;
108
- }
109
- type insert = {
110
- readonly 'location': _i_imports_ast._T_Relative_Location;
111
- readonly 'text': string;
112
- };
113
- namespace replace {
114
- namespace range {
115
- }
116
- type range = _i_imports_ast._T_Relative_Range;
117
- type text = string;
118
- }
119
- type replace = {
120
- readonly 'range': _i_imports_ast._T_Relative_Range;
121
- readonly 'text': string;
122
- };
123
- }
124
- type SG = readonly [
125
- 'delete',
126
- {
127
- readonly 'range': _i_imports_ast._T_Relative_Range;
128
- }
129
- ] | readonly [
130
- 'insert',
131
- {
132
- readonly 'location': _i_imports_ast._T_Relative_Location;
133
- readonly 'text': string;
134
- }
135
- ] | readonly [
136
- 'replace',
137
- {
138
- readonly 'range': _i_imports_ast._T_Relative_Range;
139
- readonly 'text': string;
140
- }
141
- ];
142
- }
143
- type L = _i_core._T_State_Group<null, readonly [
144
- 'delete',
145
- {
146
- readonly 'range': _i_imports_ast._T_Relative_Range;
147
- }
148
- ] | readonly [
149
- 'insert',
150
- {
151
- readonly 'location': _i_imports_ast._T_Relative_Location;
152
- readonly 'text': string;
153
- }
154
- ] | readonly [
155
- 'replace',
156
- {
157
- readonly 'range': _i_imports_ast._T_Relative_Range;
158
- readonly 'text': string;
159
- }
160
- ]>;
161
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2lkZS9yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,161 +0,0 @@
1
- import * as _i_core from "../../core/unresolved";
2
- import * as _i_imports_ast from "../ast/unresolved";
3
- export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
4
- 'delete',
5
- {
6
- readonly 'range': _i_imports_ast._T_Relative_Range;
7
- }
8
- ] | readonly [
9
- 'insert',
10
- {
11
- readonly 'location': _i_imports_ast._T_Relative_Location;
12
- readonly 'text': string;
13
- }
14
- ] | readonly [
15
- 'replace',
16
- {
17
- readonly 'range': _i_imports_ast._T_Relative_Range;
18
- readonly 'text': string;
19
- }
20
- ]>>;
21
- export type Text_Edits = _T_Text_Edits;
22
- export declare namespace _T_Text_Edits {
23
- namespace L {
24
- namespace SG {
25
- namespace _delete {
26
- namespace range {
27
- }
28
- type range = _i_imports_ast._T_Relative_Range;
29
- }
30
- type _delete = {
31
- readonly 'range': _i_imports_ast._T_Relative_Range;
32
- };
33
- namespace insert {
34
- namespace location {
35
- }
36
- type location = _i_imports_ast._T_Relative_Location;
37
- type text = string;
38
- }
39
- type insert = {
40
- readonly 'location': _i_imports_ast._T_Relative_Location;
41
- readonly 'text': string;
42
- };
43
- namespace replace {
44
- namespace range {
45
- }
46
- type range = _i_imports_ast._T_Relative_Range;
47
- type text = string;
48
- }
49
- type replace = {
50
- readonly 'range': _i_imports_ast._T_Relative_Range;
51
- readonly 'text': string;
52
- };
53
- }
54
- type SG = readonly [
55
- 'delete',
56
- {
57
- readonly 'range': _i_imports_ast._T_Relative_Range;
58
- }
59
- ] | readonly [
60
- 'insert',
61
- {
62
- readonly 'location': _i_imports_ast._T_Relative_Location;
63
- readonly 'text': string;
64
- }
65
- ] | readonly [
66
- 'replace',
67
- {
68
- readonly 'range': _i_imports_ast._T_Relative_Range;
69
- readonly 'text': string;
70
- }
71
- ];
72
- }
73
- type L = _i_core._T_State_Group<null, readonly [
74
- 'delete',
75
- {
76
- readonly 'range': _i_imports_ast._T_Relative_Range;
77
- }
78
- ] | readonly [
79
- 'insert',
80
- {
81
- readonly 'location': _i_imports_ast._T_Relative_Location;
82
- readonly 'text': string;
83
- }
84
- ] | readonly [
85
- 'replace',
86
- {
87
- readonly 'range': _i_imports_ast._T_Relative_Range;
88
- readonly 'text': string;
89
- }
90
- ]>;
91
- }
92
- export declare namespace Text_Edits {
93
- namespace L {
94
- namespace SG {
95
- namespace _delete {
96
- namespace range {
97
- }
98
- type range = _i_imports_ast._T_Relative_Range;
99
- }
100
- type _delete = {
101
- readonly 'range': _i_imports_ast._T_Relative_Range;
102
- };
103
- namespace insert {
104
- namespace location {
105
- }
106
- type location = _i_imports_ast._T_Relative_Location;
107
- type text = string;
108
- }
109
- type insert = {
110
- readonly 'location': _i_imports_ast._T_Relative_Location;
111
- readonly 'text': string;
112
- };
113
- namespace replace {
114
- namespace range {
115
- }
116
- type range = _i_imports_ast._T_Relative_Range;
117
- type text = string;
118
- }
119
- type replace = {
120
- readonly 'range': _i_imports_ast._T_Relative_Range;
121
- readonly 'text': string;
122
- };
123
- }
124
- type SG = readonly [
125
- 'delete',
126
- {
127
- readonly 'range': _i_imports_ast._T_Relative_Range;
128
- }
129
- ] | readonly [
130
- 'insert',
131
- {
132
- readonly 'location': _i_imports_ast._T_Relative_Location;
133
- readonly 'text': string;
134
- }
135
- ] | readonly [
136
- 'replace',
137
- {
138
- readonly 'range': _i_imports_ast._T_Relative_Range;
139
- readonly 'text': string;
140
- }
141
- ];
142
- }
143
- type L = _i_core._T_State_Group<null, readonly [
144
- 'delete',
145
- {
146
- readonly 'range': _i_imports_ast._T_Relative_Range;
147
- }
148
- ] | readonly [
149
- 'insert',
150
- {
151
- readonly 'location': _i_imports_ast._T_Relative_Location;
152
- readonly 'text': string;
153
- }
154
- ] | readonly [
155
- 'replace',
156
- {
157
- readonly 'range': _i_imports_ast._T_Relative_Range;
158
- readonly 'text': string;
159
- }
160
- ]>;
161
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaWRlL3VucmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9