exupery 0.0.1 → 0.1.1
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 +90 -0
- package/dist/generated/generic/resolve.js +249 -0
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +5 -0
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +144 -0
- package/dist/generated/interface/core/poormans_parser.d.ts +184 -0
- package/dist/generated/interface/core/poormans_parser.js +3 -0
- package/dist/generated/interface/core/resolved.d.ts +100 -0
- package/dist/generated/interface/core/resolved.js +3 -0
- package/dist/generated/interface/core/unresolved.d.ts +35 -0
- package/dist/generated/interface/core/unresolved.js +3 -0
- package/dist/generated/interface/schemas/implementation/resolve.d.ts +437 -0
- package/dist/generated/interface/schemas/implementation/resolve.js +3 -0
- package/dist/generated/interface/schemas/implementation/resolved.d.ts +1912 -0
- package/dist/generated/interface/schemas/implementation/resolved.js +3 -0
- package/dist/generated/interface/schemas/implementation/unresolved.d.ts +1912 -0
- package/dist/generated/interface/schemas/implementation/unresolved.js +3 -0
- package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +437 -0
- package/dist/generated/interface/schemas/interface/constrained/resolve.js +3 -0
- package/dist/generated/interface/schemas/interface/resolve.d.ts +437 -0
- package/dist/generated/interface/schemas/interface/resolve.js +3 -0
- package/dist/generated/interface/schemas/interface/resolved.d.ts +622 -0
- package/dist/generated/interface/schemas/interface/resolved.js +3 -0
- package/dist/generated/interface/schemas/interface/unresolved.d.ts +622 -0
- package/dist/generated/interface/schemas/interface/unresolved.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +90 -0
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/unconstrained.d.ts +966 -0
- package/dist/generated/interface/schemas/typescript_light/unconstrained.js +3 -0
- package/dist/globals.d.ts +24 -0
- package/dist/globals.js +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/shorthands/implementation.d.ts +58 -0
- package/dist/shorthands/implementation.js +329 -0
- package/dist/shorthands/interface.d.ts +39 -0
- package/dist/shorthands/interface.js +146 -0
- package/dist/shorthands/typescript_light.d.ts +24 -0
- package/dist/shorthands/typescript_light.js +127 -0
- package/dist/transformations/implementation/fountain_pen.d.ts +6 -0
- package/dist/transformations/implementation/fountain_pen.js +36 -0
- package/dist/transformations/implementation/typescript.d.ts +24 -0
- package/dist/transformations/implementation/typescript.js +554 -0
- package/dist/transformations/interface/fountain_pen.d.ts +4 -0
- package/dist/transformations/interface/fountain_pen.js +47 -0
- package/dist/transformations/interface/typescript.d.ts +23 -0
- package/dist/transformations/interface/typescript.js +524 -0
- package/dist/transformations/typescript/fountain_pen.d.ts +15 -0
- package/dist/transformations/typescript/fountain_pen.js +281 -0
- package/dist/transformations/typescript/operations/create_identifier.d.ts +1 -0
- package/dist/transformations/typescript/operations/create_identifier.js +260 -0
- package/package.json +4 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as _i_in from "./unconstrained";
|
|
2
|
+
import * as _i_out from "./unconstrained";
|
|
3
|
+
export type _T_Expression = ($$_: _i_in._T_Expression, $$_p: null) => _i_out._T_Expression;
|
|
4
|
+
export type _T_Statements = ($$_: _i_in._T_Statements, $$_p: null) => _i_out._T_Statements;
|
|
5
|
+
export type _T_String_Literal = ($$_: _i_in._T_String_Literal, $$_p: null) => _i_out._T_String_Literal;
|
|
6
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: null) => _i_out._T_Type;
|
|
7
|
+
export type Expression = _T_Expression;
|
|
8
|
+
export type Statements = _T_Statements;
|
|
9
|
+
export type String_Literal = _T_String_Literal;
|
|
10
|
+
export type Type = _T_Type;
|
|
11
|
+
export declare namespace _T_Expression {
|
|
12
|
+
namespace CONTEXT {
|
|
13
|
+
}
|
|
14
|
+
type CONTEXT = _i_in._T_Expression;
|
|
15
|
+
namespace PARAMS {
|
|
16
|
+
}
|
|
17
|
+
namespace RESULT {
|
|
18
|
+
}
|
|
19
|
+
type RESULT = _i_out._T_Expression;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace _T_Statements {
|
|
22
|
+
namespace CONTEXT {
|
|
23
|
+
}
|
|
24
|
+
type CONTEXT = _i_in._T_Statements;
|
|
25
|
+
namespace PARAMS {
|
|
26
|
+
}
|
|
27
|
+
namespace RESULT {
|
|
28
|
+
}
|
|
29
|
+
type RESULT = _i_out._T_Statements;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace _T_String_Literal {
|
|
32
|
+
namespace CONTEXT {
|
|
33
|
+
}
|
|
34
|
+
type CONTEXT = _i_in._T_String_Literal;
|
|
35
|
+
namespace PARAMS {
|
|
36
|
+
}
|
|
37
|
+
namespace RESULT {
|
|
38
|
+
}
|
|
39
|
+
type RESULT = _i_out._T_String_Literal;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace _T_Type {
|
|
42
|
+
namespace CONTEXT {
|
|
43
|
+
}
|
|
44
|
+
type CONTEXT = _i_in._T_Type;
|
|
45
|
+
namespace PARAMS {
|
|
46
|
+
}
|
|
47
|
+
namespace RESULT {
|
|
48
|
+
}
|
|
49
|
+
type RESULT = _i_out._T_Type;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace Expression {
|
|
52
|
+
namespace CONTEXT {
|
|
53
|
+
}
|
|
54
|
+
type CONTEXT = _i_in._T_Expression;
|
|
55
|
+
namespace PARAMS {
|
|
56
|
+
}
|
|
57
|
+
namespace RESULT {
|
|
58
|
+
}
|
|
59
|
+
type RESULT = _i_out._T_Expression;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace Statements {
|
|
62
|
+
namespace CONTEXT {
|
|
63
|
+
}
|
|
64
|
+
type CONTEXT = _i_in._T_Statements;
|
|
65
|
+
namespace PARAMS {
|
|
66
|
+
}
|
|
67
|
+
namespace RESULT {
|
|
68
|
+
}
|
|
69
|
+
type RESULT = _i_out._T_Statements;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace String_Literal {
|
|
72
|
+
namespace CONTEXT {
|
|
73
|
+
}
|
|
74
|
+
type CONTEXT = _i_in._T_String_Literal;
|
|
75
|
+
namespace PARAMS {
|
|
76
|
+
}
|
|
77
|
+
namespace RESULT {
|
|
78
|
+
}
|
|
79
|
+
type RESULT = _i_out._T_String_Literal;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace Type {
|
|
82
|
+
namespace CONTEXT {
|
|
83
|
+
}
|
|
84
|
+
type CONTEXT = _i_in._T_Type;
|
|
85
|
+
namespace PARAMS {
|
|
86
|
+
}
|
|
87
|
+
namespace RESULT {
|
|
88
|
+
}
|
|
89
|
+
type RESULT = _i_out._T_Type;
|
|
90
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy90eXBlc2NyaXB0X2xpZ2h0L21pZ3JhdGlvbl9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|