astn 0.113.89 → 0.113.91
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/globals.d.ts +28 -25
- package/dist/globals.js +2 -2
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/refiners/unresolved.d.ts +1 -0
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/refiners/unresolved.js +9 -9
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/astn_sealed_target.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/astn_sealed_target.js +34 -78
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/boilerplate_for_migrate.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/boilerplate_for_migrate.js +35 -79
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/fountain_pen.js +12 -55
- package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/astn_parse_tree.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/astn_parse_tree.js +79 -124
- package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/list_of_characters.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/list_of_characters.js +12 -55
- package/dist/implementation/generated/liana/schemas/authoring_target/refiners/astn_parse_tree.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/authoring_target/refiners/astn_parse_tree.js +122 -164
- package/dist/implementation/generated/liana/schemas/authoring_target/refiners/list_of_characters.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/authoring_target/refiners/list_of_characters.js +9 -49
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/astn_sealed_target.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/astn_sealed_target.js +48 -88
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/boilerplate_for_migrate.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/boilerplate_for_migrate.js +46 -88
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/authoring_target/transformers/fountain_pen.js +10 -49
- package/dist/implementation/generated/liana/schemas/ide/refiners/astn_parse_tree.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/ide/refiners/astn_parse_tree.js +35 -76
- package/dist/implementation/generated/liana/schemas/ide/refiners/list_of_characters.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/ide/refiners/list_of_characters.js +8 -47
- package/dist/implementation/generated/liana/schemas/ide/transformers/astn_sealed_target.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/ide/transformers/astn_sealed_target.js +20 -60
- package/dist/implementation/generated/liana/schemas/ide/transformers/boilerplate_for_migrate.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/ide/transformers/boilerplate_for_migrate.js +18 -59
- package/dist/implementation/generated/liana/schemas/ide/transformers/fountain_pen.d.ts +1 -1
- package/dist/implementation/generated/liana/schemas/ide/transformers/fountain_pen.js +8 -47
- package/dist/implementation/manual/commands/convert_to_json.d.ts +2 -2
- package/dist/implementation/manual/commands/convert_to_json.js +8 -41
- package/dist/implementation/manual/commands/format.d.ts +2 -2
- package/dist/implementation/manual/commands/format.js +8 -41
- package/dist/implementation/manual/commands/validate.d.ts +2 -2
- package/dist/implementation/manual/commands/validate.js +8 -41
- package/dist/implementation/manual/queries/convert_to_json.d.ts +1 -1
- package/dist/implementation/manual/queries/convert_to_json.js +17 -52
- package/dist/implementation/manual/queries/format.d.ts +1 -1
- package/dist/implementation/manual/queries/format.js +17 -52
- package/dist/implementation/manual/queries/validate.d.ts +1 -1
- package/dist/implementation/manual/queries/validate.js +15 -50
- package/dist/implementation/manual/refiners/ide/parse_tree.d.ts +1 -0
- package/dist/implementation/manual/refiners/ide/parse_tree.js +4 -4
- package/dist/implementation/manual/refiners/included_parse_tree/parse_tree.d.ts +1 -0
- package/dist/implementation/manual/refiners/included_parse_tree/parse_tree.js +4 -4
- package/dist/implementation/manual/transformers/authoring_target/prose.d.ts +3 -3
- package/dist/implementation/manual/transformers/authoring_target/prose.js +41 -72
- package/dist/implementation/manual/transformers/authoring_target/text.d.ts +3 -3
- package/dist/implementation/manual/transformers/authoring_target/text.js +9 -44
- package/dist/implementation/manual/transformers/parse_tree/authoring_target.d.ts +1 -1
- package/dist/implementation/manual/transformers/parse_tree/authoring_target.js +35 -75
- package/dist/implementation/manual/transformers/parse_tree/includes.d.ts +3 -3
- package/dist/implementation/manual/transformers/parse_tree/includes.js +18 -54
- package/dist/implementation/manual/transformers/parse_tree/json_target.d.ts +1 -1
- package/dist/implementation/manual/transformers/parse_tree/json_target.js +15 -53
- package/dist/implementation/manual/transformers/parse_tree/text.d.ts +3 -3
- package/dist/implementation/manual/transformers/parse_tree/text.js +7 -41
- package/dist/index.js +2 -5
- package/dist/interface/commands.d.ts +25 -25
- package/dist/interface/commands.js +8 -3
- package/dist/interface/data/includes.d.ts +2 -2
- package/dist/interface/data/includes.js +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/data/resolved.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/astn_schema/data/resolved.js +2 -3
- package/dist/interface/generated/liana/schemas/astn_schema/data/unresolved.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/data/unresolved.js +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/refiners/unresolved.d.ts +7 -7
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/refiners/unresolved.js +7 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/astn_sealed_target.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/astn_sealed_target.js +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/boilerplate_for_migrate.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/boilerplate_for_migrate.js +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/fountain_pen.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/transformers/fountain_pen.js +3 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/astn_parse_tree.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/astn_parse_tree.js +5 -3
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/list_of_characters.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/list_of_characters.js +5 -3
- package/dist/interface/generated/liana/schemas/authoring_target/data.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/authoring_target/data.js +2 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/astn_parse_tree.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/astn_parse_tree.js +5 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/list_of_characters.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/list_of_characters.js +5 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/astn_sealed_target.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/astn_sealed_target.js +3 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/boilerplate_for_migrate.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/boilerplate_for_migrate.js +3 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/fountain_pen.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/authoring_target/signatures/transformers/fountain_pen.js +3 -3
- package/dist/interface/generated/liana/schemas/ide/data.d.ts +2 -2
- package/dist/interface/generated/liana/schemas/ide/data.js +2 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/refiners/astn_parse_tree.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/ide/signatures/refiners/astn_parse_tree.js +5 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.d.ts +5 -5
- package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.js +5 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.js +3 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/boilerplate_for_migrate.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/boilerplate_for_migrate.js +3 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/fountain_pen.d.ts +3 -3
- package/dist/interface/generated/liana/schemas/ide/signatures/transformers/fountain_pen.js +3 -3
- package/dist/interface/queries.d.ts +5 -5
- package/dist/interface/queries.js +4 -3
- package/dist/interface/transformers/parse_tree/authoring_target.d.ts +3 -3
- package/dist/interface/transformers/parse_tree/authoring_target.js +4 -3
- package/dist/interface/transformers/parse_tree/ide.d.ts +4 -4
- package/dist/interface/transformers/parse_tree/ide.js +5 -3
- package/dist/interface/transformers/parse_tree/json_target.d.ts +3 -3
- package/dist/interface/transformers/parse_tree/json_target.js +4 -3
- package/package.json +10 -4
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
1
|
+
import * as p_ from 'pareto-core/interface/command';
|
|
2
|
+
import * as query_actions_pareto_filesystem_unrestricted_api from "pareto-filesystem-unrestricted-api/interface/query_actions";
|
|
3
|
+
import * as command_actions_pareto_filesystem_unrestricted_api from "pareto-filesystem-unrestricted-api/interface/command_actions";
|
|
4
|
+
import * as command_actions_pareto_stream_api from "pareto-stream-api/interface/command_actions";
|
|
5
|
+
import * as query_actions_pareto_stream_api from "pareto-stream-api/interface/query_actions";
|
|
6
|
+
import * as command_actions_pareto_application_api from "pareto-application-api/interface/command_actions";
|
|
7
|
+
import * as d_serialize_prose from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
8
|
+
export type process_file_data = p_.Command_Procedure<command_actions_pareto_application_api.main, {
|
|
9
|
+
'tab size': number;
|
|
10
|
+
'serialization parameters': d_serialize_prose.Parameters;
|
|
11
|
+
}, {
|
|
12
|
+
'read file': query_actions_pareto_filesystem_unrestricted_api.read_file;
|
|
13
|
+
}, {
|
|
14
|
+
'write file': command_actions_pareto_filesystem_unrestricted_api.write_file;
|
|
15
|
+
'log error': command_actions_pareto_stream_api.log_error;
|
|
16
|
+
}>;
|
|
17
|
+
export type process_stream_data = p_.Command_Procedure<command_actions_pareto_application_api.main, {
|
|
18
|
+
'tab size': number;
|
|
19
|
+
'serialization parameters': d_serialize_prose.Parameters;
|
|
20
|
+
}, {
|
|
21
|
+
'get instream data': query_actions_pareto_stream_api.get_instream_data;
|
|
22
|
+
}, {
|
|
23
|
+
'write to stdout': command_actions_pareto_stream_api.write_to_stdout;
|
|
24
|
+
'log error': command_actions_pareto_stream_api.log_error;
|
|
25
|
+
}>;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_ from 'pareto-core/interface/command';
|
|
2
|
+
import * as query_actions_pareto_filesystem_unrestricted_api from "pareto-filesystem-unrestricted-api/interface/query_actions";
|
|
3
|
+
import * as command_actions_pareto_filesystem_unrestricted_api from "pareto-filesystem-unrestricted-api/interface/command_actions";
|
|
4
|
+
import * as command_actions_pareto_stream_api from "pareto-stream-api/interface/command_actions";
|
|
5
|
+
import * as query_actions_pareto_stream_api from "pareto-stream-api/interface/query_actions";
|
|
6
|
+
import * as command_actions_pareto_application_api from "pareto-application-api/interface/command_actions";
|
|
7
|
+
import * as d_serialize_prose from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW50ZXJmYWNlL2NvbW1hbmRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sK0JBQStCLENBQUE7QUFFbkQsT0FBTyxLQUFLLGdEQUFnRCxNQUFNLDREQUE0RCxDQUFBO0FBQzlILE9BQU8sS0FBSyxrREFBa0QsTUFBTSw4REFBOEQsQ0FBQTtBQUNsSSxPQUFPLEtBQUssaUNBQWlDLE1BQU0sNkNBQTZDLENBQUE7QUFDaEcsT0FBTyxLQUFLLCtCQUErQixNQUFNLDJDQUEyQyxDQUFBO0FBQzVGLE9BQU8sS0FBSyxzQ0FBc0MsTUFBTSxrREFBa0QsQ0FBQTtBQUUxRyxPQUFPLEtBQUssaUJBQWlCLE1BQU0sb0RBQW9ELENBQUEifQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/
|
|
2
|
-
import * as d_parse_tree from "astn-core/
|
|
1
|
+
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
+
import * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
3
3
|
export type Included_Files = p_.List<d_parse_tree.Value.type_.include>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as p_ from 'pareto-core/interface/data';
|
|
2
|
+
import * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5jbHVkZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2RhdGEvaW5jbHVkZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQTtBQUVoRCxPQUFPLEtBQUssWUFBWSxNQUFNLDZEQUE2RCxDQUFBIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
2
|
export declare namespace Schema_Tree_ {
|
|
3
3
|
type set_ = Schemas_;
|
|
4
4
|
type schema = Schema_;
|
|
@@ -158,4 +158,4 @@ export declare namespace Text_Type_ {
|
|
|
158
158
|
export type Text_Type_ = {
|
|
159
159
|
readonly 'type': Text_Type_.type_;
|
|
160
160
|
};
|
|
161
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
161
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGEvcmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGEvcmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQSJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/
|
|
2
|
-
import * as i_location from "liana-core/
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import * as i_location from "liana-core/interface/data/document_and_location";
|
|
3
3
|
export declare namespace Schema_Tree_ {
|
|
4
4
|
type l_location = i_location.Range;
|
|
5
5
|
namespace l_state {
|
|
@@ -264,4 +264,4 @@ export declare namespace Text_Type_ {
|
|
|
264
264
|
export type Text_Type_ = {
|
|
265
265
|
readonly 'type': Text_Type_.type_;
|
|
266
266
|
};
|
|
267
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
267
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import * as i_location from "liana-core/interface/data/document_and_location";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YS91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLFVBQVUsTUFBTSxpREFBaUQsQ0FBQSJ9
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as p_di from 'pareto-core/
|
|
3
|
-
import * as p_ri from 'pareto-core/
|
|
4
|
-
import * as i_generic from "liana-core/
|
|
5
|
-
import * as i_resolved from "../../../data/resolved";
|
|
6
|
-
import * as i_unresolved from "../../../data/unresolved";
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
3
|
+
import * as p_ri from 'pareto-core/interface/refiner';
|
|
4
|
+
import * as i_generic from "liana-core/interface/data/resolve";
|
|
5
|
+
import * as i_resolved from "../../../data/resolved.js";
|
|
6
|
+
import * as i_unresolved from "../../../data/unresolved.js";
|
|
7
7
|
export declare namespace Text_Type_ {
|
|
8
8
|
type I = i_unresolved.Text_Type;
|
|
9
9
|
type O = i_resolved.Text_Type;
|
|
@@ -119,4 +119,4 @@ export type Modules_ = (context: Modules_.I, abort: p_i.Abort<Modules_.E>, looku
|
|
|
119
119
|
readonly 'globals': Modules_.P.globals;
|
|
120
120
|
readonly 'imports': Modules_.P.imports;
|
|
121
121
|
}) => Modules_.O;
|
|
122
|
-
export { Text_Type_ as Text_Type, Globals_ as Globals, Value_ as Value, Schemas_ as Schemas, Schema_Tree_ as Schema_Tree, Schema_ as Schema, Imports_ as Imports, Modules_ as Modules, };
|
|
122
|
+
export type { Text_Type_ as Text_Type, Globals_ as Globals, Value_ as Value, Schemas_ as Schemas, Schema_Tree_ as Schema_Tree, Schema_ as Schema, Imports_ as Imports, Modules_ as Modules, };
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
3
|
+
import * as p_ri from 'pareto-core/interface/refiner';
|
|
4
|
+
import * as i_generic from "liana-core/interface/data/resolve";
|
|
5
|
+
import * as i_resolved from "../../../data/resolved.js";
|
|
6
|
+
import * as i_unresolved from "../../../data/unresolved.js";
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvc2lnbmF0dXJlcy9yZXNvbHZlZC9yZWZpbmVycy91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFDN0QsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQTtBQUNsRCxPQUFPLEtBQUssSUFBSSxNQUFNLCtCQUErQixDQUFBO0FBRXJELE9BQU8sS0FBSyxTQUFTLE1BQU0sbUNBQW1DLENBQUE7QUFFOUQsT0FBTyxLQUFLLFVBQVUsTUFBTSwyQkFBMkIsQ0FBQTtBQUV2RCxPQUFPLEtBQUssWUFBWSxNQUFNLDZCQUE2QixDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "astn-core/
|
|
2
|
-
import * as i_in from "../../../data/resolved";
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../../data/resolved.js";
|
|
3
3
|
export declare namespace Schema_Tree_ {
|
|
4
4
|
type I = i_in.Schema_Tree;
|
|
5
5
|
type O = i_out.Value;
|
|
@@ -56,4 +56,4 @@ export declare namespace Text_Type_ {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
|
|
59
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
59
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../../data/resolved.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3Jlc29sdmVkL3RyYW5zZm9ybWVycy9hc3RuX3NlYWxlZF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEtBQUssTUFBTSxnRUFBZ0UsQ0FBQTtBQUV2RixPQUFPLEtBQUssSUFBSSxNQUFNLDJCQUEyQixDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "../../../data/unresolved";
|
|
2
|
-
import * as i_in from "../../../data/resolved";
|
|
1
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
2
|
+
import * as i_in from "../../../data/resolved.js";
|
|
3
3
|
export declare namespace Schema_Tree_ {
|
|
4
4
|
type I = i_in.Schema_Tree;
|
|
5
5
|
type O = i_out.Schema_Tree;
|
|
@@ -56,4 +56,4 @@ export declare namespace Text_Type_ {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
|
|
59
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
59
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
2
|
+
import * as i_in from "../../../data/resolved.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL3NpZ25hdHVyZXMvcmVzb2x2ZWQvdHJhbnNmb3JtZXJzL2JvaWxlcnBsYXRlX2Zvcl9taWdyYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyxLQUFLLE1BQU0sNkJBQTZCLENBQUE7QUFFcEQsT0FBTyxLQUFLLElBQUksTUFBTSwyQkFBMkIsQ0FBQSJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_in from "../../../data/resolved";
|
|
2
|
-
import * as i_out from "pareto-fountain-pen/
|
|
1
|
+
import * as i_in from "../../../data/resolved.js";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
3
3
|
export declare namespace Schema_Tree_ {
|
|
4
4
|
type I = i_in.Schema_Tree;
|
|
5
5
|
type O = i_out.Paragraph;
|
|
@@ -56,4 +56,4 @@ export declare namespace Text_Type_ {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
|
|
59
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
59
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_in from "../../../data/resolved.js";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3Jlc29sdmVkL3RyYW5zZm9ybWVycy9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLElBQUksTUFBTSwyQkFBMkIsQ0FBQTtBQUVqRCxPQUFPLEtBQUssS0FBSyxNQUFNLGtFQUFrRSxDQUFBIn0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_out from "../../../data/unresolved";
|
|
4
|
-
import * as i_in from "astn-core/
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
5
|
export declare namespace Schema_Tree_ {
|
|
6
6
|
type I = i_in.Value;
|
|
7
7
|
type O = i_out.Schema_Tree;
|
|
@@ -66,4 +66,4 @@ export declare namespace Text_Type_ {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
export type Text_Type_ = (context: Text_Type_.I, abort: p_i.Abort<Text_Type_.E>) => Text_Type_.O;
|
|
69
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
69
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3VucmVzb2x2ZWQvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVqRSxPQUFPLEtBQUssS0FBSyxNQUFNLDZCQUE2QixDQUFBO0FBRXBELE9BQU8sS0FBSyxJQUFJLE1BQU0sNkRBQTZELENBQUEifQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_in from "pareto-fountain-pen/
|
|
4
|
-
import * as i_out from "../../../data/unresolved";
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
5
5
|
export declare namespace Schema_Tree_ {
|
|
6
6
|
type I = i_in.List_of_Characters;
|
|
7
7
|
type O = i_out.Schema_Tree;
|
|
@@ -90,4 +90,4 @@ export declare namespace Text_Type_ {
|
|
|
90
90
|
export type Text_Type_ = (context: Text_Type_.I, abort: p_i.Abort<Text_Type_.E>, parameters: {
|
|
91
91
|
readonly 'tab size': Text_Type_.P.tab_size;
|
|
92
92
|
}) => Text_Type_.O;
|
|
93
|
-
export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
93
|
+
export type { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../../data/unresolved.js";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zaWduYXR1cmVzL3VucmVzb2x2ZWQvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSx1Q0FBdUMsQ0FBQTtBQUVsRSxPQUFPLEtBQUssSUFBSSxNQUFNLCtFQUErRSxDQUFBO0FBRXJHLE9BQU8sS0FBSyxLQUFLLE1BQU0sNkJBQTZCLENBQUEifQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
2
|
export declare namespace Document_ {
|
|
3
3
|
namespace header {
|
|
4
4
|
type O = Value_;
|
|
@@ -183,4 +183,4 @@ export declare namespace Items_ {
|
|
|
183
183
|
type L = Value_;
|
|
184
184
|
}
|
|
185
185
|
export type Items_ = p_di.List<Items_.L>;
|
|
186
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
186
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUEifQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_out from "../../data";
|
|
4
|
-
import * as i_in from "astn-core/
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../data.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
5
|
export declare namespace Document_ {
|
|
6
6
|
type I = i_in.Value;
|
|
7
7
|
type O = i_out.Document;
|
|
@@ -42,4 +42,4 @@ export declare namespace Items_ {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>) => Items_.O;
|
|
45
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
45
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../data.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvcmVmaW5lcnMvYXN0bl9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxzQ0FBc0MsQ0FBQTtBQUVqRSxPQUFPLEtBQUssS0FBSyxNQUFNLGVBQWUsQ0FBQTtBQUV0QyxPQUFPLEtBQUssSUFBSSxNQUFNLDZEQUE2RCxDQUFBIn0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_in from "pareto-fountain-pen/
|
|
4
|
-
import * as i_out from "../../data";
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data.js";
|
|
5
5
|
export declare namespace Document_ {
|
|
6
6
|
type I = i_in.List_of_Characters;
|
|
7
7
|
type O = i_out.Document;
|
|
@@ -57,4 +57,4 @@ export declare namespace Items_ {
|
|
|
57
57
|
export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>, parameters: {
|
|
58
58
|
readonly 'tab size': Items_.P.tab_size;
|
|
59
59
|
}) => Items_.O;
|
|
60
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
60
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data.js";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvcmVmaW5lcnMvbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLFNBQVMsTUFBTSx1Q0FBdUMsQ0FBQTtBQUVsRSxPQUFPLEtBQUssSUFBSSxNQUFNLCtFQUErRSxDQUFBO0FBRXJHLE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "astn-core/
|
|
2
|
-
import * as i_in from "../../data";
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
3
|
export declare namespace Document_ {
|
|
4
4
|
type I = i_in.Document;
|
|
5
5
|
type O = i_out.Value;
|
|
@@ -35,4 +35,4 @@ export declare namespace Items_ {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export type Items_ = (context: Items_.I) => Items_.O;
|
|
38
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
38
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2FzdG5fc2VhbGVkX3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEtBQUssS0FBSyxNQUFNLGdFQUFnRSxDQUFBO0FBRXZGLE9BQU8sS0FBSyxJQUFJLE1BQU0sZUFBZSxDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "../../data";
|
|
2
|
-
import * as i_in from "../../data";
|
|
1
|
+
import * as i_out from "../../data.js";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
3
|
export declare namespace Document_ {
|
|
4
4
|
type I = i_in.Document;
|
|
5
5
|
type O = i_out.Document;
|
|
@@ -35,4 +35,4 @@ export declare namespace Items_ {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export type Items_ = (context: Items_.I) => Items_.O;
|
|
38
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
38
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_out from "../../data.js";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUE7QUFFdEMsT0FBTyxLQUFLLElBQUksTUFBTSxlQUFlLENBQUEifQ==
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_in from "../../data";
|
|
2
|
-
import * as i_out from "pareto-fountain-pen/
|
|
1
|
+
import * as i_in from "../../data.js";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
3
3
|
export declare namespace Document_ {
|
|
4
4
|
type I = i_in.Document;
|
|
5
5
|
type O = i_out.Paragraph;
|
|
@@ -35,4 +35,4 @@ export declare namespace Items_ {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export type Items_ = (context: Items_.I) => Items_.O;
|
|
38
|
-
export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
38
|
+
export type { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_in from "../../data.js";
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2ZvdW50YWluX3Blbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEtBQUssSUFBSSxNQUFNLGVBQWUsQ0FBQTtBQUVyQyxPQUFPLEtBQUssS0FBSyxNQUFNLGtFQUFrRSxDQUFBIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as p_di from 'pareto-core/
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
2
|
export declare namespace Text_Edits_ {
|
|
3
3
|
namespace L {
|
|
4
4
|
namespace insert {
|
|
@@ -47,4 +47,4 @@ export type Relative_Location_ = {
|
|
|
47
47
|
readonly 'line': Relative_Location_.line;
|
|
48
48
|
readonly 'column': Relative_Location_.column;
|
|
49
49
|
};
|
|
50
|
-
export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
50
|
+
export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
1
|
+
import * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQSJ9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_out from "../../data";
|
|
4
|
-
import * as i_in from "astn-core/
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../data.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
5
|
export declare namespace Text_Edits_ {
|
|
6
6
|
type I = i_in.Value;
|
|
7
7
|
type O = i_out.Text_Edits;
|
|
@@ -34,4 +34,4 @@ export declare namespace Relative_Location_ {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>) => Relative_Location_.O;
|
|
37
|
-
export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
37
|
+
export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/unmarshall";
|
|
3
|
+
import * as i_out from "../../data.js";
|
|
4
|
+
import * as i_in from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2lnbmF0dXJlcy9yZWZpbmVycy9hc3RuX3BhcnNlX3RyZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHNDQUFzQyxDQUFBO0FBRWpFLE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBO0FBRXRDLE9BQU8sS0FBSyxJQUFJLE1BQU0sNkRBQTZELENBQUEifQ==
|
package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as i_generic from "liana-core/
|
|
3
|
-
import * as i_in from "pareto-fountain-pen/
|
|
4
|
-
import * as i_out from "../../data";
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data.js";
|
|
5
5
|
export declare namespace Text_Edits_ {
|
|
6
6
|
type I = i_in.List_of_Characters;
|
|
7
7
|
type O = i_out.Text_Edits;
|
|
@@ -46,4 +46,4 @@ export declare namespace Relative_Location_ {
|
|
|
46
46
|
export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>, parameters: {
|
|
47
47
|
readonly 'tab size': Relative_Location_.P.tab_size;
|
|
48
48
|
}) => Relative_Location_.O;
|
|
49
|
-
export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
49
|
+
export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as p_i from 'pareto-core/interface/__internal/Abort';
|
|
2
|
+
import * as i_generic from "liana-core/interface/data/deserialize";
|
|
3
|
+
import * as i_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import * as i_out from "../../data.js";
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2lnbmF0dXJlcy9yZWZpbmVycy9saXN0X29mX2NoYXJhY3RlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHVDQUF1QyxDQUFBO0FBRWxFLE9BQU8sS0FBSyxJQUFJLE1BQU0sK0VBQStFLENBQUE7QUFFckcsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUEifQ==
|
package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "astn-core/
|
|
2
|
-
import * as i_in from "../../data";
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
3
|
export declare namespace Text_Edits_ {
|
|
4
4
|
type I = i_in.Text_Edits;
|
|
5
5
|
type O = i_out.Value;
|
|
@@ -28,4 +28,4 @@ export declare namespace Relative_Location_ {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
|
|
31
|
-
export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
31
|
+
export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
package/dist/interface/generated/liana/schemas/ide/signatures/transformers/astn_sealed_target.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYXN0bl9zZWFsZWRfdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyxLQUFLLE1BQU0sZ0VBQWdFLENBQUE7QUFFdkYsT0FBTyxLQUFLLElBQUksTUFBTSxlQUFlLENBQUEifQ==
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i_out from "../../data";
|
|
2
|
-
import * as i_in from "../../data";
|
|
1
|
+
import * as i_out from "../../data.js";
|
|
2
|
+
import * as i_in from "../../data.js";
|
|
3
3
|
export declare namespace Text_Edits_ {
|
|
4
4
|
type I = i_in.Text_Edits;
|
|
5
5
|
type O = i_out.Text_Edits;
|
|
@@ -28,4 +28,4 @@ export declare namespace Relative_Location_ {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
|
|
31
|
-
export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|
|
31
|
+
export type { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
|