@sparkleideas/agent-booster 0.2.12 → 0.2.32

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.
Binary file
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_agentboosterwasm_free: (a: number, b: number) => void;
5
+ export const __wbg_wasmcodechunk_free: (a: number, b: number) => void;
6
+ export const __wbg_wasmconfig_free: (a: number, b: number) => void;
7
+ export const __wbg_wasmeditresult_free: (a: number, b: number) => void;
8
+ export const agentboosterwasm_apply_edit: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
9
+ export const agentboosterwasm_apply_edit_json: (a: number, b: number, c: number, d: number) => void;
10
+ export const agentboosterwasm_get_config: (a: number) => number;
11
+ export const agentboosterwasm_new: (a: number) => void;
12
+ export const agentboosterwasm_parse_language: (a: number, b: number, c: number) => void;
13
+ export const agentboosterwasm_set_config: (a: number, b: number) => void;
14
+ export const agentboosterwasm_version: (a: number) => void;
15
+ export const agentboosterwasm_with_config: (a: number, b: number) => void;
16
+ export const create_edit_request: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
17
+ export const parse_edit_request: (a: number, b: number, c: number) => void;
18
+ export const wasmcodechunk_code: (a: number, b: number) => void;
19
+ export const wasmcodechunk_end_byte: (a: number) => number;
20
+ export const wasmcodechunk_end_line: (a: number) => number;
21
+ export const wasmcodechunk_line_count: (a: number) => number;
22
+ export const wasmcodechunk_node_type: (a: number, b: number) => void;
23
+ export const wasmcodechunk_parent_type: (a: number, b: number) => void;
24
+ export const wasmcodechunk_start_byte: (a: number) => number;
25
+ export const wasmcodechunk_start_line: (a: number) => number;
26
+ export const wasmcodechunk_to_json: (a: number, b: number) => void;
27
+ export const wasmconfig_confidence_threshold: (a: number) => number;
28
+ export const wasmconfig_from_json: (a: number, b: number, c: number) => void;
29
+ export const wasmconfig_max_chunks: (a: number) => number;
30
+ export const wasmconfig_new: () => number;
31
+ export const wasmconfig_set_confidence_threshold: (a: number, b: number) => void;
32
+ export const wasmconfig_set_max_chunks: (a: number, b: number) => void;
33
+ export const wasmconfig_to_json: (a: number, b: number) => void;
34
+ export const wasmeditresult_best_similarity: (a: number) => number;
35
+ export const wasmeditresult_chunks_found: (a: number) => number;
36
+ export const wasmeditresult_confidence: (a: number) => number;
37
+ export const wasmeditresult_merged_code: (a: number, b: number) => void;
38
+ export const wasmeditresult_processing_time_ms: (a: number, b: number) => void;
39
+ export const wasmeditresult_strategy: (a: number) => number;
40
+ export const wasmeditresult_syntax_valid: (a: number) => number;
41
+ export const wasmeditresult_to_json: (a: number, b: number) => void;
42
+ export const init: () => void;
43
+ export const __wbindgen_export: (a: number, b: number) => number;
44
+ export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
45
+ export const __wbindgen_export3: (a: number, b: number, c: number) => void;
46
+ export const __wbindgen_add_to_stack_pointer: (a: number) => number;
47
+ export const __wbindgen_start: () => void;