astn 0.113.27 → 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/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/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 +191 -1124
- 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 +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
- 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 +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
- 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 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -207
- 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 +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfcGFyc2VfcmVzdWx0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,33 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type Error = _T_Error;
|
|
8
|
-
export declare namespace _T_Error {
|
|
9
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Error_ {
|
|
4
|
+
type I = i_in.Error;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
10
7
|
}
|
|
11
|
-
type CONTEXT = _i_in._T_Error;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
namespace value_serializers {
|
|
14
|
-
}
|
|
15
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
16
|
-
}
|
|
17
|
-
namespace RESULT {
|
|
18
|
-
}
|
|
19
|
-
type RESULT = _i_out._T_Value;
|
|
20
|
-
}
|
|
21
|
-
export declare namespace Error {
|
|
22
|
-
namespace CONTEXT {
|
|
23
|
-
}
|
|
24
|
-
type CONTEXT = _i_in._T_Error;
|
|
25
|
-
namespace PARAMS {
|
|
26
|
-
namespace value_serializers {
|
|
27
|
-
}
|
|
28
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
29
|
-
}
|
|
30
|
-
namespace RESULT {
|
|
31
|
-
}
|
|
32
|
-
type RESULT = _i_out._T_Value;
|
|
33
8
|
}
|
|
9
|
+
export type Error_ = ($$_: Error_.I) => Error_.O;
|
|
10
|
+
export { Error_ as Error, };
|
package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts
CHANGED
|
@@ -1,24 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
namespace
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Error_ {
|
|
4
|
+
type I = i_in.Error;
|
|
5
|
+
type O = i_out.Error;
|
|
6
|
+
namespace P {
|
|
7
7
|
}
|
|
8
|
-
type CONTEXT = _i_in._T_Error;
|
|
9
|
-
namespace PARAMS {
|
|
10
|
-
}
|
|
11
|
-
namespace RESULT {
|
|
12
|
-
}
|
|
13
|
-
type RESULT = _i_out._T_Error;
|
|
14
|
-
}
|
|
15
|
-
export declare namespace Error {
|
|
16
|
-
namespace CONTEXT {
|
|
17
|
-
}
|
|
18
|
-
type CONTEXT = _i_in._T_Error;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Error;
|
|
24
8
|
}
|
|
9
|
+
export type Error_ = ($$_: Error_.I) => Error_.O;
|
|
10
|
+
export { Error_ as Error, };
|
|
@@ -1,28 +1,9 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type Error = _T_Error;
|
|
7
|
-
export declare namespace _T_Error {
|
|
8
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_in from "./data_types/source";
|
|
2
|
+
export declare namespace Error_ {
|
|
3
|
+
type I = i_in.Error;
|
|
4
|
+
type O = string;
|
|
5
|
+
namespace P {
|
|
9
6
|
}
|
|
10
|
-
type CONTEXT = _i_in._T_Error;
|
|
11
|
-
namespace PARAMS {
|
|
12
|
-
namespace value_serializers {
|
|
13
|
-
}
|
|
14
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
15
|
-
}
|
|
16
|
-
type RESULT = string;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace Error {
|
|
19
|
-
namespace CONTEXT {
|
|
20
|
-
}
|
|
21
|
-
type CONTEXT = _i_in._T_Error;
|
|
22
|
-
namespace PARAMS {
|
|
23
|
-
namespace value_serializers {
|
|
24
|
-
}
|
|
25
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
26
|
-
}
|
|
27
|
-
type RESULT = string;
|
|
28
7
|
}
|
|
8
|
+
export type Error_ = ($$_: Error_.I) => Error_.O;
|
|
9
|
+
export { Error_ as Error, };
|
|
@@ -1,33 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type Error = _T_Error;
|
|
8
|
-
export declare namespace _T_Error {
|
|
9
|
-
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 Error_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Error;
|
|
6
|
+
namespace P {
|
|
10
7
|
}
|
|
11
|
-
type CONTEXT = _i_in._T_Value;
|
|
12
|
-
namespace PARAMS {
|
|
13
|
-
namespace value_deserializers {
|
|
14
|
-
}
|
|
15
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
16
|
-
}
|
|
17
|
-
namespace RESULT {
|
|
18
|
-
}
|
|
19
|
-
type RESULT = _i_out._T_Error;
|
|
20
|
-
}
|
|
21
|
-
export declare namespace Error {
|
|
22
|
-
namespace CONTEXT {
|
|
23
|
-
}
|
|
24
|
-
type CONTEXT = _i_in._T_Value;
|
|
25
|
-
namespace PARAMS {
|
|
26
|
-
namespace value_deserializers {
|
|
27
|
-
}
|
|
28
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
29
|
-
}
|
|
30
|
-
namespace RESULT {
|
|
31
|
-
}
|
|
32
|
-
type RESULT = _i_out._T_Error;
|
|
33
8
|
}
|
|
9
|
+
export type Error_ = ($$_: Error_.I) => Error_.O;
|
|
10
|
+
export { Error_ as Error, };
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1JLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ19wYXJzZV90cmVlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|