David Greenspan
|
6551e3a366
|
search Template.foo namespace for components
fix inheritance superClass tracking
|
2013-06-25 05:08:14 -07:00 |
|
David Greenspan
|
a872fe9565
|
Templates in Template.foo (wip)
|
2013-06-20 16:25:21 -07:00 |
|
David Greenspan
|
6c118d97f0
|
warn when Body not a RootComponent
|
2013-06-17 17:18:38 -07:00 |
|
David Greenspan
|
dc75e8877b
|
use spacebars for templating in build
|
2013-06-17 17:18:38 -07:00 |
|
Geoff Schmidt
|
0b2d536e38
|
Clean up error reporting in HTML template scanner
|
2013-05-13 11:56:51 -07:00 |
|
Geoff Schmidt
|
ed18c6ffb5
|
Comprehensive build-time error reporting system. In particular: if an error occurs, the build will try to continue to identify any other potential problems so that they can be flagged too. Syntax errors are captured and dealt with programmatically, rather than just being echoed to stderr by node. Stack traces are parsed to pull out file and line information, and a distinction is made between the 'user' and 'internal' portions of the stack. All of this is at build time only -- it has not been extended to (run-time) server or browser yet. Also, no source maps yet, though line numbers are computed correctly for units within the linker.
|
2013-05-13 11:52:43 -07:00 |
|
Geoff Schmidt
|
8c72a28e35
|
Port coffeescript package to new plugin API
|
2013-05-13 11:52:43 -07:00 |
|
Geoff Schmidt
|
d5660c3938
|
Make 'templating' use the new plugin API. Now handlebars can be a separate package again.
|
2013-05-13 11:52:43 -07:00 |
|