-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split out template engine into “x-template.js”.
Conceptually “XElement” and “XTemplate” do very different things. The former is all about defining _element interfaces_ and the latter is all about turning interpolated markup into dom. Over time, even our PR diffs have highlited this separation of concerns. Often a PR _either_ changes XElement _or_ XTemplate — rarely both.
- Loading branch information
1 parent
f739937
commit 3aa78b3
Showing
17 changed files
with
1,444 additions
and
1,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.