Sebastian McKenzie
|
1c628bbec1
|
disable generation/comments/comment-only test
|
2014-11-13 12:53:38 +11:00 |
|
Sebastian McKenzie
|
9c1b60e451
|
fix excessive whitespace trimming resulting in innaccurate sourcemap line - fixes #151
|
2014-11-13 12:25:11 +11:00 |
|
Sebastian McKenzie
|
458e3d48f6
|
use Array.from instead of Array.prototype.slice in spread transformer and support NewExpression spreads - fixes #148
|
2014-11-12 18:38:30 +11:00 |
|
Sebastian McKenzie
|
9e3f9fda6b
|
add support for generator comprehensions - fixes #149
|
2014-11-12 18:26:22 +11:00 |
|
Sebastian McKenzie
|
27d30329fd
|
add more react spread tests
|
2014-11-12 12:18:16 +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
|
35b28cf722
|
more reliable jsx literal whitespace
|
2014-11-11 15:34:29 +11:00 |
|
Sebastian McKenzie
|
f9d14fa2ed
|
add runtime, property-literals and shebang tests
|
2014-11-11 15:25:27 +11:00 |
|
Sebastian McKenzie
|
11d55e661e
|
rename let-scoping tests to traceur-let-scoping and add additional let-scoping tests
|
2014-11-11 15:25:13 +11:00 |
|
Sebastian McKenzie
|
c61c9aab56
|
remove invalid ObjectPattern assignment
|
2014-11-10 00:19:37 +11:00 |
|
Sebastian McKenzie
|
7adc919bb6
|
remove invalid ObjectPattern destructuring assignment
|
2014-11-10 00:18:01 +11:00 |
|
Sebastian McKenzie
|
227d51a556
|
add AssignmentExpression ObjectPattern test
|
2014-11-09 22:10:43 +11:00 |
|
Sebastian McKenzie
|
d1187dde82
|
fix up tests to work with the new code generator
|
2014-11-09 18:21:42 +11:00 |
|
Sebastian McKenzie
|
e3d2748970
|
fix up react display-name test whitespace
|
2014-11-09 16:26:12 +11:00 |
|
Sebastian McKenzie
|
61ee0ef6f6
|
fix generation comments return-no-argument test whitespace
|
2014-11-09 12:14:15 +11:00 |
|
Sebastian McKenzie
|
dce41bb989
|
fix up tests
|
2014-11-09 12:09:59 +11:00 |
|
Sebastian McKenzie
|
8ef5148870
|
fix up modules tests
|
2014-11-08 12:00:49 +11:00 |
|
Sebastian McKenzie
|
08580edda8
|
fix up some tests
|
2014-11-08 09:17:21 +11:00 |
|
Sebastian McKenzie
|
2a9af21e93
|
add modules ignore tests
|
2014-11-07 20:46:20 +11:00 |
|
Sebastian McKenzie
|
e327e041ab
|
add basic generation tests
|
2014-11-07 20:46:11 +11:00 |
|
Sebastian McKenzie
|
f8e8cd3979
|
support SpreadElement in destructuring - fixes #128
|
2014-11-07 20:46:02 +11:00 |
|
Sebastian McKenzie
|
df70be4ebb
|
clean up and fix tests
|
2014-11-07 12:33:35 +11:00 |
|
Sebastian McKenzie
|
95ace3220d
|
fix indentation on generation comments tests
|
2014-11-04 18:32:30 +11:00 |
|
Sebastian McKenzie
|
732c21d42a
|
clean up some tests
|
2014-11-04 18:07:19 +11:00 |
|
Sebastian McKenzie
|
287cbbb6a1
|
implement new and improved let scoping - fixes #91, fixes #102, fixes #124
|
2014-11-04 14:59:44 +11:00 |
|
Sebastian McKenzie
|
364abf60ea
|
fix generation test whitespace
|
2014-11-04 08:05:09 +11:00 |
|
Sebastian McKenzie
|
f540c3f4b7
|
fix test newlines
|
2014-11-03 21:15:58 +11:00 |
|
Sebastian McKenzie
|
6e5917e537
|
make array comprehensions use for-of unless using an array literal - fixes #98
|
2014-11-03 21:15:49 +11:00 |
|
Sebastian McKenzie
|
171bcad870
|
make transformation tests compare output instead of ast
|
2014-11-03 17:52:15 +11:00 |
|
Sebastian McKenzie
|
95f3ca6348
|
Merge branch 'master' into code-generator
Conflicts:
lib/6to5/transformers/classes.js
test/fixtures/transformation/source-maps/class/expected.js
test/fixtures/transformation/source-maps/class/source-mappings.json
|
2014-11-03 13:38:44 +11:00 |
|
Sebastian McKenzie
|
c17878913b
|
add classProps declaration to simplify/nicen up class property defining - closes #88
|
2014-11-03 13:36:23 +11:00 |
|
Sebastian McKenzie
|
4c63b4ea1e
|
Merge branch 'master' into code-generator
|
2014-11-03 12:34:15 +11:00 |
|
Sebastian McKenzie
|
6332e725fe
|
update bin tests to match updated use strict behaviour
|
2014-11-03 12:34:00 +11:00 |
|
Sebastian McKenzie
|
f3d371869d
|
Merge branch 'master' into code-generator
Conflicts:
lib/6to5/register.js
|
2014-11-03 12:22:07 +11:00 |
|
Sebastian McKenzie
|
89ecd46b77
|
move _moduleFormatter transformer before useStrict transformer and remove duplicate use strict removing - fixes #114
|
2014-11-03 12:20:47 +11:00 |
|
Sebastian McKenzie
|
a7bbd1dd3e
|
generator: fix comments in harmony-edgecase tests
|
2014-11-03 12:15:44 +11:00 |
|
Sebastian McKenzie
|
bd2e3d784f
|
fix source-map transformation tests
|
2014-11-03 11:09:14 +11:00 |
|
Sebastian McKenzie
|
da1512eeb0
|
rename generation test names to be more descriptive
|
2014-11-01 19:34:16 +11:00 |
|
Sebastian McKenzie
|
0def62b918
|
replace single quotes with double quotes in generaton tests
|
2014-10-31 21:21:26 +11:00 |
|
Sebastian McKenzie
|
11270e0803
|
Merge branch 'master' into code-generator
Conflicts:
lib/6to5/transformers/rest-parameters.js
|
2014-10-31 11:44:48 +11:00 |
|
Sebastian McKenzie
|
6696d5fcf4
|
fix rest parameters in arrow functions containing wrong arguments reference - fixes #11
|
2014-10-31 11:42:09 +11:00 |
|
Sebastian McKenzie
|
591f123670
|
update tests to work with new syntax
|
2014-10-31 11:38:52 +11:00 |
|
Sebastian McKenzie
|
9c7c385ee8
|
add generation tests from escodegen
|
2014-10-31 11:35:57 +11:00 |
|
Sebastian McKenzie
|
0af5e00b5f
|
update jsx empty test to new dom tags behaviour
|
2014-10-30 12:14:41 +11:00 |
|
Sebastian McKenzie
|
4b3ebc62b1
|
fix indentation
|
2014-10-29 20:52:31 +11:00 |
|
Sebastian McKenzie
|
4e248c0a16
|
add member expression destructuring test
|
2014-10-28 13:16:21 +11:00 |
|
Sebastian McKenzie
|
8136b4c40b
|
rename syntax tests to transformation
|
2014-10-25 09:09:55 +11:00 |
|
Sebastian McKenzie
|
ce4220644d
|
abstract subclassing into declaration #88
|
2014-10-23 08:59:52 +11:00 |
|
Sebastian McKenzie
|
1e6b8d80bb
|
push to arguments instead of an array literal for jsx children
|
2014-10-22 21:44:08 +11:00 |
|
Sebastian McKenzie
|
e263757509
|
simplify amd module formatter
|
2014-10-20 01:40:23 +11:00 |
|