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,56 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.$$ = void 0;
|
|
40
|
-
const p_ = __importStar(require("pareto-core/dist/implementation/query"));
|
|
41
|
-
const super_query_result_1 = __importDefault(require("pareto-core/dist/implementation/query/super_query_result"));
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
|
+
import * as interface_ from "../../../interface/queries.js";
|
|
4
|
+
//data types
|
|
5
|
+
import * as d_prose from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
6
|
+
import * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
42
7
|
//dependencies
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
8
|
+
import * as t_fp_to_loc from "pareto-fountain-pen/implementation/manual/transformers/prose/list_of_characters";
|
|
9
|
+
import * as t_deserialize_parse_tree_to_location from "astn-core/implementation/manual/transformers/deserialize_parse_tree/location";
|
|
10
|
+
import * as t_location_to_prose from "astn-core/implementation/manual/transformers/location/prose";
|
|
11
|
+
import * as r_parse_tree_from_text from "astn-core/implementation/manual/refiners/parse_tree/list_of_characters";
|
|
12
|
+
import * as t_path_to_text from "pareto-resources/implementation/manual/transformers/unrestricted_path/text";
|
|
13
|
+
import * as t_deserialize_parse_tree_to_prose from "astn-core/implementation/manual/transformers/deserialize_parse_tree/prose";
|
|
14
|
+
import * as t_ast_2_json from "../transformers/parse_tree/json_target.js";
|
|
15
|
+
import * as t_json_to_prose from "pareto-json/implementation/manual/transformers/json_without_guaranteed_unique_keys/prose";
|
|
51
16
|
//shorthands
|
|
52
|
-
|
|
53
|
-
|
|
17
|
+
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
18
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_parse_tree_from_text.Document($d.data, ($) => abort(sh.ph.composed([
|
|
54
19
|
sh.ph.literal(t_path_to_text.Node_Path($d.path)),
|
|
55
20
|
sh.ph.literal(":"),
|
|
56
21
|
t_location_to_prose.Possible_Range(t_deserialize_parse_tree_to_location.Error($), {
|
|
@@ -63,4 +28,4 @@ exports.$$ = p_.query_function(($d, $s, $q) => (0, super_query_result_1.default)
|
|
|
63
28
|
}))).transform(($) => ({
|
|
64
29
|
'data': t_fp_to_loc.Paragraph(t_json_to_prose.Document(t_ast_2_json.Document($)), $s['serialization parameters'])
|
|
65
30
|
})));
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udmVydF90b19qc29uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL21hbnVhbC9xdWVyaWVzL2NvbnZlcnRfdG9fanNvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQ3RELE9BQU8sb0JBQW9CLE1BQU0scURBQXFELENBQUE7QUFFdEYsT0FBTyxLQUFLLFVBQVUsTUFBTSwrQkFBK0IsQ0FBQTtBQUUzRCxhQUFhO0FBQ2IsT0FBTyxLQUFLLE9BQU8sTUFBTSxrRUFBa0UsQ0FBQTtBQUMzRixPQUFPLEtBQUssWUFBWSxNQUFNLDZEQUE2RCxDQUFBO0FBRTNGLGNBQWM7QUFDZCxPQUFPLEtBQUssV0FBVyxNQUFNLGlGQUFpRixDQUFBO0FBQzlHLE9BQU8sS0FBSyxvQ0FBb0MsTUFBTSw4RUFBOEUsQ0FBQTtBQUNwSSxPQUFPLEtBQUssbUJBQW1CLE1BQU0sNkRBQTZELENBQUE7QUFDbEcsT0FBTyxLQUFLLHNCQUFzQixNQUFNLHdFQUF3RSxDQUFBO0FBQ2hILE9BQU8sS0FBSyxjQUFjLE1BQU0sNEVBQTRFLENBQUE7QUFDNUcsT0FBTyxLQUFLLGlDQUFpQyxNQUFNLDJFQUEyRSxDQUFBO0FBQzlILE9BQU8sS0FBSyxZQUFZLE1BQU0sMkNBQTJDLENBQUE7QUFDekUsT0FBTyxLQUFLLGVBQWUsTUFBTSwwRkFBMEYsQ0FBQTtBQUUzSCxZQUFZO0FBQ1osT0FBTyxLQUFLLEVBQUUsTUFBTSxpREFBaUQsQ0FBQTtBQUVyRSxNQUFNLENBQUMsTUFBTSxFQUFFLEdBQTJDLEVBQUUsQ0FBQyxLQUFLLENBQzlELENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUM1QyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsc0JBQXNCLENBQUMsUUFBUSxDQUN0QyxFQUFFLENBQUMsSUFBSSxFQUNQLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQ3hCLEVBQUUsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDO0lBQ0MsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDO0lBQ2xCLG1CQUFtQixDQUFDLGNBQWMsQ0FDOUIsb0NBQW9DLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUM3QztRQUNJLDhCQUE4QixFQUFFLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQztLQUN0RCxDQUNKO0lBQ0QsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO0lBQ25CLGlDQUFpQyxDQUFDLEtBQUssQ0FDbkMsQ0FBQyxDQUNKO0NBQ0osQ0FBQyxDQUFDLEVBQ0g7SUFDSSxVQUFVLEVBQUUsQ0FBQztDQUNoQixDQUNKLENBQ0osQ0FBQyxDQUFDLFNBQVMsQ0FDUixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLE1BQU0sRUFBRSxXQUFXLENBQUMsU0FBUyxDQUN6QixlQUFlLENBQUMsUUFBUSxDQUNwQixZQUFZLENBQUMsUUFBUSxDQUNqQixDQUFDLENBQ0osQ0FDSixFQUNELEVBQUUsQ0FBQywwQkFBMEIsQ0FBQyxDQUNqQztDQUNKLENBQUMsQ0FDTCxDQUNKLENBQUEifQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as interface_ from "../../../interface/queries";
|
|
1
|
+
import * as interface_ from "../../../interface/queries.js";
|
|
2
2
|
export declare const $$: interface_.functions.process_file_data;
|
|
@@ -1,56 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.$$ = void 0;
|
|
40
|
-
const p_ = __importStar(require("pareto-core/dist/implementation/query"));
|
|
41
|
-
const super_query_result_1 = __importDefault(require("pareto-core/dist/implementation/query/super_query_result"));
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
|
+
import * as interface_ from "../../../interface/queries.js";
|
|
4
|
+
//data types
|
|
5
|
+
import * as d_prose from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
6
|
+
import * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
42
7
|
//dependencies
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
8
|
+
import * as t_fp_to_loc from "pareto-fountain-pen/implementation/manual/transformers/prose/list_of_characters";
|
|
9
|
+
import * as t_deserialize_parse_tree_to_location from "astn-core/implementation/manual/transformers/deserialize_parse_tree/location";
|
|
10
|
+
import * as t_location_to_prose from "astn-core/implementation/manual/transformers/location/prose";
|
|
11
|
+
import * as r_parse_tree_from_text from "astn-core/implementation/manual/refiners/parse_tree/list_of_characters";
|
|
12
|
+
import * as t_path_to_text from "pareto-resources/implementation/manual/transformers/unrestricted_path/text";
|
|
13
|
+
import * as t_deserialize_parse_tree_to_prose from "astn-core/implementation/manual/transformers/deserialize_parse_tree/prose";
|
|
14
|
+
import * as t_parse_tree_2_authoring_target from "../transformers/parse_tree/authoring_target.js";
|
|
15
|
+
import * as t_authoring_target_to_prose from "../transformers/authoring_target/prose.js";
|
|
51
16
|
//shorthands
|
|
52
|
-
|
|
53
|
-
|
|
17
|
+
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
18
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_parse_tree_from_text.Document($d.data, ($) => abort(sh.ph.composed([
|
|
54
19
|
sh.ph.literal(t_path_to_text.Node_Path($d.path)),
|
|
55
20
|
sh.ph.literal(":"),
|
|
56
21
|
t_location_to_prose.Possible_Range(t_deserialize_parse_tree_to_location.Error($), {
|
|
@@ -63,4 +28,4 @@ exports.$$ = p_.query_function(($d, $s, $q) => (0, super_query_result_1.default)
|
|
|
63
28
|
}))).transform(($) => ({
|
|
64
29
|
'data': t_fp_to_loc.Paragraph(t_authoring_target_to_prose.Document(t_parse_tree_2_authoring_target.Document($)), $s['serialization parameters'])
|
|
65
30
|
})));
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWF0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL21hbnVhbC9xdWVyaWVzL2Zvcm1hdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQ3RELE9BQU8sb0JBQW9CLE1BQU0scURBQXFELENBQUE7QUFFdEYsT0FBTyxLQUFLLFVBQVUsTUFBTSwrQkFBK0IsQ0FBQTtBQUUzRCxhQUFhO0FBQ2IsT0FBTyxLQUFLLE9BQU8sTUFBTSxrRUFBa0UsQ0FBQTtBQUMzRixPQUFPLEtBQUssWUFBWSxNQUFNLDZEQUE2RCxDQUFBO0FBRTNGLGNBQWM7QUFDZCxPQUFPLEtBQUssV0FBVyxNQUFNLGlGQUFpRixDQUFBO0FBQzlHLE9BQU8sS0FBSyxvQ0FBb0MsTUFBTSw4RUFBOEUsQ0FBQTtBQUNwSSxPQUFPLEtBQUssbUJBQW1CLE1BQU0sNkRBQTZELENBQUE7QUFDbEcsT0FBTyxLQUFLLHNCQUFzQixNQUFNLHdFQUF3RSxDQUFBO0FBQ2hILE9BQU8sS0FBSyxjQUFjLE1BQU0sNEVBQTRFLENBQUE7QUFDNUcsT0FBTyxLQUFLLGlDQUFpQyxNQUFNLDJFQUEyRSxDQUFBO0FBQzlILE9BQU8sS0FBSywrQkFBK0IsTUFBTSxnREFBZ0QsQ0FBQTtBQUNqRyxPQUFPLEtBQUssMkJBQTJCLE1BQU0sMkNBQTJDLENBQUE7QUFFeEYsWUFBWTtBQUNaLE9BQU8sS0FBSyxFQUFFLE1BQU0saURBQWlELENBQUE7QUFFckUsTUFBTSxDQUFDLE1BQU0sRUFBRSxHQUEyQyxFQUFFLENBQUMsS0FBSyxDQUM5RCxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FDNUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLHNCQUFzQixDQUFDLFFBQVEsQ0FDdEMsRUFBRSxDQUFDLElBQUksRUFDUCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUNSLEVBQUUsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDO0lBQ1gsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDO0lBQ2xCLG1CQUFtQixDQUFDLGNBQWMsQ0FDOUIsb0NBQW9DLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUM3QztRQUNJLDhCQUE4QixFQUFFLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQztLQUN0RCxDQUNKO0lBQ0QsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO0lBQ25CLGlDQUFpQyxDQUFDLEtBQUssQ0FDbkMsQ0FBQyxDQUNKO0NBQ0osQ0FBQyxDQUFDLEVBQ1A7SUFDSSxVQUFVLEVBQUUsQ0FBQztDQUNoQixDQUNKLENBQ0osQ0FBQyxDQUFDLFNBQVMsQ0FDUixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLE1BQU0sRUFBRSxXQUFXLENBQUMsU0FBUyxDQUN6QiwyQkFBMkIsQ0FBQyxRQUFRLENBQ2hDLCtCQUErQixDQUFDLFFBQVEsQ0FDcEMsQ0FBQyxDQUNKLENBQ0osRUFDRCxFQUFFLENBQUMsMEJBQTBCLENBQUMsQ0FDakM7Q0FDSixDQUFDLENBQ0wsQ0FDSixDQUFBIn0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as interface_ from "../../../interface/queries";
|
|
1
|
+
import * as interface_ from "../../../interface/queries.js";
|
|
2
2
|
export declare const $$: interface_.functions.process_stream_data;
|
|
@@ -1,53 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.$$ = void 0;
|
|
40
|
-
const p_ = __importStar(require("pareto-core/dist/implementation/query"));
|
|
41
|
-
const list_from_text_1 = __importDefault(require("pareto-core/dist/implementation/refiner/specials/list_from_text"));
|
|
42
|
-
const super_query_result_1 = __importDefault(require("pareto-core/dist/implementation/query/super_query_result"));
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/query';
|
|
2
|
+
import p_list_from_text from 'pareto-core/implementation/refiner/specials/list_from_text';
|
|
3
|
+
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
4
|
+
import * as interface_ from "../../../interface/queries.js";
|
|
5
|
+
//data types
|
|
6
|
+
import * as d_prose from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
7
|
+
import * as d_parse_tree from "astn-core/interface/generated/liana/schemas/parse_tree/data";
|
|
43
8
|
//dependencies
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
9
|
+
import * as t_deserialize_parse_tree_to_location from "astn-core/implementation/manual/transformers/deserialize_parse_tree/location";
|
|
10
|
+
import * as t_location_to_prose from "astn-core/implementation/manual/transformers/location/prose";
|
|
11
|
+
import * as r_parse_tree_from_text from "astn-core/implementation/manual/refiners/parse_tree/text";
|
|
12
|
+
import * as t_deserialize_parse_tree_to_prose from "astn-core/implementation/manual/transformers/deserialize_parse_tree/prose";
|
|
48
13
|
//shorthands
|
|
49
|
-
|
|
50
|
-
|
|
14
|
+
import * as sh from "pareto-fountain-pen/shorthands/prose/deprecated";
|
|
15
|
+
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.refine((abort) => r_parse_tree_from_text.Document($d.data, ($) => abort(sh.ph.composed([
|
|
51
16
|
t_location_to_prose.Possible_Range(t_deserialize_parse_tree_to_location.Error($), {
|
|
52
17
|
'character location reporting': ['one based', null],
|
|
53
18
|
}),
|
|
@@ -56,6 +21,6 @@ exports.$$ = p_.query_function(($d, $s, $q) => (0, super_query_result_1.default)
|
|
|
56
21
|
])), {
|
|
57
22
|
'tab size': 4,
|
|
58
23
|
}))).transform(($) => ({
|
|
59
|
-
'data': (
|
|
24
|
+
'data': p_list_from_text("Document is valid ASTN", ($) => $)
|
|
60
25
|
})));
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvaW1wbGVtZW50YXRpb24vbWFudWFsL3F1ZXJpZXMvdmFsaWRhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLGdCQUFnQixNQUFNLDREQUE0RCxDQUFBO0FBQ3pGLE9BQU8sb0JBQW9CLE1BQU0scURBQXFELENBQUE7QUFFdEYsT0FBTyxLQUFLLFVBQVUsTUFBTSwrQkFBK0IsQ0FBQTtBQUUzRCxhQUFhO0FBQ2IsT0FBTyxLQUFLLE9BQU8sTUFBTSxrRUFBa0UsQ0FBQTtBQUMzRixPQUFPLEtBQUssWUFBWSxNQUFNLDZEQUE2RCxDQUFBO0FBRTNGLGNBQWM7QUFDZCxPQUFPLEtBQUssb0NBQW9DLE1BQU0sOEVBQThFLENBQUE7QUFDcEksT0FBTyxLQUFLLG1CQUFtQixNQUFNLDZEQUE2RCxDQUFBO0FBQ2xHLE9BQU8sS0FBSyxzQkFBc0IsTUFBTSwwREFBMEQsQ0FBQTtBQUNsRyxPQUFPLEtBQUssaUNBQWlDLE1BQU0sMkVBQTJFLENBQUE7QUFFOUgsWUFBWTtBQUNaLE9BQU8sS0FBSyxFQUFFLE1BQU0saURBQWlELENBQUE7QUFFckUsTUFBTSxDQUFDLE1BQU0sRUFBRSxHQUE2QyxFQUFFLENBQUMsS0FBSyxDQUNoRSxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FDNUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLHNCQUFzQixDQUFDLFFBQVEsQ0FDdEMsRUFBRSxDQUFDLElBQUksRUFDUCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUN4QixFQUFFLENBQUMsRUFBRSxDQUFDLFFBQVEsQ0FBQztJQUNDLG1CQUFtQixDQUFDLGNBQWMsQ0FDOUIsb0NBQW9DLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUM3QztRQUNJLDhCQUE4QixFQUFFLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQztLQUN0RCxDQUNKO0lBQ0QsRUFBRSxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO0lBQ25CLGlDQUFpQyxDQUFDLEtBQUssQ0FDbkMsQ0FBQyxDQUNKO0NBQ0osQ0FBQyxDQUFDLEVBQ0g7SUFDSSxVQUFVLEVBQUUsQ0FBQztDQUNoQixDQUNKLENBQ0osQ0FBQyxDQUFDLFNBQVMsQ0FDUixDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNKLE1BQU0sRUFBRSxnQkFBZ0IsQ0FDcEIsd0JBQXdCLEVBQ3hCLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQ1g7Q0FDSixDQUFDLENBQ0wsQ0FDSixDQUFBIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
// import * as signatures from "../../../../interface/signatures/refiners/ide/parse_tree"
|
|
1
|
+
// import * as d_out from "../../../../interface/generated/liana/schemas/ide/data.js"
|
|
2
|
+
export {};
|
|
3
|
+
// import * as signatures from "../../../../interface/signatures/refiners/ide/parse_tree.js"
|
|
4
4
|
// export const Whitespace: signatures.Whitespace = ($, $p) => p_.literal.list([
|
|
5
5
|
// //FIXME
|
|
6
6
|
// ])
|
|
@@ -126,4 +126,4 @@
|
|
|
126
126
|
// ),
|
|
127
127
|
// Value($.content, $p),
|
|
128
128
|
// ])
|
|
129
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
129
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvcmVmaW5lcnMvaWRlL3BhcnNlX3RyZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EscUZBQXFGOztBQUVyRiw0RkFBNEY7QUFFNUYsZ0ZBQWdGO0FBQ2hGLGNBQWM7QUFDZCxLQUFLO0FBRUwsZ0ZBQWdGO0FBQ2hGLCtDQUErQztBQUMvQyw2Q0FBNkM7QUFDN0MsaUJBQWlCO0FBQ2pCLDJDQUEyQztBQUMzQyxzQkFBc0I7QUFDdEIsa0RBQWtEO0FBQ2xELFVBQVU7QUFDVixxQ0FBcUM7QUFDckMsc0ZBQXNGO0FBQ3RGLHVGQUF1RjtBQUN2Riw2REFBNkQ7QUFDN0QsdUJBQXVCO0FBQ3ZCLHFCQUFxQjtBQUNyQixrREFBa0Q7QUFDbEQsZ0RBQWdEO0FBQ2hELDhDQUE4QztBQUM5Qyx3REFBd0Q7QUFDeEQsYUFBYTtBQUNiLFNBQVM7QUFFVCxLQUFLO0FBRUwsMkdBQTJHO0FBRTNHLCtFQUErRTtBQUMvRSx3Q0FBd0M7QUFDeEMsdUJBQXVCO0FBQ3ZCLEtBQUs7QUFFTCw2RkFBNkY7QUFDN0YsYUFBYTtBQUNiLHVDQUF1QztBQUN2Qyw0QkFBNEI7QUFDNUIsa0NBQWtDO0FBQ2xDLCtDQUErQztBQUMvQyxnREFBZ0Q7QUFDaEQsc0NBQXNDO0FBQ3RDLGtCQUFrQjtBQUNsQixnREFBZ0Q7QUFDaEQsYUFBYTtBQUNiLFNBQVM7QUFDVCxJQUFJO0FBR0osMkVBQTJFO0FBQzNFLGFBQWE7QUFDYixnQ0FBZ0M7QUFDaEMsSUFBSTtBQUVKLGtGQUFrRjtBQUNsRixVQUFVO0FBQ1Ysc0JBQXNCO0FBQ3RCLCtFQUErRTtBQUMvRSxVQUFVO0FBQ1YsOEJBQThCO0FBQzlCLDBGQUEwRjtBQUMxRixvREFBb0Q7QUFDcEQsd0RBQXdEO0FBQ3hELG9EQUFvRDtBQUNwRCxzQkFBc0I7QUFDdEIsb0ZBQW9GO0FBQ3BGLFVBQVU7QUFDVixzQ0FBc0M7QUFDdEMsK0ZBQStGO0FBQy9GLDREQUE0RDtBQUM1RCxxREFBcUQ7QUFDckQsNERBQTREO0FBQzVELDhCQUE4QjtBQUM5QiwrRkFBK0Y7QUFDL0YsNERBQTREO0FBQzVELGdFQUFnRTtBQUNoRSw0REFBNEQ7QUFDNUQsOEJBQThCO0FBQzlCLHNEQUFzRDtBQUN0RCx3QkFBd0I7QUFDeEIsc0JBQXNCO0FBQ3RCLG9GQUFvRjtBQUNwRixvREFBb0Q7QUFDcEQsMENBQTBDO0FBQzFDLG9EQUFvRDtBQUNwRCxzQkFBc0I7QUFDdEIsMkZBQTJGO0FBQzNGLHVGQUF1RjtBQUN2RixVQUFVO0FBQ1Ysc0NBQXNDO0FBQ3RDLDJGQUEyRjtBQUMzRiw0REFBNEQ7QUFDNUQscURBQXFEO0FBQ3JELDhCQUE4QjtBQUM5QixzREFBc0Q7QUFDdEQsd0JBQXdCO0FBQ3hCLHNCQUFzQjtBQUN0Qix5R0FBeUc7QUFDekcsb0RBQW9EO0FBQ3BELHNEQUFzRDtBQUN0RCxVQUFVO0FBQ1YsMENBQTBDO0FBQzFDLHVHQUF1RztBQUN2RywrRkFBK0Y7QUFDL0YsMkRBQTJEO0FBQzNELHlEQUF5RDtBQUN6RCxrQ0FBa0M7QUFDbEMsMERBQTBEO0FBQzFELDRCQUE0QjtBQUM1Qix5QkFBeUI7QUFDekIsc0JBQXNCO0FBQ3RCLCtFQUErRTtBQUUvRSw4Q0FBOEM7QUFDOUMsZ0JBQWdCO0FBQ2hCLGNBQWM7QUFDZCwrRUFBK0U7QUFDL0UsNENBQTRDO0FBQzVDLHFDQUFxQztBQUNyQyxjQUFjO0FBQ2QsbUZBQW1GO0FBQ25GLHNDQUFzQztBQUN0QyxRQUFRO0FBQ1IsS0FBSztBQUVMLG9GQUFvRjtBQUVwRiwwQkFBMEI7QUFDMUIsMkNBQTJDO0FBQzNDLDRDQUE0QztBQUM1QyxpQ0FBaUM7QUFDakMsY0FBYztBQUNkLDRDQUE0QztBQUM1QyxTQUFTO0FBQ1QsNEJBQTRCO0FBQzVCLEtBQUsifQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
// import * as
|
|
3
|
-
|
|
1
|
+
// import * as d_in from "astn-core/interface/generated/liana/schemas/parse_tree/data"
|
|
2
|
+
// import * as d_out from "astn-core/interface/generated/liana/schemas/parse_tree/data"
|
|
3
|
+
export {};
|
|
4
4
|
// export type Error =
|
|
5
5
|
// | ['no such include', null]
|
|
6
6
|
// export type Parameters = {
|
|
@@ -75,4 +75,4 @@
|
|
|
75
75
|
// ),
|
|
76
76
|
// () => p_.literal.list([])
|
|
77
77
|
// )))
|
|
78
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvcmVmaW5lcnMvaW5jbHVkZWRfcGFyc2VfdHJlZS9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLHNGQUFzRjtBQUN0Rix1RkFBdUY7O0FBR3ZGLHVCQUF1QjtBQUN2Qiw4QkFBOEI7QUFFOUIsNkJBQTZCO0FBQzdCLHFEQUFxRDtBQUNyRCxJQUFJO0FBRUoscURBQXFEO0FBQ3JELG1EQUFtRDtBQUNuRCwyQkFBMkI7QUFDM0IsZ0RBQWdEO0FBQ2hELFdBQVc7QUFDWCx1QkFBdUI7QUFDdkIsOENBQThDO0FBQzlDLFdBQVc7QUFDWCw4Q0FBOEM7QUFDOUMsS0FBSztBQUVMLGtEQUFrRDtBQUNsRCw2Q0FBNkM7QUFDN0Msc0VBQXNFO0FBQ3RFLHNCQUFzQjtBQUN0QiwrRUFBK0U7QUFDL0Usc0JBQXNCO0FBQ3RCLDhCQUE4QjtBQUM5QixzR0FBc0c7QUFDdEcsb0ZBQW9GO0FBQ3BGLFVBQVU7QUFDVixzQ0FBc0M7QUFDdEMsZ0dBQWdHO0FBQ2hHLDJHQUEyRztBQUMzRyxzREFBc0Q7QUFDdEQsd0JBQXdCO0FBQ3hCLHNCQUFzQjtBQUN0QixxRkFBcUY7QUFDckYsZ0VBQWdFO0FBQ2hFLHVGQUF1RjtBQUN2RixVQUFVO0FBQ1Ysc0NBQXNDO0FBQ3RDLDRGQUE0RjtBQUM1RiwwRkFBMEY7QUFDMUYsc0RBQXNEO0FBQ3RELHdCQUF3QjtBQUN4QixzQkFBc0I7QUFDdEIsMkZBQTJGO0FBQzNGLFVBQVU7QUFDVixzQ0FBc0M7QUFDdEMsMEZBQTBGO0FBQzFGLDJGQUEyRjtBQUMzRixzREFBc0Q7QUFDdEQsd0JBQXdCO0FBQ3hCLHNCQUFzQjtBQUN0QiwrRUFBK0U7QUFDL0UsOENBQThDO0FBQzlDLGdCQUFnQjtBQUNoQixjQUFjO0FBQ2QsdUVBQXVFO0FBQ3ZFLGlCQUFpQjtBQUNqQixjQUFjO0FBQ2QsMEVBQTBFO0FBQzFFLHNDQUFzQztBQUN0QyxRQUFRO0FBQ1IsS0FBSztBQUVMLGtEQUFrRDtBQUNsRCw2Q0FBNkM7QUFDN0Msc0NBQXNDO0FBQ3RDLHlCQUF5QjtBQUV6QiwyREFBMkQ7QUFDM0QsK0RBQStEO0FBQy9ELHNDQUFzQztBQUN0QyxnQ0FBZ0M7QUFDaEMsZ0NBQWdDO0FBQ2hDLDJCQUEyQjtBQUMzQixvQ0FBb0M7QUFDcEMsU0FBUztBQUNULGdDQUFnQztBQUNoQyxNQUFNIn0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/
|
|
2
|
-
import * as d_out from "pareto-fountain-pen/
|
|
3
|
-
import * as d_in from "../../../../interface/generated/liana/schemas/authoring_target/data";
|
|
1
|
+
import * as p_i from 'pareto-core/interface/transformer';
|
|
2
|
+
import * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
3
|
+
import * as d_in from "../../../../interface/generated/liana/schemas/authoring_target/data.js";
|
|
4
4
|
declare namespace d_function {
|
|
5
5
|
type Parameters = {
|
|
6
6
|
'write delimiters': boolean;
|