311 Commits

Author SHA1 Message Date
Patrick Steele-Idem
608d9092bb Handle circular imports 2015-08-25 10:01:47 -06:00
Patrick Steele-Idem
2901636bf5 Fixes #131 - Recursively handle taglib imports 2015-08-25 09:35:30 -06:00
Patrick Steele-Idem
80d4de50a6 Code comments 2015-08-18 15:00:08 -06:00
Patrick Steele-Idem
43f2662606 Fixed licensing 2015-08-18 14:28:30 -06:00
Patrick Steele-Idem
1066d92b5d Fixes #127 - Make sure all possible input files are accounted for 2015-08-18 14:02:55 -06:00
Patrick Steele-Idem
8616a9731f Cleanup and code comments 2015-08-18 14:01:42 -06:00
Patrick Steele-Idem
2c49c2779c Fixes #122 Typo in hasAttributes 2015-08-18 10:52:43 -06:00
Patrick Steele-Idem
c2305812e3 Code comments for TemplateBuilder.js 2015-08-18 10:48:00 -06:00
Patrick Steele-Idem
c03e0f7d76 Use browser.json files 2015-08-17 16:50:49 -06:00
Patrick Steele-Idem
dd68358707 Fixes #122 Don't allow invalid attributes when using shorthand 2015-08-17 16:50:27 -06:00
Patrick Steele-Idem
15eee378df Fixes #118 Better error when parsing JSON file for tag 2015-08-12 11:08:22 -06:00
Patrick Steele-Idem
79fbbeb055 Fixes #109 - Allow compiler.createNode('div') 2015-07-28 10:58:54 -07:00
Patrick Steele-Idem
5362cfc933 Fixes #108 - Improve how the MARKO_CLEAN env variable is handled 2015-07-28 10:24:53 -07:00
Patrick Steele-Idem
12204aba75 Code formatting improvement 2015-07-06 10:06:26 -06:00
Patrick Steele-Idem
d04c994271 Fixes #73 - Prevent same taglib from being loaded multiple times 2015-06-18 14:19:11 -06:00
ramahadevan
3e456c76db Merge pull request #87 from patrick-steele-idem/issue-27
Fixes #27 - Preserve IE conditional comments
2015-06-05 13:51:43 -07:00
Patrick Steele-Idem
a1cd4384da Removed escapeXml out of CommentNode constructor params 2015-06-05 14:46:09 -06:00
Patrick Steele-Idem
209a4de099 Merge branch 'perf' of github.com:patrick-steele-idem/marko
Conflicts:
	package.json
2015-06-05 11:27:25 -06:00
Patrick Steele-Idem
91cc5e35fb Fixes #27 - Preserve IE conditional comments 2015-06-05 11:08:42 -06:00
Patrick Steele-Idem
0e34a7a570 Fixes #84 - Allow XML escaping for tag to be disabled as part of tag def 2015-06-04 16:06:27 -06:00
Patrick Steele-Idem
9c0290b3c9 Revert 'use strict' for compiled templates 2015-05-27 11:47:54 -06:00
Patrick Steele-Idem
c41b8d99b8 create fs read options once 2015-05-27 11:07:21 -06:00
Patrick Steele-Idem
f54da679ba 'use strict' for compiled templates 2015-05-27 11:05:24 -06:00
Patrick Steele-Idem
7c00085380 #78 Change compiled templates to export a loaded Template instance 2015-05-26 16:57:39 -06:00
Dan Cech
18048eeadf further tighten entity-matching regex, add basic test for entity matching 2015-05-21 16:20:37 -04:00
Dan Cech
2962be0fab be less permissive when looking for entities to decode 2015-05-20 21:46:22 -04:00
Phillip Gates-Idem
73e9a3420a Allow taglibs to be imported from other taglibs 2015-05-14 15:44:05 -04:00
Patrick Steele-Idem
2c95b1ed20 Code comments and other code cleanup 2015-04-24 11:40:58 -06:00
Patrick Steele-Idem
183c3c62c4 Fixes #61 Simplify parent/child relationships 2015-04-23 18:43:41 -06:00
Patrick Steele-Idem
be1072a146 Fixes #60 Don't replace special operators when for body functions 2015-04-08 12:19:30 -06:00
Patrick Steele-Idem
553a284233 Fixes #52 Remove JavaScript comments from JSON taglib files before parsing 2015-03-20 13:01:41 -06:00
Patrick Steele-Idem
b7fc101663 Fixes #51 Allow body content to be mapped to a String input property 2015-03-20 13:01:04 -06:00
Phillip Gates-Idem
7ebae61a1d Fixes #48 name in marko-tag.json should override default name given during discovery 2015-03-17 14:37:04 -04:00
Patrick Steele-Idem
d0998ad9f1 Fixes #47 - Added support for "taglib-imports" 2015-03-16 14:27:33 -06:00
Phillip Gates-Idem
d262c1512b Fixes #31 - Add support for providing prefix when scanning for tags 2015-03-08 20:05:13 -04:00
Patrick Steele-Idem
1ced83a177 Allow code to be generated lazily using a function 2015-03-06 11:03:11 -07:00
Patrick Steele-Idem
72b8b649ff Expose helper method for getting access to the escape XML functions 2015-03-04 15:13:51 -07:00
Patrick Steele-Idem
780738c10a Fix #38 again - accidentally merged out a key part 2015-02-25 13:32:00 -07:00
Patrick Steele-Idem
05c2938e3b Improved fix for #38 - Better merging of tags 2015-02-25 11:33:57 -07:00
Patrick Steele-Idem
a7ccf97bb3 Fixes #38 Prevent problems due to duplicate taglibs 2015-02-25 11:19:52 -07:00
Patrick Steele-Idem
79aa92254f Fixes #36 Deprecated invokeBody in favor of renderBody 2015-02-23 16:35:30 -07:00
Phillip Gates-Idem
c9b062da45 Fixes #35 Add support for <compiler-options> tag 2015-02-17 18:57:00 -05:00
Patrick Steele-Idem
288562d205 Fixes #34 2015-02-16 13:42:18 -07:00
Patrick Steele-Idem
e7166be149 Reset rendererJSFile after each iteration 2015-02-16 13:22:25 -07:00
Patrick Steele-Idem
4d9cdfa706 Fixed #33 2015-02-16 13:03:53 -07:00
Patrick Steele-Idem
9da27606dd Fixes #32 Don't use module.exports in compiled output 2015-02-13 17:49:02 -07:00
Patrick Steele-Idem
ab3664bdbb Added support for adding static code to a compiled template 2015-02-13 13:59:06 -07:00
Patrick Steele-Idem
df86ec83ae Fixes #29 Use fs.realpath to avoid loading same taglib multiple times 2015-02-04 17:06:12 -07:00
Patrick Steele-Idem
68d5e2e7cb Allow flags to be automatically set on Node instances when certain attrs are encountered. 2015-02-04 11:53:43 -07:00
Patrick Steele-Idem
9177ad7c12 Added support for setting arbitrary flags on Node instances 2015-02-04 11:53:43 -07:00