This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Produce sub-templates synchronously.
This patch make handling of bindings for template bind/if/repeat special, in that they are processed privately as a group (and are not available as public binding names). Also, the processing order for binding recursive is now post-order, this means that all children elements will be bound and templates produced before a given node binds. R=arv BUG= Review URL: https://codereview.appspot.com/45890043
- Loading branch information