Sebastian McKenzie
|
9e3f9fda6b
|
add support for generator comprehensions - fixes #149
|
2014-11-12 18:26:22 +11:00 |
|
Sebastian McKenzie
|
311a8e042b
|
add missing semicolon
|
2014-11-12 12:19:25 +11:00 |
|
Sebastian McKenzie
|
2a166a6ed1
|
support jsx spread attributes that aren't the first - fixes #146
|
2014-11-12 12:17:45 +11:00 |
|
Sebastian McKenzie
|
896929378e
|
add util.trimRight method - fixes #147
|
2014-11-12 12:17:26 +11:00 |
|
Sebastian McKenzie
|
e22798261a
|
change useless self references to this
|
2014-11-12 02:03:46 +11:00 |
|
Sebastian McKenzie
|
d0af8b8d0a
|
remove numeric literals transformer
|
2014-11-12 02:03:25 +11:00 |
|
Sebastian McKenzie
|
b8cac9787e
|
produce new MemberExpression in a CallExpression super identifier instead of mutating the property
|
2014-11-12 01:51:57 +11:00 |
|
Sebastian McKenzie
|
64f6e4a0c5
|
clean up classes transformer and add comments
|
2014-11-12 01:48:55 +11:00 |
|
Sebastian McKenzie
|
c4a7ac5a8b
|
turn classes transformer into a class like let scoping
|
2014-11-12 01:39:35 +11:00 |
|
Sebastian McKenzie
|
1ed682fa76
|
fix up jsdoc in let-scoping transformer
|
2014-11-12 01:39:02 +11:00 |
|
Sebastian McKenzie
|
e74c7cb0b7
|
turn the let scoping transformer into a class because it's quite complicated and the logic needs to be WAY more organised
|
2014-11-12 01:20:51 +11:00 |
|
Sebastian McKenzie
|
6847211971
|
fix up aliasFunctions transformer
|
2014-11-12 00:46:36 +11:00 |
|
Sebastian McKenzie
|
965e246259
|
add back opts defaults
|
2014-11-12 00:46:20 +11:00 |
|
Sebastian McKenzie
|
af59eb7d6a
|
fix linting errors
|
2014-11-12 00:33:39 +11:00 |
|
Sebastian McKenzie
|
def4319058
|
stop _alias-functions transformer when hitting a function that's not an arrow function - fixes #145
|
2014-11-12 00:32:30 +11:00 |
|
Sebastian McKenzie
|
d90383b1ba
|
generator: add Buffer class that deals with the actual code output
|
2014-11-12 00:27:59 +11:00 |
|
Sebastian McKenzie
|
1ac40ee834
|
remove static whitespace properties in favor of pushing to the dynamic ones
|
2014-11-12 00:15:31 +11:00 |
|
Sebastian McKenzie
|
3d5d170eff
|
move whitespace and parentheses generation logic into separate files
|
2014-11-12 00:11:34 +11:00 |
|
Sebastian McKenzie
|
0ba9216d6f
|
remove unused variables in react transformer
|
2014-11-11 19:14:00 +11:00 |
|
Sebastian McKenzie
|
9e08a6f084
|
combine jsx and react transformer so we can make the jsx output correct - #143
|
2014-11-11 19:11:30 +11:00 |
|
Sebastian McKenzie
|
b9f3f1e2a9
|
add comment inheriting to types.inherits
|
2014-11-11 19:10:41 +11:00 |
|
Sebastian McKenzie
|
54857ceac7
|
fix jsx literal generator - closes #143
|
2014-11-11 17:15:37 +11:00 |
|
Sebastian McKenzie
|
35b28cf722
|
more reliable jsx literal whitespace
|
2014-11-11 15:34:29 +11:00 |
|
Sebastian McKenzie
|
cfee68aa67
|
jsx: replace all newlines and excess whitespace with spaces - fixes #142
|
2014-11-11 15:26:25 +11:00 |
|
Sebastian McKenzie
|
7d0dae129c
|
nicer let-scoping switch
|
2014-11-11 15:25:37 +11:00 |
|
Sebastian McKenzie
|
0544e98fb1
|
add switch case generated node whitespace
|
2014-11-11 15:24:40 +11:00 |
|
Sebastian McKenzie
|
59d918ea67
|
remove unused isArray traverse.hasType
|
2014-11-11 15:23:52 +11:00 |
|
Sebastian McKenzie
|
b4232699d2
|
add newline after shebang
|
2014-11-11 15:23:31 +11:00 |
|
Sebastian McKenzie
|
4722c0ce56
|
add support for escodegen-style format options
|
2014-11-11 14:30:06 +11:00 |
|
Sebastian McKenzie
|
6f05466cf5
|
normalise windows path separators to unix
|
2014-11-11 13:36:59 +11:00 |
|
Sebastian McKenzie
|
5ae4f8eec7
|
add AwaitExpression generator
|
2014-11-11 13:05:07 +11:00 |
|
Sebastian McKenzie
|
d9a3eadad7
|
move generators transformer to bottom
|
2014-11-11 13:03:06 +11:00 |
|
Sebastian McKenzie
|
b1cc5419a4
|
add AwaitExpression visitor keys - fixes #141
|
2014-11-11 13:02:55 +11:00 |
|
Sebastian McKenzie
|
e4596f638d
|
only check string literals in property-literals transformer
|
2014-11-11 08:06:31 +11:00 |
|
Sebastian McKenzie
|
1400dee0c1
|
delegate code and opts assurance to File
|
2014-11-11 01:06:29 +11:00 |
|
Sebastian McKenzie
|
9e2fc6db9c
|
clone options - sindresorhus/grunt-6to5#7
|
2014-11-11 01:04:39 +11:00 |
|
Sebastian McKenzie
|
79045e15c5
|
remove second canCompile declaration
|
2014-11-10 16:42:04 +11:00 |
|
Sebastian McKenzie
|
8c97f1d92e
|
allow constant properties to be modified - fixes #131
|
2014-11-10 13:09:45 +11:00 |
|
Sebastian McKenzie
|
23ebb23944
|
add missing util declaration to let scoping transformer
|
2014-11-10 13:00:52 +11:00 |
|
Sebastian McKenzie
|
778cab33d5
|
move canCompile method to util
|
2014-11-10 12:59:24 +11:00 |
|
Sebastian McKenzie
|
5849c6af17
|
add canCompile method to node api
|
2014-11-10 12:58:44 +11:00 |
|
Sebastian McKenzie
|
bb0655d8f6
|
move transformer assignment to new Transformer
|
2014-11-10 08:21:35 +11:00 |
|
Sebastian McKenzie
|
9318d63b5c
|
add let-scoping-return template to let scoping transformer
|
2014-11-10 08:16:47 +11:00 |
|
Sebastian McKenzie
|
b2ab0dbedc
|
add self-global template to runtime generation
|
2014-11-10 08:16:38 +11:00 |
|
Sebastian McKenzie
|
e0d3e18865
|
add allowReturnOutsideFunction to util.parse and make nodes optional in util.template
|
2014-11-10 08:16:22 +11:00 |
|
Sebastian McKenzie
|
40fdd2a828
|
dry up types.getIds
|
2014-11-10 00:51:46 +11:00 |
|
Sebastian McKenzie
|
7adc919bb6
|
remove invalid ObjectPattern destructuring assignment
|
2014-11-10 00:18:01 +11:00 |
|
Sebastian McKenzie
|
361ef02a88
|
support ParenthesizedExpression in types.getIds
|
2014-11-09 22:26:48 +11:00 |
|
Sebastian McKenzie
|
fa26174d3f
|
better isParenthesizedExpression support for destructuring
|
2014-11-09 22:10:59 +11:00 |
|
Sebastian McKenzie
|
a47723c66c
|
fix destructuring to support ParanthesizedExpression
|
2014-11-09 21:37:59 +11:00 |
|