Implement a SelectContext for passing the select parameters and whether or not any comparison passed down exactly 1 level in the renderer.

This commit is contained in:
Tom Alexander
2020-06-07 18:33:34 -04:00
parent b0b857147d
commit 576d94780a
3 changed files with 18 additions and 13 deletions

View File

@@ -7,9 +7,9 @@ mod inline_partial_tree;
mod iteration_context;
mod parameters_context;
mod renderer;
mod select_context;
mod walking;
// pub use context_element::CloneIntoBoxedContextElement;
pub use context_element::CompareContextElement;
pub use context_element::ContextElement;
pub use context_element::IntoContextElement;
@@ -21,5 +21,5 @@ pub use errors::CompileError;
pub use errors::RenderError;
pub use errors::WalkError;
pub use renderer::compile_template;
// pub use renderer::CompiledTemplate;
pub use renderer::DustRenderer;
pub use select_context::SelectContext;