Stubs for the size and contextDump helpers.

This commit is contained in:
Tom Alexander
2020-06-14 12:32:10 -04:00
parent c3ebf4c66c
commit 76193bf806
3 changed files with 21 additions and 1 deletions

View File

@@ -722,6 +722,14 @@ impl<'a> DustRenderer<'a> {
}
}
}
DustTag::DTHelperSize(parameterized_block) => {
//todo
todo!()
}
DustTag::DTHelperContextDump(parameterized_block) => {
//todo
todo!()
}
}
Ok("".to_owned())