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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user