Ashinoko
|
28ca619a24
|
fix bug: cache actually not working (#664)
Resolve issue #663 and add test.
|
7 år sedan |
raymond.lam
|
198a5657be
|
fix typo in parse-caching/Mustache.tags test
|
8 år sedan |
raymond.lam
|
24653984d0
|
Writer.prototype.parse to cache by tags in addition to template string
|
9 år sedan |
Michael Jackson
|
b114120741
|
Major reorganization and cleanup
|
12 år sedan |
Michael Jackson
|
eb6ceb8b14
|
Fixed rendering error when using nested higher-order sections
Fixes #274
|
13 år sedan |
Michael Jackson
|
eee8d695fc
|
Better error reporting
|
13 år sedan |
Michael Jackson
|
3fea961f06
|
Use mocha for testing
|
13 år sedan |
Michael Jackson
|
e0edb356ae
|
Fail gracefully on empty template
Fixes #267
|
13 år sedan |
Michael Jackson
|
0ea95746a8
|
Allow auto-loading of partials
Fixes #247
|
13 år sedan |
Michael Jackson
|
a5dbb708d7
|
Fix text token offsets
Text tokens now accurately reflect their content's exact position
in the original template.
|
13 år sedan |
Michael Jackson
|
18e797d47e
|
Coerce { token types to &
|
13 år sedan |
Michael Jackson
|
3fb61fc056
|
More concise token format
|
13 år sedan |
Michael Jackson
|
be4fd1cc29
|
Text passed to higher-order sections unrendered
Fixes #187
|
13 år sedan |
Michael Jackson
|
fbc66a8140
|
Another rewrite
- Cleaner separation of responsibilities in the code between
scanning, parsing, compiling, and rendering functions.
- Much faster
|
14 år sedan |