Progress on comparing properties in the wasm_compare macro.

This commit is contained in:
Tom Alexander
2023-12-27 15:58:31 -05:00
parent 5f1668702a
commit 5b02c21ebf
4 changed files with 69 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ pub struct WasmDocument<'s, 'p> {
additional_properties: Vec<(String, &'s str)>,
pub(crate) children: Vec<WasmAstNode<'s, 'p>>,
category: Option<&'p str>,
path: Option<PathBuf>,
pub(crate) path: Option<PathBuf>,
}
to_wasm!(