pareto-static-html 0.1.59 → 0.1.60

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.
Files changed (33) hide show
  1. package/dist/declarations/transformers/html/prose.d.ts +2 -2
  2. package/dist/declarations/transformers/static_html/xml.d.ts +2 -2
  3. package/dist/interface/data/file_structure.d.ts +1 -1
  4. package/dist/interface/{generated/liana/schemas/static-html/data.d.ts → data/static_html.d.ts} +1 -1
  5. package/dist/interface/data/static_html.js +3 -0
  6. package/dist/modules/xml/implementation/transformers/xml/prose.d.ts +2 -2
  7. package/dist/modules/xml/interface/data/xml.js +3 -0
  8. package/dist/modules/xml/shorthands/xml/target.d.ts +1 -1
  9. package/dist/shorthands/static_html/target.d.ts +2 -2
  10. package/package.json +1 -1
  11. package/dist/interface/generated/liana/schemas/static-html/data.js +0 -4
  12. package/dist/interface/generated/liana/schemas/static-html/signatures/refiners/astn_parse_tree.d.ts +0 -53
  13. package/dist/interface/generated/liana/schemas/static-html/signatures/refiners/astn_parse_tree.js +0 -5
  14. package/dist/interface/generated/liana/schemas/static-html/signatures/refiners/list_of_characters.d.ts +0 -71
  15. package/dist/interface/generated/liana/schemas/static-html/signatures/refiners/list_of_characters.js +0 -5
  16. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/astn_sealed_target.d.ts +0 -45
  17. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/astn_sealed_target.js +0 -4
  18. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/boilerplate_for_migrate.d.ts +0 -45
  19. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/boilerplate_for_migrate.js +0 -4
  20. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/fountain_pen.d.ts +0 -45
  21. package/dist/interface/generated/liana/schemas/static-html/signatures/transformers/fountain_pen.js +0 -4
  22. package/dist/interface/generated/liana/schemas/xml/data.js +0 -3
  23. package/dist/interface/generated/liana/schemas/xml/signatures/refiners/astn_parse_tree.d.ts +0 -45
  24. package/dist/interface/generated/liana/schemas/xml/signatures/refiners/astn_parse_tree.js +0 -5
  25. package/dist/interface/generated/liana/schemas/xml/signatures/refiners/list_of_characters.d.ts +0 -60
  26. package/dist/interface/generated/liana/schemas/xml/signatures/refiners/list_of_characters.js +0 -5
  27. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/astn_sealed_target.d.ts +0 -38
  28. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/astn_sealed_target.js +0 -4
  29. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/boilerplate_for_migrate.d.ts +0 -38
  30. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/boilerplate_for_migrate.js +0 -4
  31. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/fountain_pen.d.ts +0 -38
  32. package/dist/interface/generated/liana/schemas/xml/signatures/transformers/fountain_pen.js +0 -4
  33. /package/dist/{interface/generated/liana/schemas/xml/data.d.ts → modules/xml/interface/data/xml.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as p_ from 'pareto-core/interface/transformer';
2
- import type * as d_in from "../../../interface/generated/liana/schemas/static-html/data.js";
3
- import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
2
+ import type * as d_in from "../../../interface/data/static_html.js";
3
+ import type * as d_out from "pareto-fountain-pen/interface/data/prose";
4
4
  export type Document = p_.Transformer<d_in.Document, d_out.Paragraph>;
5
5
  export type Flow_Element = p_.Transformer<d_in.Flow_Element, d_out.Phrase>;
6
6
  export type Flow_Content = p_.Transformer<d_in.Flow_Content, d_out.Phrase>;
@@ -1,6 +1,6 @@
1
1
  import type * as p_ from 'pareto-core/interface/transformer';
2
- import type * as d_in from "../../../interface/generated/liana/schemas/static-html/data.js";
3
- import type * as d_out from "../../../interface/generated/liana/schemas/xml/data.js";
2
+ import type * as d_in from "../../../interface/data/static_html.js";
3
+ import type * as d_out from "../../../modules/xml/interface/data/xml.js";
4
4
  export type Document = p_.Transformer<d_in.Document, d_out.Document>;
5
5
  export type Flow_Element = p_.Transformer<d_in.Flow_Element, d_out.Element.content_type.nodes_only.children.L>;
6
6
  export type Flow_Content = p_.Transformer<d_in.Flow_Content, d_out.Element.content_type.nodes_only.children>;
@@ -1,4 +1,4 @@
1
1
  import * as p_ from 'pareto-core/interface/data';
2
- import type * as d_static_html from "../generated/liana/schemas/static-html/data.js";
2
+ import type * as d_static_html from "./static_html.js";
3
3
  export type Directory = p_.Dictionary<Node>;
4
4
  export type Node = ['file', d_static_html.Document] | ['directory', Directory];
@@ -1,5 +1,5 @@
1
1
  import * as p_di from 'pareto-core/interface/data';
2
- import * as i_imports_xml from "../xml/data.js";
2
+ import * as i_imports_xml from "../../modules/xml/interface/data/xml.js";
3
3
  export declare namespace Document_ {
4
4
  type css = string;
5
5
  type root = Flow_Element_;
@@ -0,0 +1,3 @@
1
+ import * as p_di from 'pareto-core/interface/data';
2
+ import * as i_imports_xml from "../../modules/xml/interface/data/xml.js";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGljX2h0bWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2RhdGEvc3RhdGljX2h0bWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLElBQUksTUFBTSw0QkFBNEIsQ0FBQTtBQUVsRCxPQUFPLEtBQUssYUFBYSxNQUFNLHlDQUF5QyxDQUFBIn0=
@@ -1,6 +1,6 @@
1
1
  import type * as p_i from 'pareto-core/interface/transformer';
2
- import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- import type * as d_in from "../../../../../interface/generated/liana/schemas/xml/data.js";
2
+ import type * as d_out from "pareto-fountain-pen/interface/data/prose";
3
+ import type * as d_in from "../../../interface/data/xml.js";
4
4
  export declare namespace interface_ {
5
5
  type Document = p_i.Transformer<d_in.Document, d_out.Paragraph>;
6
6
  type Element = p_i.Transformer<d_in.Element, d_out.Phrase>;
@@ -0,0 +1,3 @@
1
+ import * as p_i from 'pareto-core/interface/__internal/Abort';
2
+ import * as p_di from 'pareto-core/interface/data';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoieG1sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMveG1sL2ludGVyZmFjZS9kYXRhL3htbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssR0FBRyxNQUFNLHdDQUF3QyxDQUFBO0FBQzdELE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUEifQ==
@@ -1,5 +1,5 @@
1
1
  import * as p_ from 'pareto-core-shorthands/unconstrained_target';
2
- import type * as d_target from "../../../../interface/generated/liana/schemas/xml/data.js";
2
+ import type * as d_target from "../../interface/data/xml.js";
3
3
  export declare const document: (doc_type: null | string, root: d_target.Element) => d_target.Document;
4
4
  export declare const attribute: (name: string, value: string) => d_target.Element.attributes.L;
5
5
  export declare namespace e {
@@ -1,6 +1,6 @@
1
1
  import * as p_ from 'pareto-core-shorthands/unconstrained_target';
2
- import type * as d_target from "../../interface/generated/liana/schemas/static-html/data.js";
3
- import type * as d_target_xml from "../../interface/generated/liana/schemas/xml/data.js";
2
+ import type * as d_target from "../../interface/data/static_html.js";
3
+ import type * as d_target_xml from "../../modules/xml/interface/data/xml.js";
4
4
  export declare const document: (css: string, root: d_target.Flow_Element) => d_target.Document;
5
5
  /**
6
6
  * flow elements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-static-html",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "a library for creating static HTML documents using Pareto",
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as p_di from 'pareto-core/interface/data';
3
- import * as i_imports_xml from "../xml/data.js";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvc3RhdGljLWh0bWwvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssR0FBRyxNQUFNLHdDQUF3QyxDQUFBO0FBQzdELE9BQU8sS0FBSyxJQUFJLE1BQU0sNEJBQTRCLENBQUE7QUFFbEQsT0FBTyxLQUFLLGFBQWEsTUFBTSxnQkFBZ0IsQ0FBQSJ9
@@ -1,53 +0,0 @@
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
- export declare namespace Document_ {
6
- type I = i_in.Value;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- }
11
- }
12
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>) => Document_.O;
13
- export declare namespace Flow_Element_ {
14
- type I = i_in.Value;
15
- type O = i_out.Flow_Element;
16
- type E = i_generic.Error;
17
- namespace P {
18
- }
19
- }
20
- export type Flow_Element_ = (context: Flow_Element_.I, abort: p_i.Abort<Flow_Element_.E>) => Flow_Element_.O;
21
- export declare namespace Flow_Content_ {
22
- type I = i_in.Value;
23
- type O = i_out.Flow_Content;
24
- type E = i_generic.Error;
25
- namespace P {
26
- }
27
- }
28
- export type Flow_Content_ = (context: Flow_Content_.I, abort: p_i.Abort<Flow_Content_.E>) => Flow_Content_.O;
29
- export declare namespace Classes_ {
30
- type I = i_in.Value;
31
- type O = i_out.Classes;
32
- type E = i_generic.Error;
33
- namespace P {
34
- }
35
- }
36
- export type Classes_ = (context: Classes_.I, abort: p_i.Abort<Classes_.E>) => Classes_.O;
37
- export declare namespace Phrasing_Content_ {
38
- type I = i_in.Value;
39
- type O = i_out.Phrasing_Content;
40
- type E = i_generic.Error;
41
- namespace P {
42
- }
43
- }
44
- export type Phrasing_Content_ = (context: Phrasing_Content_.I, abort: p_i.Abort<Phrasing_Content_.E>) => Phrasing_Content_.O;
45
- export declare namespace Phrasing_Element_ {
46
- type I = i_in.Value;
47
- type O = i_out.Phrasing_Element;
48
- type E = i_generic.Error;
49
- namespace P {
50
- }
51
- }
52
- export type Phrasing_Element_ = (context: Phrasing_Element_.I, abort: p_i.Abort<Phrasing_Element_.E>) => Phrasing_Element_.O;
53
- export type { Document_ as Document, Flow_Element_ as Flow_Element, Flow_Content_ as Flow_Content, Classes_ as Classes, Phrasing_Content_ as Phrasing_Content, Phrasing_Element_ as Phrasing_Element, };
@@ -1,5 +0,0 @@
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zdGF0aWMtaHRtbC9zaWduYXR1cmVzL3JlZmluZXJzL2FzdG5fcGFyc2VfdHJlZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssR0FBRyxNQUFNLHdDQUF3QyxDQUFBO0FBRTdELE9BQU8sS0FBSyxTQUFTLE1BQU0sc0NBQXNDLENBQUE7QUFFakUsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUE7QUFFdEMsT0FBTyxLQUFLLElBQUksTUFBTSw2REFBNkQsQ0FBQSJ9
@@ -1,71 +0,0 @@
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
- export declare namespace Document_ {
6
- type I = i_in.List_of_Characters;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- type tab_size = number;
11
- }
12
- }
13
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>, parameters: {
14
- readonly 'tab size': Document_.P.tab_size;
15
- }) => Document_.O;
16
- export declare namespace Flow_Element_ {
17
- type I = i_in.List_of_Characters;
18
- type O = i_out.Flow_Element;
19
- type E = i_generic.Error;
20
- namespace P {
21
- type tab_size = number;
22
- }
23
- }
24
- export type Flow_Element_ = (context: Flow_Element_.I, abort: p_i.Abort<Flow_Element_.E>, parameters: {
25
- readonly 'tab size': Flow_Element_.P.tab_size;
26
- }) => Flow_Element_.O;
27
- export declare namespace Flow_Content_ {
28
- type I = i_in.List_of_Characters;
29
- type O = i_out.Flow_Content;
30
- type E = i_generic.Error;
31
- namespace P {
32
- type tab_size = number;
33
- }
34
- }
35
- export type Flow_Content_ = (context: Flow_Content_.I, abort: p_i.Abort<Flow_Content_.E>, parameters: {
36
- readonly 'tab size': Flow_Content_.P.tab_size;
37
- }) => Flow_Content_.O;
38
- export declare namespace Classes_ {
39
- type I = i_in.List_of_Characters;
40
- type O = i_out.Classes;
41
- type E = i_generic.Error;
42
- namespace P {
43
- type tab_size = number;
44
- }
45
- }
46
- export type Classes_ = (context: Classes_.I, abort: p_i.Abort<Classes_.E>, parameters: {
47
- readonly 'tab size': Classes_.P.tab_size;
48
- }) => Classes_.O;
49
- export declare namespace Phrasing_Content_ {
50
- type I = i_in.List_of_Characters;
51
- type O = i_out.Phrasing_Content;
52
- type E = i_generic.Error;
53
- namespace P {
54
- type tab_size = number;
55
- }
56
- }
57
- export type Phrasing_Content_ = (context: Phrasing_Content_.I, abort: p_i.Abort<Phrasing_Content_.E>, parameters: {
58
- readonly 'tab size': Phrasing_Content_.P.tab_size;
59
- }) => Phrasing_Content_.O;
60
- export declare namespace Phrasing_Element_ {
61
- type I = i_in.List_of_Characters;
62
- type O = i_out.Phrasing_Element;
63
- type E = i_generic.Error;
64
- namespace P {
65
- type tab_size = number;
66
- }
67
- }
68
- export type Phrasing_Element_ = (context: Phrasing_Element_.I, abort: p_i.Abort<Phrasing_Element_.E>, parameters: {
69
- readonly 'tab size': Phrasing_Element_.P.tab_size;
70
- }) => Phrasing_Element_.O;
71
- export type { Document_ as Document, Flow_Element_ as Flow_Element, Flow_Content_ as Flow_Content, Classes_ as Classes, Phrasing_Content_ as Phrasing_Content, Phrasing_Element_ as Phrasing_Element, };
@@ -1,5 +0,0 @@
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zdGF0aWMtaHRtbC9zaWduYXR1cmVzL3JlZmluZXJzL2xpc3Rfb2ZfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssR0FBRyxNQUFNLHdDQUF3QyxDQUFBO0FBRTdELE9BQU8sS0FBSyxTQUFTLE1BQU0sdUNBQXVDLENBQUE7QUFFbEUsT0FBTyxLQUFLLElBQUksTUFBTSwrRUFBK0UsQ0FBQTtBQUVyRyxPQUFPLEtBQUssS0FBSyxNQUFNLGVBQWUsQ0FBQSJ9
@@ -1,45 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Flow_Element_ {
11
- type I = i_in.Flow_Element;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Flow_Element_ = (context: Flow_Element_.I) => Flow_Element_.O;
17
- export declare namespace Flow_Content_ {
18
- type I = i_in.Flow_Content;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Flow_Content_ = (context: Flow_Content_.I) => Flow_Content_.O;
24
- export declare namespace Classes_ {
25
- type I = i_in.Classes;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type Classes_ = (context: Classes_.I) => Classes_.O;
31
- export declare namespace Phrasing_Content_ {
32
- type I = i_in.Phrasing_Content;
33
- type O = i_out.Value;
34
- namespace P {
35
- }
36
- }
37
- export type Phrasing_Content_ = (context: Phrasing_Content_.I) => Phrasing_Content_.O;
38
- export declare namespace Phrasing_Element_ {
39
- type I = i_in.Phrasing_Element;
40
- type O = i_out.Value;
41
- namespace P {
42
- }
43
- }
44
- export type Phrasing_Element_ = (context: Phrasing_Element_.I) => Phrasing_Element_.O;
45
- export type { Document_ as Document, Flow_Element_ as Flow_Element, Flow_Content_ as Flow_Content, Classes_ as Classes, Phrasing_Content_ as Phrasing_Content, Phrasing_Element_ as Phrasing_Element, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
3
- import * as i_in from "../../data.js";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zdGF0aWMtaHRtbC9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9hc3RuX3NlYWxlZF90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssS0FBSyxNQUFNLGdFQUFnRSxDQUFBO0FBRXZGLE9BQU8sS0FBSyxJQUFJLE1BQU0sZUFBZSxDQUFBIn0=
@@ -1,45 +0,0 @@
1
- import * as i_out from "../../data.js";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Document;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Flow_Element_ {
11
- type I = i_in.Flow_Element;
12
- type O = i_out.Flow_Element;
13
- namespace P {
14
- }
15
- }
16
- export type Flow_Element_ = (context: Flow_Element_.I) => Flow_Element_.O;
17
- export declare namespace Flow_Content_ {
18
- type I = i_in.Flow_Content;
19
- type O = i_out.Flow_Content;
20
- namespace P {
21
- }
22
- }
23
- export type Flow_Content_ = (context: Flow_Content_.I) => Flow_Content_.O;
24
- export declare namespace Classes_ {
25
- type I = i_in.Classes;
26
- type O = i_out.Classes;
27
- namespace P {
28
- }
29
- }
30
- export type Classes_ = (context: Classes_.I) => Classes_.O;
31
- export declare namespace Phrasing_Content_ {
32
- type I = i_in.Phrasing_Content;
33
- type O = i_out.Phrasing_Content;
34
- namespace P {
35
- }
36
- }
37
- export type Phrasing_Content_ = (context: Phrasing_Content_.I) => Phrasing_Content_.O;
38
- export declare namespace Phrasing_Element_ {
39
- type I = i_in.Phrasing_Element;
40
- type O = i_out.Phrasing_Element;
41
- namespace P {
42
- }
43
- }
44
- export type Phrasing_Element_ = (context: Phrasing_Element_.I) => Phrasing_Element_.O;
45
- export type { Document_ as Document, Flow_Element_ as Flow_Element, Flow_Content_ as Flow_Content, Classes_ as Classes, Phrasing_Content_ as Phrasing_Content, Phrasing_Element_ as Phrasing_Element, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_out from "../../data.js";
3
- import * as i_in from "../../data.js";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3N0YXRpYy1odG1sL3NpZ25hdHVyZXMvdHJhbnNmb3JtZXJzL2JvaWxlcnBsYXRlX2Zvcl9taWdyYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUE7QUFFdEMsT0FBTyxLQUFLLElBQUksTUFBTSxlQUFlLENBQUEifQ==
@@ -1,45 +0,0 @@
1
- import * as i_in from "../../data.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Paragraph;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Flow_Element_ {
11
- type I = i_in.Flow_Element;
12
- type O = i_out.Paragraph;
13
- namespace P {
14
- }
15
- }
16
- export type Flow_Element_ = (context: Flow_Element_.I) => Flow_Element_.O;
17
- export declare namespace Flow_Content_ {
18
- type I = i_in.Flow_Content;
19
- type O = i_out.Paragraph;
20
- namespace P {
21
- }
22
- }
23
- export type Flow_Content_ = (context: Flow_Content_.I) => Flow_Content_.O;
24
- export declare namespace Classes_ {
25
- type I = i_in.Classes;
26
- type O = i_out.Paragraph;
27
- namespace P {
28
- }
29
- }
30
- export type Classes_ = (context: Classes_.I) => Classes_.O;
31
- export declare namespace Phrasing_Content_ {
32
- type I = i_in.Phrasing_Content;
33
- type O = i_out.Paragraph;
34
- namespace P {
35
- }
36
- }
37
- export type Phrasing_Content_ = (context: Phrasing_Content_.I) => Phrasing_Content_.O;
38
- export declare namespace Phrasing_Element_ {
39
- type I = i_in.Phrasing_Element;
40
- type O = i_out.Paragraph;
41
- namespace P {
42
- }
43
- }
44
- export type Phrasing_Element_ = (context: Phrasing_Element_.I) => Phrasing_Element_.O;
45
- export type { Document_ as Document, Flow_Element_ as Flow_Element, Flow_Content_ as Flow_Content, Classes_ as Classes, Phrasing_Content_ as Phrasing_Content, Phrasing_Element_ as Phrasing_Element, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_in from "../../data.js";
3
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9zdGF0aWMtaHRtbC9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9mb3VudGFpbl9wZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssSUFBSSxNQUFNLGVBQWUsQ0FBQTtBQUVyQyxPQUFPLEtBQUssS0FBSyxNQUFNLGtFQUFrRSxDQUFBIn0=
@@ -1,3 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as p_di from 'pareto-core/interface/data';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMveG1sL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUM3RCxPQUFPLEtBQUssSUFBSSxNQUFNLDRCQUE0QixDQUFBIn0=
@@ -1,45 +0,0 @@
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
- export declare namespace Document_ {
6
- type I = i_in.Value;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- }
11
- }
12
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>) => Document_.O;
13
- export declare namespace Element_ {
14
- type I = i_in.Value;
15
- type O = i_out.Element;
16
- type E = i_generic.Error;
17
- namespace P {
18
- }
19
- }
20
- export type Element_ = (context: Element_.I, abort: p_i.Abort<Element_.E>) => Element_.O;
21
- export declare namespace Mixed_Content_ {
22
- type I = i_in.Value;
23
- type O = i_out.Mixed_Content;
24
- type E = i_generic.Error;
25
- namespace P {
26
- }
27
- }
28
- export type Mixed_Content_ = (context: Mixed_Content_.I, abort: p_i.Abort<Mixed_Content_.E>) => Mixed_Content_.O;
29
- export declare namespace Qualified_Name_ {
30
- type I = i_in.Value;
31
- type O = i_out.Qualified_Name;
32
- type E = i_generic.Error;
33
- namespace P {
34
- }
35
- }
36
- export type Qualified_Name_ = (context: Qualified_Name_.I, abort: p_i.Abort<Qualified_Name_.E>) => Qualified_Name_.O;
37
- export declare namespace Node_ {
38
- type I = i_in.Value;
39
- type O = i_out.Node;
40
- type E = i_generic.Error;
41
- namespace P {
42
- }
43
- }
44
- export type Node_ = (context: Node_.I, abort: p_i.Abort<Node_.E>) => Node_.O;
45
- export type { Document_ as Document, Element_ as Element, Mixed_Content_ as Mixed_Content, Qualified_Name_ as Qualified_Name, Node_ as Node, };
@@ -1,5 +0,0 @@
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9wYXJzZV90cmVlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy94bWwvc2lnbmF0dXJlcy9yZWZpbmVycy9hc3RuX3BhcnNlX3RyZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHNDQUFzQyxDQUFBO0FBRWpFLE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBO0FBRXRDLE9BQU8sS0FBSyxJQUFJLE1BQU0sNkRBQTZELENBQUEifQ==
@@ -1,60 +0,0 @@
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
- export declare namespace Document_ {
6
- type I = i_in.List_of_Characters;
7
- type O = i_out.Document;
8
- type E = i_generic.Error;
9
- namespace P {
10
- type tab_size = number;
11
- }
12
- }
13
- export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>, parameters: {
14
- readonly 'tab size': Document_.P.tab_size;
15
- }) => Document_.O;
16
- export declare namespace Element_ {
17
- type I = i_in.List_of_Characters;
18
- type O = i_out.Element;
19
- type E = i_generic.Error;
20
- namespace P {
21
- type tab_size = number;
22
- }
23
- }
24
- export type Element_ = (context: Element_.I, abort: p_i.Abort<Element_.E>, parameters: {
25
- readonly 'tab size': Element_.P.tab_size;
26
- }) => Element_.O;
27
- export declare namespace Mixed_Content_ {
28
- type I = i_in.List_of_Characters;
29
- type O = i_out.Mixed_Content;
30
- type E = i_generic.Error;
31
- namespace P {
32
- type tab_size = number;
33
- }
34
- }
35
- export type Mixed_Content_ = (context: Mixed_Content_.I, abort: p_i.Abort<Mixed_Content_.E>, parameters: {
36
- readonly 'tab size': Mixed_Content_.P.tab_size;
37
- }) => Mixed_Content_.O;
38
- export declare namespace Qualified_Name_ {
39
- type I = i_in.List_of_Characters;
40
- type O = i_out.Qualified_Name;
41
- type E = i_generic.Error;
42
- namespace P {
43
- type tab_size = number;
44
- }
45
- }
46
- export type Qualified_Name_ = (context: Qualified_Name_.I, abort: p_i.Abort<Qualified_Name_.E>, parameters: {
47
- readonly 'tab size': Qualified_Name_.P.tab_size;
48
- }) => Qualified_Name_.O;
49
- export declare namespace Node_ {
50
- type I = i_in.List_of_Characters;
51
- type O = i_out.Node;
52
- type E = i_generic.Error;
53
- namespace P {
54
- type tab_size = number;
55
- }
56
- }
57
- export type Node_ = (context: Node_.I, abort: p_i.Abort<Node_.E>, parameters: {
58
- readonly 'tab size': Node_.P.tab_size;
59
- }) => Node_.O;
60
- export type { Document_ as Document, Element_ as Element, Mixed_Content_ as Mixed_Content, Qualified_Name_ as Qualified_Name, Node_ as Node, };
@@ -1,5 +0,0 @@
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy94bWwvc2lnbmF0dXJlcy9yZWZpbmVycy9saXN0X29mX2NoYXJhY3RlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxLQUFLLEdBQUcsTUFBTSx3Q0FBd0MsQ0FBQTtBQUU3RCxPQUFPLEtBQUssU0FBUyxNQUFNLHVDQUF1QyxDQUFBO0FBRWxFLE9BQU8sS0FBSyxJQUFJLE1BQU0sK0VBQStFLENBQUE7QUFFckcsT0FBTyxLQUFLLEtBQUssTUFBTSxlQUFlLENBQUEifQ==
@@ -1,38 +0,0 @@
1
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Value;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Element_ {
11
- type I = i_in.Element;
12
- type O = i_out.Value;
13
- namespace P {
14
- }
15
- }
16
- export type Element_ = (context: Element_.I) => Element_.O;
17
- export declare namespace Mixed_Content_ {
18
- type I = i_in.Mixed_Content;
19
- type O = i_out.Value;
20
- namespace P {
21
- }
22
- }
23
- export type Mixed_Content_ = (context: Mixed_Content_.I) => Mixed_Content_.O;
24
- export declare namespace Qualified_Name_ {
25
- type I = i_in.Qualified_Name;
26
- type O = i_out.Value;
27
- namespace P {
28
- }
29
- }
30
- export type Qualified_Name_ = (context: Qualified_Name_.I) => Qualified_Name_.O;
31
- export declare namespace Node_ {
32
- type I = i_in.Node;
33
- type O = i_out.Value;
34
- namespace P {
35
- }
36
- }
37
- export type Node_ = (context: Node_.I) => Node_.O;
38
- export type { Document_ as Document, Element_ as Element, Mixed_Content_ as Mixed_Content, Qualified_Name_ as Qualified_Name, Node_ as Node, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_out from "astn-core/interface/generated/liana/schemas/sealed_target/data";
3
- import * as i_in from "../../data.js";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfdGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy94bWwvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvYXN0bl9zZWFsZWRfdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLEtBQUssTUFBTSxnRUFBZ0UsQ0FBQTtBQUV2RixPQUFPLEtBQUssSUFBSSxNQUFNLGVBQWUsQ0FBQSJ9
@@ -1,38 +0,0 @@
1
- import * as i_out from "../../data.js";
2
- import * as i_in from "../../data.js";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Document;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Element_ {
11
- type I = i_in.Element;
12
- type O = i_out.Element;
13
- namespace P {
14
- }
15
- }
16
- export type Element_ = (context: Element_.I) => Element_.O;
17
- export declare namespace Mixed_Content_ {
18
- type I = i_in.Mixed_Content;
19
- type O = i_out.Mixed_Content;
20
- namespace P {
21
- }
22
- }
23
- export type Mixed_Content_ = (context: Mixed_Content_.I) => Mixed_Content_.O;
24
- export declare namespace Qualified_Name_ {
25
- type I = i_in.Qualified_Name;
26
- type O = i_out.Qualified_Name;
27
- namespace P {
28
- }
29
- }
30
- export type Qualified_Name_ = (context: Qualified_Name_.I) => Qualified_Name_.O;
31
- export declare namespace Node_ {
32
- type I = i_in.Node;
33
- type O = i_out.Node;
34
- namespace P {
35
- }
36
- }
37
- export type Node_ = (context: Node_.I) => Node_.O;
38
- export type { Document_ as Document, Element_ as Element, Mixed_Content_ as Mixed_Content, Qualified_Name_ as Qualified_Name, Node_ as Node, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_out from "../../data.js";
3
- import * as i_in from "../../data.js";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9pbGVycGxhdGVfZm9yX21pZ3JhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL3htbC9zaWduYXR1cmVzL3RyYW5zZm9ybWVycy9ib2lsZXJwbGF0ZV9mb3JfbWlncmF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssR0FBRyxNQUFNLHdDQUF3QyxDQUFBO0FBRTdELE9BQU8sS0FBSyxLQUFLLE1BQU0sZUFBZSxDQUFBO0FBRXRDLE9BQU8sS0FBSyxJQUFJLE1BQU0sZUFBZSxDQUFBIn0=
@@ -1,38 +0,0 @@
1
- import * as i_in from "../../data.js";
2
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
3
- export declare namespace Document_ {
4
- type I = i_in.Document;
5
- type O = i_out.Paragraph;
6
- namespace P {
7
- }
8
- }
9
- export type Document_ = (context: Document_.I) => Document_.O;
10
- export declare namespace Element_ {
11
- type I = i_in.Element;
12
- type O = i_out.Paragraph;
13
- namespace P {
14
- }
15
- }
16
- export type Element_ = (context: Element_.I) => Element_.O;
17
- export declare namespace Mixed_Content_ {
18
- type I = i_in.Mixed_Content;
19
- type O = i_out.Paragraph;
20
- namespace P {
21
- }
22
- }
23
- export type Mixed_Content_ = (context: Mixed_Content_.I) => Mixed_Content_.O;
24
- export declare namespace Qualified_Name_ {
25
- type I = i_in.Qualified_Name;
26
- type O = i_out.Paragraph;
27
- namespace P {
28
- }
29
- }
30
- export type Qualified_Name_ = (context: Qualified_Name_.I) => Qualified_Name_.O;
31
- export declare namespace Node_ {
32
- type I = i_in.Node;
33
- type O = i_out.Paragraph;
34
- namespace P {
35
- }
36
- }
37
- export type Node_ = (context: Node_.I) => Node_.O;
38
- export type { Document_ as Document, Element_ as Element, Mixed_Content_ as Mixed_Content, Qualified_Name_ as Qualified_Name, Node_ as Node, };
@@ -1,4 +0,0 @@
1
- import * as p_i from 'pareto-core/interface/__internal/Abort';
2
- import * as i_in from "../../data.js";
3
- import * as i_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm91bnRhaW5fcGVuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy94bWwvc2lnbmF0dXJlcy90cmFuc2Zvcm1lcnMvZm91bnRhaW5fcGVuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxHQUFHLE1BQU0sd0NBQXdDLENBQUE7QUFFN0QsT0FBTyxLQUFLLElBQUksTUFBTSxlQUFlLENBQUE7QUFFckMsT0FBTyxLQUFLLEtBQUssTUFBTSxrRUFBa0UsQ0FBQSJ9