altsia 0.1.3 → 0.1.4
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/altsia.d.ts +15 -41
- package/altsia.js +3128 -1991
- package/package.json +5 -2
package/altsia.d.ts
CHANGED
|
@@ -1,67 +1,41 @@
|
|
|
1
1
|
import type * as MoonBit from "./moonbit.d.ts";
|
|
2
2
|
|
|
3
|
-
export function
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export function altsia_to_html_with_rewriter(source: MoonBit.String,
|
|
4
|
+
text_rewriter: (_arg0: MoonBit.String) => MoonBit.String,
|
|
5
|
+
extern_api: any,
|
|
6
|
+
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): MoonBit.String;
|
|
6
7
|
|
|
7
8
|
export function altsia_to_html(source: MoonBit.String,
|
|
8
9
|
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): MoonBit.String;
|
|
9
10
|
|
|
10
|
-
export function
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
export function altsia_to_html_with_rewriter_result(source: MoonBit.String,
|
|
12
|
+
text_rewriter: (_arg0: MoonBit.String) => MoonBit.String,
|
|
13
|
+
extern_api: any,
|
|
14
|
+
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): any;
|
|
13
15
|
|
|
14
16
|
export function altsia_to_html_result(source: MoonBit.String,
|
|
15
17
|
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): any;
|
|
16
18
|
|
|
17
|
-
export function
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
export function altsia_to_html_with_rewriter_diagnostics(source: MoonBit.String,
|
|
20
|
+
text_rewriter: (_arg0: MoonBit.String) => MoonBit.String,
|
|
21
|
+
extern_api: any,
|
|
22
|
+
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): any;
|
|
20
23
|
|
|
21
24
|
export function altsia_to_html_diagnostics(source: MoonBit.String,
|
|
22
25
|
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>): any;
|
|
23
26
|
|
|
24
|
-
export function
|
|
25
|
-
|
|
27
|
+
export function altsia_to_html_with_rewriter_raise(source: MoonBit.String,
|
|
28
|
+
text_rewriter: (_arg0: MoonBit.String) => MoonBit.String,
|
|
29
|
+
extern_api: any): MoonBit.Result<MoonBit.String, any>;
|
|
26
30
|
|
|
27
31
|
export function altsia_to_html_raise(source: MoonBit.String): MoonBit.Result<MoonBit.String, any>;
|
|
28
32
|
|
|
29
|
-
export function render_error_supported_languages(): any;
|
|
30
|
-
|
|
31
33
|
export function altsia_normalize_range(source: MoonBit.String,
|
|
32
34
|
start_offset: MoonBit.Int,
|
|
33
35
|
end_offset: MoonBit.Int,
|
|
34
36
|
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
35
37
|
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): MoonBit.String;
|
|
36
38
|
|
|
37
|
-
export function altsia_normalize_range_result(source: MoonBit.String,
|
|
38
|
-
start_offset: MoonBit.Int,
|
|
39
|
-
end_offset: MoonBit.Int,
|
|
40
|
-
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
41
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): any;
|
|
42
|
-
|
|
43
|
-
export function altsia_normalize_range_diagnostics(source: MoonBit.String,
|
|
44
|
-
start_offset: MoonBit.Int,
|
|
45
|
-
end_offset: MoonBit.Int,
|
|
46
|
-
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
47
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): any;
|
|
48
|
-
|
|
49
39
|
export function altsia_normalize(source: MoonBit.String,
|
|
50
40
|
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
51
41
|
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): MoonBit.String;
|
|
52
|
-
|
|
53
|
-
export function altsia_normalize_result(source: MoonBit.String,
|
|
54
|
-
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
55
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): any;
|
|
56
|
-
|
|
57
|
-
export function altsia_normalize_diagnostics(source: MoonBit.String,
|
|
58
|
-
language$46$opt: MoonBit.UnboxedOption<MoonBit.String>,
|
|
59
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): any;
|
|
60
|
-
|
|
61
|
-
export function altsia_normalize_range_raise(source: MoonBit.String,
|
|
62
|
-
start_offset: MoonBit.Int,
|
|
63
|
-
end_offset: MoonBit.Int,
|
|
64
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): MoonBit.Result<MoonBit.String, any>;
|
|
65
|
-
|
|
66
|
-
export function altsia_normalize_raise(source: MoonBit.String,
|
|
67
|
-
max_width$46$opt: MoonBit.UnboxedOption<MoonBit.Int>): MoonBit.Result<MoonBit.String, any>;
|