1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

118 Commits

Author SHA1 Message Date
Drew LeSueur
d3871194a6 added semicolons 2015-02-06 07:52:08 -07:00
Drew LeSueur
d60d1737cc fix bug with multiple rt files
calling `rt *.rt` will cause the variable names of all the final template functions to be the same. This fixes that issue.
2015-02-06 07:16:01 -07:00
ido
2c79edf519 better error reporting, added column and enfOffset, deprecated index 2015-02-01 11:50:05 +02:00
ido
3b9d8579fa increase test coverage 2015-01-22 18:02:18 +02:00
ido
4de1f45ea0 support named amd module 2015-01-22 16:50:50 +02:00
ido
866df02d0e support named amd module 2015-01-22 16:50:00 +02:00
barak igal
bd47783a0c added module id to the compiled output of templateAMDTemplate 2015-01-22 13:01:04 +02:00
avim
36f1edfc1f support style tags - cheerio parses them as special section in the html 2015-01-19 16:22:42 +02:00
avim
5015222f45 support custom-elements 2015-01-19 15:29:42 +02:00
ido
dbcd1f2cbe fix eslint 2015-01-19 13:51:05 +02:00
ido
21271eefa4 list version and expose convertTemplate 2015-01-19 10:38:39 +02:00
Avi Marcus
3ba52d1653 replace htmlMode with hard wired list of self closing tags... caused weird problems with rt-require... 2015-01-12 20:08:30 +02:00
ido
f515c17a67 add tests for json output 2015-01-12 15:29:21 +02:00
ido
5ab047cbed fix bug with json output 2015-01-12 15:02:10 +02:00
avim
491a3e6125 html mode instead of xml, fix problem with inputs and br tags caused by html which is not valid xml 2015-01-11 12:13:01 +02:00
Dany Shaanan
93e8c59e37 added eslint rules: no-new-require, block-scoped-var and fixed errors 2015-01-05 14:10:33 +02:00
ido
5d55e210b7 fix eslint issues 2014-12-31 16:41:11 +02:00
ido
5d906b3d6a add support for react 0.12.2 2014-12-31 09:55:06 +02:00
ido
bf3c5d550a improved UI, better samples 2014-12-30 10:42:31 +02:00
ido
349057188a allow generation of globals + ui fixes 2014-12-28 11:47:34 +02:00
Lieron Schalew
c46163d0da Better usage message 2014-12-15 15:11:53 +01:00
amitk
57f2b77911 Added rt-require documentation and fixed commonJS option 2014-12-14 13:03:22 +02:00
Avi Marcus
8fb5fb3674 moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
ido
a65eff45c4 add dry run option 2014-12-10 14:13:16 +02:00
ido
2fc0e6df41 remove console, cleanup htmls 2014-12-09 17:20:56 +02:00
ido
99e3a49543 fix format issue 2014-12-07 17:40:25 +02:00
ido
01a46e506c eslint fixes 2014-12-04 18:09:27 +02:00
ido
e97275b760 add optionator 2014-12-04 18:04:33 +02:00
avim
13fffaa55d support React 0.12 & React 0.10/0.11 syntax and dom elements 2014-12-04 14:40:54 +02:00
ido
84c4864602 eslint fixes 2014-12-03 11:36:34 +02:00
avim
b32bba381c intro and samples 2014-12-02 18:59:03 +02:00
ido
a317b0df1a error handling + test 2014-12-02 14:30:06 +02:00
amitk
68b6015bfd Don't ignore whitespace in html text 2014-11-30 10:55:38 +02:00
amitk
edbc8fac9b Added rt-props 2014-11-29 23:32:00 +02:00
ido
e646677554 fix clone issue 2014-11-27 18:52:12 +02:00
ido
b087470cdc Merge branch 'gh-pages' of github.com:wix/react-templates into gh-pages 2014-11-27 18:23:35 +02:00
ido
a3a5099d29 improve cli, json output, improve error handling 2014-11-27 18:21:46 +02:00
avim
7504b09a12 fixed tests
Fixed problem with wrapping of injected code if concatted with strings.
2014-11-27 11:57:45 +02:00
ido
388e3e9444 fix missing options issue 2014-11-19 11:53:47 +02:00
ido
18137686c7 eslint fixes 2014-11-18 16:06:25 +02:00
ido
027787ce69 add force option 2014-11-18 15:54:20 +02:00
ido
9b9a12b48d ignore eslint in generated code 2014-11-17 18:12:50 +02:00
avim
04e0f957ed added codemirror and playground 2014-11-17 13:27:57 +02:00
ido
c7c10d0bfa Merge remote-tracking branch 'origin/master' 2014-11-17 10:14:48 +02:00
ido
980cb66b67 fix bin path 2014-11-17 10:14:32 +02:00
avim
44703b6600 playground version 0.0001 2014-11-16 17:20:04 +02:00
ido
077cf75b25 eslint fixes 2014-11-16 16:24:52 +02:00
ido
d8d89c020f eslint fixes + chalk 2014-11-16 16:22:32 +02:00
amitk
1e44367bcd Changed doctype to be "rt" 2014-11-16 09:01:31 +02:00
amitk
aae2411c23 Improved error handling when lambda expression missing => 2014-11-13 01:02:31 +02:00