duster/js/test_cases/reference_parameters
2020-05-30 15:45:44 -04:00
..
input1.json Factor out the parsing of partial template names into its own parser for reuse as an rvalue. 2020-05-30 15:45:44 -04:00
main.dust Factor out the parsing of partial template names into its own parser for reuse as an rvalue. 2020-05-30 15:45:44 -04:00
README.md Add tests for reference parameters. 2020-05-30 15:20:54 -04:00

Reference parameters are evaluated at the time of render, as opposed to direct parameters which are evaluated at the time of assignment.