exupery 0.1.3 → 0.1.5
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/generated/generic/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.d.ts +8 -0
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +234 -0
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +165 -0
- package/dist/generated/interface/core/unconstrained.d.ts +19 -0
- package/dist/generated/interface/core/unconstrained.js +3 -0
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.d.ts +170 -0
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/interface/migration_boilerplate.d.ts +170 -0
- package/dist/generated/interface/schemas/interface/migration_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/unconstrained.d.ts +1 -1
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +134 -0
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +136 -0
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +3 -0
- package/dist/transformations/implementation/typescript.js +7 -7
- package/dist/transformations/interface/typescript.d.ts +1 -1
- package/dist/transformations/interface/typescript.js +5 -5
- package/dist/transformations/interface/typescript_temp.d.ts +23 -0
- package/dist/transformations/interface/typescript_temp.js +524 -0
- package/dist/transformations/typescript/fountain_pen_block.d.ts +15 -0
- package/dist/transformations/typescript/fountain_pen_block.js +281 -0
- package/dist/transformations/typescript_light/fountain_pen_block.d.ts +15 -0
- package/dist/transformations/typescript_light/fountain_pen_block.js +281 -0
- package/dist/transformations/typescript_light/operations/create_identifier.d.ts +1 -0
- package/dist/transformations/typescript_light/operations/create_identifier.js +260 -0
- package/package.json +1 -1
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import * as _i_in from "./resolved";
|
|
2
|
+
import * as _i_out from "./unresolved";
|
|
3
|
+
export type _T_Initialization = ($$_: _i_in._T_Initialization, $$_p: null) => _i_out._T_Initialization<null>;
|
|
4
|
+
export type _T_Literal = ($$_: _i_in._T_Literal, $$_p: null) => _i_out._T_Literal<null>;
|
|
5
|
+
export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
|
|
6
|
+
export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
|
|
7
|
+
export type _T_Selection = ($$_: _i_in._T_Selection, $$_p: null) => _i_out._T_Selection<null>;
|
|
8
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Type_Parameters<null>;
|
|
9
|
+
export type _T_Variables = ($$_: _i_in._T_Variables, $$_p: null) => _i_out._T_Variables<null>;
|
|
10
|
+
export type Initialization = _T_Initialization;
|
|
11
|
+
export type Literal = _T_Literal;
|
|
12
|
+
export type Module = _T_Module;
|
|
13
|
+
export type Module_Set = _T_Module_Set;
|
|
14
|
+
export type Selection = _T_Selection;
|
|
15
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
16
|
+
export type Variables = _T_Variables;
|
|
17
|
+
export declare namespace _T_Initialization {
|
|
18
|
+
namespace CONTEXT {
|
|
19
|
+
}
|
|
20
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
21
|
+
namespace PARAMS {
|
|
22
|
+
}
|
|
23
|
+
namespace RESULT {
|
|
24
|
+
type annotation = null;
|
|
25
|
+
}
|
|
26
|
+
type RESULT = _i_out._T_Initialization<null>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace _T_Literal {
|
|
29
|
+
namespace CONTEXT {
|
|
30
|
+
}
|
|
31
|
+
type CONTEXT = _i_in._T_Literal;
|
|
32
|
+
namespace PARAMS {
|
|
33
|
+
}
|
|
34
|
+
namespace RESULT {
|
|
35
|
+
type annotation = null;
|
|
36
|
+
}
|
|
37
|
+
type RESULT = _i_out._T_Literal<null>;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace _T_Module {
|
|
40
|
+
namespace CONTEXT {
|
|
41
|
+
}
|
|
42
|
+
type CONTEXT = _i_in._T_Module;
|
|
43
|
+
namespace PARAMS {
|
|
44
|
+
}
|
|
45
|
+
namespace RESULT {
|
|
46
|
+
type annotation = null;
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Module<null>;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Module_Set {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
}
|
|
56
|
+
namespace RESULT {
|
|
57
|
+
type annotation = null;
|
|
58
|
+
}
|
|
59
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace _T_Selection {
|
|
62
|
+
namespace CONTEXT {
|
|
63
|
+
}
|
|
64
|
+
type CONTEXT = _i_in._T_Selection;
|
|
65
|
+
namespace PARAMS {
|
|
66
|
+
}
|
|
67
|
+
namespace RESULT {
|
|
68
|
+
type annotation = null;
|
|
69
|
+
}
|
|
70
|
+
type RESULT = _i_out._T_Selection<null>;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace _T_Type_Parameters {
|
|
73
|
+
namespace CONTEXT {
|
|
74
|
+
}
|
|
75
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
76
|
+
namespace PARAMS {
|
|
77
|
+
}
|
|
78
|
+
namespace RESULT {
|
|
79
|
+
type annotation = null;
|
|
80
|
+
}
|
|
81
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace _T_Variables {
|
|
84
|
+
namespace CONTEXT {
|
|
85
|
+
}
|
|
86
|
+
type CONTEXT = _i_in._T_Variables;
|
|
87
|
+
namespace PARAMS {
|
|
88
|
+
}
|
|
89
|
+
namespace RESULT {
|
|
90
|
+
type annotation = null;
|
|
91
|
+
}
|
|
92
|
+
type RESULT = _i_out._T_Variables<null>;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace Initialization {
|
|
95
|
+
namespace CONTEXT {
|
|
96
|
+
}
|
|
97
|
+
type CONTEXT = _i_in._T_Initialization;
|
|
98
|
+
namespace PARAMS {
|
|
99
|
+
}
|
|
100
|
+
namespace RESULT {
|
|
101
|
+
type annotation = null;
|
|
102
|
+
}
|
|
103
|
+
type RESULT = _i_out._T_Initialization<null>;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace Literal {
|
|
106
|
+
namespace CONTEXT {
|
|
107
|
+
}
|
|
108
|
+
type CONTEXT = _i_in._T_Literal;
|
|
109
|
+
namespace PARAMS {
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
type annotation = null;
|
|
113
|
+
}
|
|
114
|
+
type RESULT = _i_out._T_Literal<null>;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace Module {
|
|
117
|
+
namespace CONTEXT {
|
|
118
|
+
}
|
|
119
|
+
type CONTEXT = _i_in._T_Module;
|
|
120
|
+
namespace PARAMS {
|
|
121
|
+
}
|
|
122
|
+
namespace RESULT {
|
|
123
|
+
type annotation = null;
|
|
124
|
+
}
|
|
125
|
+
type RESULT = _i_out._T_Module<null>;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace Module_Set {
|
|
128
|
+
namespace CONTEXT {
|
|
129
|
+
}
|
|
130
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
131
|
+
namespace PARAMS {
|
|
132
|
+
}
|
|
133
|
+
namespace RESULT {
|
|
134
|
+
type annotation = null;
|
|
135
|
+
}
|
|
136
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace Selection {
|
|
139
|
+
namespace CONTEXT {
|
|
140
|
+
}
|
|
141
|
+
type CONTEXT = _i_in._T_Selection;
|
|
142
|
+
namespace PARAMS {
|
|
143
|
+
}
|
|
144
|
+
namespace RESULT {
|
|
145
|
+
type annotation = null;
|
|
146
|
+
}
|
|
147
|
+
type RESULT = _i_out._T_Selection<null>;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Type_Parameters {
|
|
150
|
+
namespace CONTEXT {
|
|
151
|
+
}
|
|
152
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
153
|
+
namespace PARAMS {
|
|
154
|
+
}
|
|
155
|
+
namespace RESULT {
|
|
156
|
+
type annotation = null;
|
|
157
|
+
}
|
|
158
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace Variables {
|
|
161
|
+
namespace CONTEXT {
|
|
162
|
+
}
|
|
163
|
+
type CONTEXT = _i_in._T_Variables;
|
|
164
|
+
namespace PARAMS {
|
|
165
|
+
}
|
|
166
|
+
namespace RESULT {
|
|
167
|
+
type annotation = null;
|
|
168
|
+
}
|
|
169
|
+
type RESULT = _i_out._T_Variables<null>;
|
|
170
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbXBsZW1lbnRhdGlvbi9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import * as _i_in from "./resolved";
|
|
2
|
+
import * as _i_out from "./unresolved";
|
|
3
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
|
|
4
|
+
export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
|
|
5
|
+
export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
|
|
6
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Type<null>;
|
|
7
|
+
export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: null) => _i_out._T_Type_Arguments<null>;
|
|
8
|
+
export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: null) => _i_out._T_Type_Parameter_Selection<null>;
|
|
9
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: null) => _i_out._T_Type_Parameters<null>;
|
|
10
|
+
export type Imports = _T_Imports;
|
|
11
|
+
export type Module = _T_Module;
|
|
12
|
+
export type Module_Set = _T_Module_Set;
|
|
13
|
+
export type Type = _T_Type;
|
|
14
|
+
export type Type_Arguments = _T_Type_Arguments;
|
|
15
|
+
export type Type_Parameter_Selection = _T_Type_Parameter_Selection;
|
|
16
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
17
|
+
export declare namespace _T_Imports {
|
|
18
|
+
namespace CONTEXT {
|
|
19
|
+
}
|
|
20
|
+
type CONTEXT = _i_in._T_Imports;
|
|
21
|
+
namespace PARAMS {
|
|
22
|
+
}
|
|
23
|
+
namespace RESULT {
|
|
24
|
+
type annotation = null;
|
|
25
|
+
}
|
|
26
|
+
type RESULT = _i_out._T_Imports<null>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace _T_Module {
|
|
29
|
+
namespace CONTEXT {
|
|
30
|
+
}
|
|
31
|
+
type CONTEXT = _i_in._T_Module;
|
|
32
|
+
namespace PARAMS {
|
|
33
|
+
}
|
|
34
|
+
namespace RESULT {
|
|
35
|
+
type annotation = null;
|
|
36
|
+
}
|
|
37
|
+
type RESULT = _i_out._T_Module<null>;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace _T_Module_Set {
|
|
40
|
+
namespace CONTEXT {
|
|
41
|
+
}
|
|
42
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
43
|
+
namespace PARAMS {
|
|
44
|
+
}
|
|
45
|
+
namespace RESULT {
|
|
46
|
+
type annotation = null;
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Type {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Type;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
}
|
|
56
|
+
namespace RESULT {
|
|
57
|
+
type annotation = null;
|
|
58
|
+
}
|
|
59
|
+
type RESULT = _i_out._T_Type<null>;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace _T_Type_Arguments {
|
|
62
|
+
namespace CONTEXT {
|
|
63
|
+
}
|
|
64
|
+
type CONTEXT = _i_in._T_Type_Arguments;
|
|
65
|
+
namespace PARAMS {
|
|
66
|
+
}
|
|
67
|
+
namespace RESULT {
|
|
68
|
+
type annotation = null;
|
|
69
|
+
}
|
|
70
|
+
type RESULT = _i_out._T_Type_Arguments<null>;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace _T_Type_Parameter_Selection {
|
|
73
|
+
namespace CONTEXT {
|
|
74
|
+
}
|
|
75
|
+
type CONTEXT = _i_in._T_Type_Parameter_Selection;
|
|
76
|
+
namespace PARAMS {
|
|
77
|
+
}
|
|
78
|
+
namespace RESULT {
|
|
79
|
+
type annotation = null;
|
|
80
|
+
}
|
|
81
|
+
type RESULT = _i_out._T_Type_Parameter_Selection<null>;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace _T_Type_Parameters {
|
|
84
|
+
namespace CONTEXT {
|
|
85
|
+
}
|
|
86
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
87
|
+
namespace PARAMS {
|
|
88
|
+
}
|
|
89
|
+
namespace RESULT {
|
|
90
|
+
type annotation = null;
|
|
91
|
+
}
|
|
92
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace Imports {
|
|
95
|
+
namespace CONTEXT {
|
|
96
|
+
}
|
|
97
|
+
type CONTEXT = _i_in._T_Imports;
|
|
98
|
+
namespace PARAMS {
|
|
99
|
+
}
|
|
100
|
+
namespace RESULT {
|
|
101
|
+
type annotation = null;
|
|
102
|
+
}
|
|
103
|
+
type RESULT = _i_out._T_Imports<null>;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace Module {
|
|
106
|
+
namespace CONTEXT {
|
|
107
|
+
}
|
|
108
|
+
type CONTEXT = _i_in._T_Module;
|
|
109
|
+
namespace PARAMS {
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
type annotation = null;
|
|
113
|
+
}
|
|
114
|
+
type RESULT = _i_out._T_Module<null>;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace Module_Set {
|
|
117
|
+
namespace CONTEXT {
|
|
118
|
+
}
|
|
119
|
+
type CONTEXT = _i_in._T_Module_Set;
|
|
120
|
+
namespace PARAMS {
|
|
121
|
+
}
|
|
122
|
+
namespace RESULT {
|
|
123
|
+
type annotation = null;
|
|
124
|
+
}
|
|
125
|
+
type RESULT = _i_out._T_Module_Set<null>;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace Type {
|
|
128
|
+
namespace CONTEXT {
|
|
129
|
+
}
|
|
130
|
+
type CONTEXT = _i_in._T_Type;
|
|
131
|
+
namespace PARAMS {
|
|
132
|
+
}
|
|
133
|
+
namespace RESULT {
|
|
134
|
+
type annotation = null;
|
|
135
|
+
}
|
|
136
|
+
type RESULT = _i_out._T_Type<null>;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace Type_Arguments {
|
|
139
|
+
namespace CONTEXT {
|
|
140
|
+
}
|
|
141
|
+
type CONTEXT = _i_in._T_Type_Arguments;
|
|
142
|
+
namespace PARAMS {
|
|
143
|
+
}
|
|
144
|
+
namespace RESULT {
|
|
145
|
+
type annotation = null;
|
|
146
|
+
}
|
|
147
|
+
type RESULT = _i_out._T_Type_Arguments<null>;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Type_Parameter_Selection {
|
|
150
|
+
namespace CONTEXT {
|
|
151
|
+
}
|
|
152
|
+
type CONTEXT = _i_in._T_Type_Parameter_Selection;
|
|
153
|
+
namespace PARAMS {
|
|
154
|
+
}
|
|
155
|
+
namespace RESULT {
|
|
156
|
+
type annotation = null;
|
|
157
|
+
}
|
|
158
|
+
type RESULT = _i_out._T_Type_Parameter_Selection<null>;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace Type_Parameters {
|
|
161
|
+
namespace CONTEXT {
|
|
162
|
+
}
|
|
163
|
+
type CONTEXT = _i_in._T_Type_Parameters;
|
|
164
|
+
namespace PARAMS {
|
|
165
|
+
}
|
|
166
|
+
namespace RESULT {
|
|
167
|
+
type annotation = null;
|
|
168
|
+
}
|
|
169
|
+
type RESULT = _i_out._T_Type_Parameters<null>;
|
|
170
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pbnRlcmZhY2UvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
import * as _i_core from "../../core/
|
|
2
|
+
import * as _i_core from "../../core/unconstrained";
|
|
3
3
|
export type _T_Expression = _i_core._T_State_Group<null, readonly ['array literal', _i_core._T_List<null, _T_Expression>] | readonly [
|
|
4
4
|
'arrow function',
|
|
5
5
|
{
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import * as _i_in from "./unconstrained";
|
|
2
|
+
import * as _i_out from "./unconstrained";
|
|
3
|
+
export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
|
|
4
|
+
export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
|
|
5
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
6
|
+
export type _T_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
|
|
7
|
+
export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
|
|
8
|
+
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
9
|
+
export type Block = _T_Block;
|
|
10
|
+
export type Block_Part = _T_Block_Part;
|
|
11
|
+
export type Directory = _T_Directory;
|
|
12
|
+
export type Line = _T_Line;
|
|
13
|
+
export type Line_Part = _T_Line_Part;
|
|
14
|
+
export type Lines = _T_Lines;
|
|
15
|
+
export declare namespace _T_Block {
|
|
16
|
+
namespace CONTEXT {
|
|
17
|
+
}
|
|
18
|
+
type CONTEXT = _i_in._T_Block;
|
|
19
|
+
namespace PARAMS {
|
|
20
|
+
}
|
|
21
|
+
namespace RESULT {
|
|
22
|
+
}
|
|
23
|
+
type RESULT = _i_out._T_Block;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace _T_Block_Part {
|
|
26
|
+
namespace CONTEXT {
|
|
27
|
+
}
|
|
28
|
+
type CONTEXT = _i_in._T_Block_Part;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
namespace RESULT {
|
|
32
|
+
}
|
|
33
|
+
type RESULT = _i_out._T_Block_Part;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace _T_Directory {
|
|
36
|
+
namespace CONTEXT {
|
|
37
|
+
}
|
|
38
|
+
type CONTEXT = _i_in._T_Directory;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
namespace RESULT {
|
|
42
|
+
}
|
|
43
|
+
type RESULT = _i_out._T_Directory;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace _T_Line {
|
|
46
|
+
namespace CONTEXT {
|
|
47
|
+
}
|
|
48
|
+
type CONTEXT = _i_in._T_Line;
|
|
49
|
+
namespace PARAMS {
|
|
50
|
+
}
|
|
51
|
+
namespace RESULT {
|
|
52
|
+
}
|
|
53
|
+
type RESULT = _i_out._T_Line;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace _T_Line_Part {
|
|
56
|
+
namespace CONTEXT {
|
|
57
|
+
}
|
|
58
|
+
type CONTEXT = _i_in._T_Line_Part;
|
|
59
|
+
namespace PARAMS {
|
|
60
|
+
}
|
|
61
|
+
namespace RESULT {
|
|
62
|
+
}
|
|
63
|
+
type RESULT = _i_out._T_Line_Part;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Lines {
|
|
66
|
+
namespace CONTEXT {
|
|
67
|
+
}
|
|
68
|
+
type CONTEXT = _i_in._T_Lines;
|
|
69
|
+
namespace PARAMS {
|
|
70
|
+
}
|
|
71
|
+
namespace RESULT {
|
|
72
|
+
}
|
|
73
|
+
type RESULT = _i_out._T_Lines;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace Block {
|
|
76
|
+
namespace CONTEXT {
|
|
77
|
+
}
|
|
78
|
+
type CONTEXT = _i_in._T_Block;
|
|
79
|
+
namespace PARAMS {
|
|
80
|
+
}
|
|
81
|
+
namespace RESULT {
|
|
82
|
+
}
|
|
83
|
+
type RESULT = _i_out._T_Block;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace Block_Part {
|
|
86
|
+
namespace CONTEXT {
|
|
87
|
+
}
|
|
88
|
+
type CONTEXT = _i_in._T_Block_Part;
|
|
89
|
+
namespace PARAMS {
|
|
90
|
+
}
|
|
91
|
+
namespace RESULT {
|
|
92
|
+
}
|
|
93
|
+
type RESULT = _i_out._T_Block_Part;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace Directory {
|
|
96
|
+
namespace CONTEXT {
|
|
97
|
+
}
|
|
98
|
+
type CONTEXT = _i_in._T_Directory;
|
|
99
|
+
namespace PARAMS {
|
|
100
|
+
}
|
|
101
|
+
namespace RESULT {
|
|
102
|
+
}
|
|
103
|
+
type RESULT = _i_out._T_Directory;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace Line {
|
|
106
|
+
namespace CONTEXT {
|
|
107
|
+
}
|
|
108
|
+
type CONTEXT = _i_in._T_Line;
|
|
109
|
+
namespace PARAMS {
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
}
|
|
113
|
+
type RESULT = _i_out._T_Line;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Line_Part {
|
|
116
|
+
namespace CONTEXT {
|
|
117
|
+
}
|
|
118
|
+
type CONTEXT = _i_in._T_Line_Part;
|
|
119
|
+
namespace PARAMS {
|
|
120
|
+
}
|
|
121
|
+
namespace RESULT {
|
|
122
|
+
}
|
|
123
|
+
type RESULT = _i_out._T_Line_Part;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace Lines {
|
|
126
|
+
namespace CONTEXT {
|
|
127
|
+
}
|
|
128
|
+
type CONTEXT = _i_in._T_Lines;
|
|
129
|
+
namespace PARAMS {
|
|
130
|
+
}
|
|
131
|
+
namespace RESULT {
|
|
132
|
+
}
|
|
133
|
+
type RESULT = _i_out._T_Lines;
|
|
134
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90eXBlc2NyaXB0X3RlbXAvbWlncmF0aW9uX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import * as _i_core from "../../core/unconstrained";
|
|
2
|
+
export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
|
|
3
|
+
export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block]>;
|
|
4
|
+
export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>>;
|
|
5
|
+
export type _T_Line = _i_core._T_List<null, _T_Line_Part>;
|
|
6
|
+
export type _T_Line_Part = _i_core._T_State_Group<null, readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line]>;
|
|
7
|
+
export type _T_Lines = _i_core._T_List<null, {
|
|
8
|
+
readonly 'indentation': number;
|
|
9
|
+
readonly 'text': string;
|
|
10
|
+
}>;
|
|
11
|
+
export type Block = _T_Block;
|
|
12
|
+
export type Block_Part = _T_Block_Part;
|
|
13
|
+
export type Directory = _T_Directory;
|
|
14
|
+
export type Line = _T_Line;
|
|
15
|
+
export type Line_Part = _T_Line_Part;
|
|
16
|
+
export type Lines = _T_Lines;
|
|
17
|
+
export declare namespace _T_Block {
|
|
18
|
+
namespace L {
|
|
19
|
+
}
|
|
20
|
+
type L = _T_Block_Part;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace _T_Block_Part {
|
|
23
|
+
namespace SG {
|
|
24
|
+
type line = string;
|
|
25
|
+
namespace nested_line {
|
|
26
|
+
}
|
|
27
|
+
type nested_line = _T_Line;
|
|
28
|
+
type nothing = null;
|
|
29
|
+
namespace sub_block {
|
|
30
|
+
}
|
|
31
|
+
type sub_block = _T_Block;
|
|
32
|
+
}
|
|
33
|
+
type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
|
|
34
|
+
}
|
|
35
|
+
export declare namespace _T_Directory {
|
|
36
|
+
namespace D {
|
|
37
|
+
namespace SG {
|
|
38
|
+
namespace directory {
|
|
39
|
+
}
|
|
40
|
+
type directory = _T_Directory;
|
|
41
|
+
namespace file {
|
|
42
|
+
}
|
|
43
|
+
type file = _T_Block;
|
|
44
|
+
}
|
|
45
|
+
type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
|
|
46
|
+
}
|
|
47
|
+
type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace _T_Line {
|
|
50
|
+
namespace L {
|
|
51
|
+
}
|
|
52
|
+
type L = _T_Line_Part;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace _T_Line_Part {
|
|
55
|
+
namespace SG {
|
|
56
|
+
namespace indent {
|
|
57
|
+
}
|
|
58
|
+
type indent = _T_Block;
|
|
59
|
+
type nothing = null;
|
|
60
|
+
type snippet = string;
|
|
61
|
+
namespace sub_line {
|
|
62
|
+
}
|
|
63
|
+
type sub_line = _T_Line;
|
|
64
|
+
}
|
|
65
|
+
type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
|
|
66
|
+
}
|
|
67
|
+
export declare namespace _T_Lines {
|
|
68
|
+
namespace L {
|
|
69
|
+
type indentation = number;
|
|
70
|
+
type text = string;
|
|
71
|
+
}
|
|
72
|
+
type L = {
|
|
73
|
+
readonly 'indentation': number;
|
|
74
|
+
readonly 'text': string;
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
export declare namespace Block {
|
|
78
|
+
namespace L {
|
|
79
|
+
}
|
|
80
|
+
type L = _T_Block_Part;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace Block_Part {
|
|
83
|
+
namespace SG {
|
|
84
|
+
type line = string;
|
|
85
|
+
namespace nested_line {
|
|
86
|
+
}
|
|
87
|
+
type nested_line = _T_Line;
|
|
88
|
+
type nothing = null;
|
|
89
|
+
namespace sub_block {
|
|
90
|
+
}
|
|
91
|
+
type sub_block = _T_Block;
|
|
92
|
+
}
|
|
93
|
+
type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['sub block', _T_Block];
|
|
94
|
+
}
|
|
95
|
+
export declare namespace Directory {
|
|
96
|
+
namespace D {
|
|
97
|
+
namespace SG {
|
|
98
|
+
namespace directory {
|
|
99
|
+
}
|
|
100
|
+
type directory = _T_Directory;
|
|
101
|
+
namespace file {
|
|
102
|
+
}
|
|
103
|
+
type file = _T_Block;
|
|
104
|
+
}
|
|
105
|
+
type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
|
|
106
|
+
}
|
|
107
|
+
type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace Line {
|
|
110
|
+
namespace L {
|
|
111
|
+
}
|
|
112
|
+
type L = _T_Line_Part;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace Line_Part {
|
|
115
|
+
namespace SG {
|
|
116
|
+
namespace indent {
|
|
117
|
+
}
|
|
118
|
+
type indent = _T_Block;
|
|
119
|
+
type nothing = null;
|
|
120
|
+
type snippet = string;
|
|
121
|
+
namespace sub_line {
|
|
122
|
+
}
|
|
123
|
+
type sub_line = _T_Line;
|
|
124
|
+
}
|
|
125
|
+
type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
|
|
126
|
+
}
|
|
127
|
+
export declare namespace Lines {
|
|
128
|
+
namespace L {
|
|
129
|
+
type indentation = number;
|
|
130
|
+
type text = string;
|
|
131
|
+
}
|
|
132
|
+
type L = {
|
|
133
|
+
readonly 'indentation': number;
|
|
134
|
+
readonly 'text': string;
|
|
135
|
+
};
|
|
136
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF90ZW1wL3VuY29uc3RyYWluZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|