Move wasm diff structs to their own module.

This commit is contained in:
Tom Alexander
2023-12-27 19:15:39 -05:00
parent abfae9c6c0
commit 5a64db98fe
5 changed files with 115 additions and 108 deletions

View File

@@ -9,7 +9,7 @@ use crate::wasm::WasmAstNode;
#[derive(Debug, Serialize)]
#[serde(tag = "ast_node")]
#[serde(rename = "org-data")]
#[serde(rename = "paragraph")]
pub struct WasmParagraph<'s, 'p> {
standard_properties: WasmStandardProperties,
children: Vec<WasmAstNode<'s, 'p>>,