Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It also always returns an html.Attributes object, instead of
a key/value mapping (which would be provided to html.attributes).
|
|
This is to control e.g. joinChildren.
|
|
|
|
Just always resolving was causing some bugs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm not 100% sure the right behavior here in the long run (whether
we should be doing a deep clone or not), so for now I haven't added
any specific tests. Snapshot tests covering uses of templates which
depend on cloning (i.e. parents which reuse a given template) will
do better to make sure everything keeps working like it should.
|
|
|
|
|
|
|
|
|