This commit is contained in:
Andras Schmelczer 2025-06-19 20:31:28 +01:00
parent b9a750c681
commit 2884311b62
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,5 @@
use insta::assert_debug_snapshot;
#![cfg(feature = "wasm")]
use reconcile::wasm::{
cursor::{JsCursorPosition, JsTextWithCursors},
lib::{is_binary, is_file_type_mergable, merge, merge_text, merge_text_with_cursors},