kpdecker
|
4d7124f6bf
|
Remove global Handlebars references
|
2013-10-09 03:21:21 -07:00 |
|
kpdecker
|
e676e43dc5
|
Use proper default vs. module import semantics
|
2013-10-01 21:19:49 -05:00 |
|
kpdecker
|
6a23391a9a
|
Break exception class out into a standalone module
|
2013-10-01 21:14:18 -05:00 |
|
Yehuda Katz
|
f5c8484ea0
|
Further progress towards modularization.
At this point, I have only 2 fails in the Node build, but I'm doing a
bunch of manual stuff locally and still have a bunch of hacks.
|
2013-07-24 05:03:27 +00:00 |
|
Yehuda Katz
|
88ee4757e7
|
Initial work on ES6 modules
|
2013-07-01 13:59:58 -07:00 |
|
kpdecker
|
6174c3b6f8
|
Remove unnecessary function
|
2013-06-02 23:36:34 -05:00 |
|
kpdecker
|
da2aabe7bd
|
Allow ID, STRING, or INTEGER for partial name
Fixes #519
|
2013-05-29 10:46:28 -04:00 |
|
kpdecker
|
503e32208b
|
Improve tracking of original path values
|
2013-05-27 19:47:17 -04:00 |
|
kpdecker
|
8a05dcb70e
|
Remove unused scope function
|
2013-02-16 10:47:04 -06:00 |
|
Tommy Messbauer
|
1ca7462497
|
merge
|
2013-02-11 23:00:47 -06:00 |
|
Tommy Messbauer
|
514c9391e0
|
restored scope of var verifyMatch
|
2013-02-11 22:50:23 -06:00 |
|
Les Hill
|
6ab92eee6d
|
Only allow 'this' or '..' to lead a path
Paths like 'outer/../key' raise an exception when compiling.
|
2013-01-21 11:21:43 -08:00 |
|
tomhuda
|
ce82bef6f1
|
Boolean("false") === true
|
2013-01-18 16:42:27 -08:00 |
|
Yehuda Katz
|
ccd6a22ea5
|
Add support for getting types in string mode
This makes it possible to determine whether an
argument was passed as a string or as a path
when implementing helpers in string mode.
|
2013-01-16 22:43:25 -08:00 |
|
Les Hill
|
4bb794d814
|
Partials can be paths
Allows partials with slashes, a common partial syntax. For example:
{{> shared/dude}}
|
2012-12-13 11:15:38 -08:00 |
|
Tommy Messbauer
|
7963218495
|
Factory update with tabs to spaces.. sorry :(
|
2012-11-26 09:39:08 -06:00 |
|
Tommy Messbauer
|
7c4813b417
|
Commiting initial factory code
|
2012-08-29 12:48:22 -05:00 |
|
Yehuda Katz
|
72e05d623c
|
Add support for @data variables
|
2012-07-05 22:43:05 -07:00 |
|
tomhuda
|
0afc8b58d2
|
Clean up parser tests and AST printer
|
2012-05-28 19:06:26 -07:00 |
|
tomhuda
|
175c6fae0f
|
More cleanup
* Make block and inverse use the main helper path
* Eliminate separate inverse AST node
|
2012-05-28 17:00:41 -07:00 |
|
Yehuda Katz
|
8786a6c6e2
|
Start doing earlier work on helpers
|
2012-05-28 00:15:52 -07:00 |
|
kpdecker
|
4a9270aa38
|
Fix module loading within node
|
2011-07-30 12:18:56 -05:00 |
|
kpdecker
|
2fc01ff73a
|
Move art into compiler dir
|
2011-07-30 10:25:30 -05:00 |
|