Yehuda Katz
|
9998d9d9bc
|
Allow subclasses to customize the namespace
|
2011-10-28 17:39:42 -07:00 |
|
Peter Wagenet
|
924cc3e86c
|
Goodbye poor hack. You were broken before your time.
|
2011-10-27 22:32:07 -07:00 |
|
Peter Wagenet
|
43431d2a78
|
Added 'log' helper - See #97
|
2011-10-24 19:41:41 -07:00 |
|
kpdecker
|
defc2f3403
|
Refactor deferred compile to use helper
|
2011-10-21 08:34:24 -05:00 |
|
kpdecker
|
4458b5fa13
|
Defer compilation of templates until needed.
|
2011-10-21 08:24:55 -05:00 |
|
Alan Johnson
|
b832c85923
|
Forgot === for falsy check.
|
2011-09-05 14:20:57 -04:00 |
|
Alan Johnson
|
33bde69750
|
Fixed bug in falsy check on lookups.
|
2011-09-05 11:08:22 -04:00 |
|
Alan Johnson
|
6b18873d23
|
Fixed errors occurring because of undefined properties on nested paths.
|
2011-09-02 10:56:37 -04:00 |
|
Alan Johnson
|
fc84308cc9
|
Got simple literal expressions added into paths.
|
2011-09-02 09:04:41 -04:00 |
|
Mark DiMarco
|
696dc2dc36
|
The missing semicolon is breaking our code when we minify.
|
2011-09-01 20:37:51 -05:00 |
|
Alan Johnson
|
3c5cac3f3f
|
Fixed missing var in compiler code causing compilerWords to be global.
|
2011-08-15 23:10:27 -04:00 |
|
tomhuda
|
2f7b724d5a
|
Make sure options.hash is an empty {} if no hash is present to eliminate necessary guards in helpers
|
2011-08-02 16:32:57 -07:00 |
|
kpdecker
|
318c08a97e
|
Do not perform unnecessary self-assign
|
2011-07-31 21:44:27 -05:00 |
|
kpdecker
|
d6b97cf34d
|
Do not buffer for simple programs (1 statement)
|
2011-07-31 21:44:16 -05:00 |
|
kpdecker
|
6349c1a0c7
|
Optimize the populate call logic for the simple cases
|
2011-07-31 21:01:40 -05:00 |
|
kpdecker
|
f53737ef23
|
knownHandlers and knownHandlersOnly compile options.
|
2011-07-31 21:00:44 -05:00 |
|
kpdecker
|
1a88356dc3
|
Access context objects directly rather than using currentContext var.
|
2011-07-31 17:17:14 -05:00 |
|
kpdecker
|
d044ada7aa
|
Convert children to nested functions. Reuse identifiers by closure where possible.
|
2011-07-31 16:17:39 -05:00 |
|
kpdecker
|
77a20a3a9f
|
Alias self -> this
|
2011-07-31 14:58:37 -05:00 |
|
kpdecker
|
9821da8df7
|
Move aliases and registers into context object.
|
2011-07-31 14:10:32 -05:00 |
|
kpdecker
|
2d538baf72
|
Use x = a[y] || b[y] rather than if exists lookup
|
2011-07-31 11:27:47 -05:00 |
|
kpdecker
|
c7e8ddd6b5
|
Minimizable id aliases.
|
2011-07-31 11:25:40 -05:00 |
|
kpdecker
|
6fcebec713
|
buffer +=
|
2011-07-31 11:21:18 -05:00 |
|
kpdecker
|
993c793565
|
Avoid eval when running in VM+Compiler mode
|
2011-07-30 16:55:26 -05:00 |
|
kpdecker
|
82a1b0e85c
|
Temporary Handlebars.compile implementation in compiler
|
2011-07-30 15:24:49 -05:00 |
|
kpdecker
|
600a669d12
|
Expose Handlebars.precompile method from the compiler.
|
2011-07-30 15:24:14 -05:00 |
|
kpdecker
|
4a9270aa38
|
Fix module loading within node
|
2011-07-30 12:18:56 -05:00 |
|
kpdecker
|
59f5331db4
|
Phase 2 of precompiled extraction:
Use string representations to pass around the function context
|
2011-07-30 11:23:24 -05:00 |
|
kpdecker
|
74bd8cac60
|
Phase 1 of precompiled extraction:
Separate template logic from container construction.
|
2011-07-30 11:10:13 -05:00 |
|
kpdecker
|
f2dccb753f
|
Break compiler and vm logic into separate files.
|
2011-07-30 10:11:13 -05:00 |
|