Sebastian McKenzie
|
dc7e963c9f
|
style fixes
|
2015-02-05 08:27:59 +11:00 |
|
Sebastian McKenzie
|
4b2cf2e2c5
|
fix styling errors
|
2015-02-04 23:24:08 +11:00 |
|
Sebastian McKenzie
|
7d950cd60a
|
i made the javascripts faster with a transformer prepass to check what transformers actually have to be ran
|
2015-02-04 12:56:34 +11:00 |
|
Sebastian McKenzie
|
e8dc4628ae
|
better handle spaces in IfStatement generator
|
2015-02-04 08:40:23 +11:00 |
|
Sebastian McKenzie
|
c228d76e44
|
add 6to5-minify
|
2015-02-04 08:23:49 +11:00 |
|
Sebastian McKenzie
|
2687b435e0
|
Merge pull request #629 from stefanpenner/lodash-cleanup
cleanup: require explicit lodash modules needed
|
2015-01-29 16:04:47 +11:00 |
|
Stefan Penner
|
9ddf411f2c
|
cleanup: require explicit lodash modules needed
|
2015-01-28 23:52:17 -05:00 |
|
Sebastian McKenzie
|
03942da57a
|
add in support for AwaitExpression "delegation"
|
2015-01-29 15:11:17 +11:00 |
|
Sebastian McKenzie
|
c72f9d894d
|
only use GeneratorBuffer::space if it's for pretty printing so we can drop all spaces easily
|
2015-01-26 18:13:39 +11:00 |
|
Sebastian McKenzie
|
876d88c761
|
fix module specifier default output
|
2015-01-26 13:51:27 +11:00 |
|
Sebastian McKenzie
|
cfd0059fc7
|
fix linting errors
|
2015-01-26 13:51:06 +11:00 |
|
Sebastian McKenzie
|
8eb3091a9d
|
update params generator to work with new parameters
|
2015-01-24 16:32:37 +11:00 |
|
Sebastian McKenzie
|
a22cd72440
|
update to RestElement - @RReverser
|
2015-01-23 23:20:45 +11:00 |
|
Sebastian McKenzie
|
36fa887be8
|
update XJS namespaces to JSX
|
2015-01-23 08:08:56 +11:00 |
|
Sebastian McKenzie
|
4a1addc558
|
better whitespace for VariableDeclarations
|
2015-01-19 22:09:05 +11:00 |
|
Sebastian McKenzie
|
36a933a004
|
add strict mode to every file
|
2015-01-18 18:44:08 +11:00 |
|
Sebastian McKenzie
|
4ec701fc44
|
ignore variable declarations inside loop head in newline generation - fixes #519
|
2015-01-17 17:44:16 +11:00 |
|
Sebastian McKenzie
|
d68f1e9910
|
add flow type generation skeleton
|
2015-01-16 22:47:55 +11:00 |
|
Sebastian McKenzie
|
0627cd94d4
|
turn array for ins into fors
|
2015-01-16 02:25:41 +11:00 |
|
Amjad Masad
|
e07e74f010
|
Handle esprima-like AST catch clause in a TryStatement. Fixes #473
|
2015-01-12 17:32:02 -05:00 |
|
Sebastian McKenzie
|
4aba7ec192
|
fix generation tests and add variable kind length
|
2015-01-08 01:00:32 +11:00 |
|
Sebastian McKenzie
|
a924c9c218
|
fix up declarations being split up and use a new algorithm to determine whether or not we should align them
|
2015-01-08 00:54:01 +11:00 |
|
Sebastian McKenzie
|
a2ed0ea9c5
|
only align variable declarations if at least one declarator has an init
|
2015-01-08 00:44:53 +11:00 |
|
Sebastian McKenzie
|
281003c7bd
|
properly align multi declarator var declarations - fixes #413
|
2015-01-08 00:37:32 +11:00 |
|
Sebastian McKenzie
|
f904734695
|
rename prettyPrint to the more descriptive prettyCall
|
2015-01-08 00:36:40 +11:00 |
|
Sebastian McKenzie
|
ca12e87370
|
remove unused variables
|
2015-01-07 22:50:24 +11:00 |
|
Sebastian McKenzie
|
a8a7587c1f
|
better jsx output #369
|
2015-01-07 22:42:03 +11:00 |
|
Sebastian McKenzie
|
ed833be34a
|
force computed property on number literal property
|
2015-01-05 10:23:30 +11:00 |
|
Sebastian McKenzie
|
2b333de81f
|
add basic support for assignment patterns
|
2015-01-05 00:07:50 +11:00 |
|
Sebastian McKenzie
|
6e8c73f65f
|
fix incorrect member expression properties
|
2015-01-02 16:39:35 +11:00 |
|
Sebastian McKenzie
|
b49f6e33d6
|
fix newline on case statement
|
2014-12-29 01:25:56 +11:00 |
|
Sebastian McKenzie
|
4ea425ac7b
|
remove ParenthesizedExpression
|
2014-12-22 21:36:33 +11:00 |
|
Sebastian McKenzie
|
00cb90541a
|
add support for experimental private abstract references syntax - closes #291
|
2014-12-14 14:49:25 +11:00 |
|
Sebastian McKenzie
|
13785bddb0
|
escape illegal js but valid json unicode characters - fixes #247
|
2014-12-13 14:14:47 +11:00 |
|
Sebastian McKenzie
|
01934b6960
|
fix default import generation
|
2014-12-10 23:18:23 +11:00 |
|
Sebastian McKenzie
|
3c808fcef2
|
merge pretzel maps and method binding
|
2014-11-26 17:23:33 +11:00 |
|
Sebastian McKenzie
|
be0d4b344b
|
add playground pretzel maps
|
2014-11-26 16:17:27 +11:00 |
|
Sebastian McKenzie
|
d184bc93b9
|
add playground
|
2014-11-25 23:50:50 +11:00 |
|
Sebastian McKenzie
|
3447204d97
|
add experimental es7 object spread/rest - closes #200
|
2014-11-23 21:43:01 +11:00 |
|
Sebastian McKenzie
|
fcc4734a1f
|
complete abstract references support - parser support left
|
2014-11-23 16:47:13 +11:00 |
|
Sebastian McKenzie
|
8feb17dd23
|
normalise whitespace after function keyword
|
2014-11-19 17:18:05 +11:00 |
|
Sebastian McKenzie
|
c7b45116c4
|
fix generation of integer Literals in MemberExpression
|
2014-11-14 19:34:54 +11:00 |
|
Sebastian McKenzie
|
2f4e0c3361
|
escape unicode characters - fixes #154
|
2014-11-14 02:17:06 +11:00 |
|
Sebastian McKenzie
|
6963cc1e40
|
fix WithStatement missing paranthesis
|
2014-11-14 00:54:58 +11:00 |
|
Sebastian McKenzie
|
5eb2462e29
|
fix up semicolons for module ExportDeclaration generator
|
2014-11-14 00:54:28 +11:00 |
|
Sebastian McKenzie
|
9e285cdc20
|
remove unneccesary Literal generator raw
|
2014-11-14 00:54:12 +11:00 |
|
Sebastian McKenzie
|
d5f47f4f4d
|
generator: correctly output XJSEmptyExpression
|
2014-11-14 00:52:49 +11:00 |
|
Sebastian McKenzie
|
d4deb18975
|
support async functions in generator and move MethodDefinition to class generator
|
2014-11-14 00:52:36 +11:00 |
|
Sebastian McKenzie
|
9e3f9fda6b
|
add support for generator comprehensions - fixes #149
|
2014-11-12 18:26:22 +11:00 |
|
Sebastian McKenzie
|
54857ceac7
|
fix jsx literal generator - closes #143
|
2014-11-11 17:15:37 +11:00 |
|