Populate standard properties.

This commit is contained in:
Tom Alexander
2023-12-24 15:48:33 -05:00
parent 310ab2eab2
commit b9b3ef6e74
6 changed files with 127 additions and 19 deletions

View File

@@ -2,5 +2,8 @@ mod document;
mod macros;
mod parse_result;
mod standard_properties;
mod to_wasm;
pub(crate) use parse_result::ParseResult;
pub(crate) use to_wasm::ToWasm;
pub(crate) use to_wasm::ToWasmContext;