chore(tiptap): 移除未使用的 RunCodeOptsJs 重导出
RunCodeOptsJs 只在 mod wasm 内部用作 Closure 类型参数,无外部消费者, 从 pub use 重导出列表移除以消除 unused_imports warning。
This commit is contained in:
parent
a37b0ee811
commit
8f6c864f22
@ -479,5 +479,5 @@ pub mod wasm {
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
pub use wasm::{
|
||||
consume_upload_event, get_module, make_run_code_closure, make_upload_closure,
|
||||
upload_image_file, EditorHandle, EditorOptions, RunCodeOptsJs, UploadEventJs,
|
||||
upload_image_file, EditorHandle, EditorOptions, UploadEventJs,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user