Avi Marcus
9d38cbb828
added rt-include, not in playground as the only interesting use case for playground is with url support and that requires changing the entire code to be async
2016-02-04 16:21:34 +02:00
Avi Marcus
63ef4541ae
merge of nippur72 changes regarding rt-virtual
2016-01-13 13:40:28 +02:00
Avi Marcus
b67efbf278
Merge pull request #89 from nippur72/safe-parsing
...
Correctly parse rt-repeat object literal collection
2016-01-13 12:10:43 +02:00
Antonino Porcino
f35bb9312a
Fixed rt-repeat collection JS parsing
2016-01-01 19:05:23 +01:00
Antonino Porcino
27ad9e1cc0
Deprecated esprima-fb, back to upstream esprima
2016-01-01 18:20:35 +01:00
Antonino Porcino
a3c1dc1dfb
Changed to rt-virtual, added tests
2015-12-31 17:47:44 +01:00
Antonino Porcino
e8baaaec01
Fix typo
2015-12-31 15:49:12 +01:00
Antonino Porcino
fff28fd4b3
Support for <virtual> tag
2015-12-31 15:47:09 +01:00
ido
f79cb7632b
use babel to support es6/node4
2015-12-29 12:00:41 +02:00
maria
178f1dfd0e
fix eslint error
2015-11-29 17:36:20 +02:00
maria
3fff4db2ae
check scope in rt-if and fix eslint warnings
2015-11-29 14:50:09 +02:00
ido
0d35afe4cf
fixed #72
2015-11-22 12:22:01 +02:00
ido
cd10ee8b70
update react to 14
...
cleanups
2015-11-12 12:26:48 +02:00
ido
ae8f04596e
support for css for react native
2015-11-08 12:15:34 +02:00
ido
5e564afb3a
fix eslint
2015-10-26 10:38:28 +02:00
ido
0a4bf6a18b
support react 14
2015-10-25 16:31:29 +02:00
ido
dbf3dbf21e
minor fix
2015-10-25 12:55:01 +02:00
ido
ff6b99d925
add wix eslint plugin
2015-10-20 18:35:17 +03:00
ido
8717f33107
refactor
2015-10-06 17:20:16 +03:00
ido
9bf1532982
eslint fixes
2015-09-30 10:16:49 +03:00
ido
7b86b2a11d
refactoring code out
2015-09-03 15:44:37 +03:00
ido
205546eb3c
fixed #63
2015-09-03 10:53:48 +03:00
ido
b3fd044344
close #62
2015-09-03 10:14:51 +03:00
ido
6db983e7cc
fix bad merge
2015-08-30 16:45:14 +03:00
ido
3001676e0b
eslint fixes
2015-08-30 11:45:35 +03:00
Ido
5995959d77
Merge pull request #58 from frontrowed/flow
...
add an option to add a flow header
2015-08-30 09:44:20 +03:00
ido
558bb73474
lodash eslint rules
...
dependencies up to date
2015-08-25 17:15:02 +03:00
Greg Weber
dc421097f0
add an option to add a flow header
2015-08-20 16:07:59 -07:00
Nir Natan
08aa36a2f1
Add support for React Native
2015-08-19 20:20:31 +03:00
ido
a0f39e3435
add lodash3 rules
2015-08-19 13:45:00 +03:00
Nir Natan
4ee34d21ae
convert 'template' tag to 'rt-template'
2015-08-17 17:39:09 +03:00
Nir Natan
78799bfca7
add support for function templates props
2015-08-09 23:37:33 +03:00
ido
1e32a7c222
eslint 1.0.0
2015-08-02 17:45:01 +03:00
ido
0e744736ce
fixed #52
2015-08-02 17:16:55 +03:00
ido
accef5fb0f
merge #45
2015-07-30 13:41:55 +03:00
ido
3415de3661
Merge branch 'scope-variable-references' of https://github.com/anchann/react-templates into anchann-scope-variable-references
2015-07-30 13:40:39 +03:00
ido
02f4c08bd3
close #43
2015-07-29 17:47:13 +03:00
ido
36ad80b4a1
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
2015-07-29 17:16:06 +03:00
ido
707b5d8fd2
eslint fixes
2015-07-29 17:15:42 +03:00
Ido
70231ea493
Merge pull request #41 from subyraman/gh-pages
...
Add CLI options to specify lodash/react import paths
2015-07-29 16:57:05 +03:00
anchann
0c5fee07a7
In rt-scope subsequent aliases should be able to reference preceding ones
...
Rationale: It is typical to want to alias multiple subtrees of a nested
structure in a single rt-scope statement, like so:
<div rt-scope="this.props.user as user; user.profile as profile;
user.friends as friends">
This was not possible because of the function parameter based
implementation of rt-scope. I tweaked it a bit to use var declaration
instead, while preserving the parameter-based passing for all child
scopes.
2015-07-27 15:56:10 +09:00
anchann
88dc5544e8
Allow trailing semicolon in rt-scope
...
Rationale: it is natural for many developers to place a trailing
semicolon after the last scope alias pair, just as they do after every
preceding pair in the list. Since it is possible to save them time (and
perhaps frustration) at no cost in terms of semantics and safety, we
should do so.
On tests. Wasn't sure if this should be broken out into a separate test,
or bundled together with the existing one.
2015-07-27 13:57:16 +09:00
Suby Raman
0fd6ea5045
Set objects to be imported
2015-07-08 10:22:07 -04:00
Suby Raman
691e008c3e
Add cli options for react/lodash import paths
...
Add in options if user wants to specify different paths to lodash or react in their application.
2015-07-08 10:12:44 -04:00
Ido
cfb339845d
Merge pull request #39 from liady/gh-pages-es6
...
convert es6 imports without brackets
2015-05-14 14:39:19 +03:00
Liad Yosef
e8d95c1a47
convert es6 imports without brackets
2015-05-10 17:23:25 +03:00
artemkaint
e9af1eea52
Fix spoiled option 'defines'
2015-05-06 15:52:55 +03:00
Liad Yosef
2114f5705e
support "for" attribute in react templates
...
Add support for using "for" attribute and converting it to DOM API supported "htmlFor"
2015-04-28 12:47:11 +03:00
ido
d12b61ca0b
fixed #34 api breaks
2015-04-26 16:37:25 +03:00
ido
2ab86644f0
add context where missing
2015-04-21 17:21:12 +03:00