Enable child checking.

This commit is contained in:
Tom Alexander
2023-12-27 16:47:02 -05:00
parent 423f65046e
commit 58290515b5
3 changed files with 65 additions and 7 deletions

View File

@@ -64,6 +64,8 @@ mod verse_block;
pub use ast_node::WasmAstNode;
pub use document::WasmDocument;
pub(crate) use headline::WasmHeadline;
pub use parse_result::ParseResult;
pub(crate) use section::WasmSection;
pub use to_wasm::ToWasm;
pub use to_wasm::ToWasmContext;