Sebastian McKenzie
1b85607d7d
add ability to assert just an error instead of an error message in tests
2015-01-06 10:38:28 +11:00
Sebastian McKenzie
fd6704ac25
update optional bluebird coroutine test to reflect new addImport
2015-01-06 10:38:11 +11:00
Sebastian McKenzie
9c527f9d9c
make regenerator test use the ALL environment var
2015-01-06 10:37:40 +11:00
Sebastian McKenzie
6cf318d60f
add updated interop modules to tests
2015-01-06 10:37:11 +11:00
Sebastian McKenzie
5ce8ee6c2b
add inheritance type check to tests
2015-01-05 12:39:46 +11:00
Sebastian McKenzie
98ad5d42e1
add optional typeof symbol test options
2015-01-05 12:39:12 +11:00
Sebastian McKenzie
b12734abd6
only run traceur and esnext on ALL_6TO5_TESTS environment variable
2015-01-05 12:39:01 +11:00
Sebastian McKenzie
3bd6ec20c1
remove regenerator tests and git submodule regenerator
2015-01-05 12:38:26 +11:00
Sebastian McKenzie
b0c9d3daa4
Merge branch 'master' into traceur
2015-01-05 10:19:41 +11:00
Sebastian McKenzie
ffbfa5281b
move esnext tests into their own fixtures folder
2015-01-05 10:18:42 +11:00
Sebastian McKenzie
7f87ca0d43
move traceur test suite to a git submodule
2015-01-05 10:18:30 +11:00
James Kyle
3b4c9c415e
Make parent constructor check explicit when extending from null - fixes #386
2015-01-04 13:45:13 -08:00
Sebastian McKenzie
a3b30bae7a
better traceur test api
2015-01-05 01:06:16 +11:00
Sebastian McKenzie
6420954c53
remove traceur tests
2015-01-05 01:06:07 +11:00
Sebastian McKenzie
a6fda01fa0
Merge branch 'master' into traceur
...
Conflicts:
package.json
2015-01-05 00:53:59 +11:00
Sebastian McKenzie
bf3443962b
disable failing esnext tests
2015-01-05 00:15:46 +11:00
Sebastian McKenzie
a4394494ef
remove noDuplicateProperties test
2015-01-05 00:15:37 +11:00
Sebastian McKenzie
9bfb8c440a
add optional typeof symbol transformer
2015-01-05 00:06:57 +11:00
Sebastian McKenzie
9a6c13a6a4
Merge branch 'esnext'
...
Conflicts:
package.json
2015-01-05 00:03:53 +11:00
Sebastian McKenzie
103b619364
remove arity traceur test check
2015-01-04 20:36:35 +11:00
Sebastian McKenzie
c8a404fb72
Merge branch 'master' into traceur
2015-01-04 20:26:41 +11:00
Sebastian McKenzie
05669204dd
fix generation expression comment tests
2015-01-04 20:26:07 +11:00
Sebastian McKenzie
cc6678361a
comment out arity check
2015-01-04 20:20:03 +11:00
Sebastian McKenzie
2587694d44
Merge branch 'master' into traceur
...
Conflicts:
package.json
2015-01-04 19:52:52 +11:00
Sebastian McKenzie
005362a615
update tests to 2.4.9 fixes
2015-01-04 19:48:14 +11:00
Sebastian McKenzie
b5a78355c4
add initProps to single call expression in computed property names - fixes #378
2015-01-04 19:42:16 +11:00
Sebastian McKenzie
6a35bdb42b
add traceur test suite
2015-01-04 19:40:09 +11:00
Sebastian McKenzie
18813f26bb
Merge branch 'master' into esnext
2015-01-04 15:32:41 +11:00
Sebastian McKenzie
e2f01d41a3
fix api test
2015-01-04 13:42:16 +11:00
Sebastian McKenzie
9a2fd22e91
add newline to esnext super change proto test
2015-01-04 08:35:28 +11:00
Sebastian McKenzie
cbcad22d81
update default parameters transformer to use var a = arguments[0] === undefined ? 1 : arguments[0]; instead of if (a === undefined) a = 1;
2015-01-04 08:35:14 +11:00
Sebastian McKenzie
4d5861cfdc
remove invalid strict-mode es6 next class test
2015-01-04 08:34:25 +11:00
Sebastian McKenzie
dea73b7186
change code assertion to 6to5 output
2015-01-04 08:01:29 +11:00
Sebastian McKenzie
4506e39cf5
add toString key to instance keys as methods are enumerable
2015-01-04 08:01:08 +11:00
Sebastian McKenzie
7ab6df093b
use Symbol.iterator instead of @@iterator
2015-01-04 08:00:49 +11:00
Sebastian McKenzie
22eeae1a93
use assert instead of expect
2015-01-04 08:00:40 +11:00
Sebastian McKenzie
7f4efecb7d
support for CallExpression in Scope.prototype.generateUidBasedOnNode
2015-01-04 07:59:43 +11:00
Sebastian McKenzie
0c0f40d14a
only automatically assume test is exec if it has a js extension
2015-01-04 07:58:49 +11:00
Sebastian McKenzie
cb54c11d84
add esnext tests
2015-01-04 07:39:11 +11:00
Sebastian McKenzie
324a0b408a
add optional protoToAssign transformer
2015-01-04 07:38:36 +11:00
Sebastian McKenzie
8b2788e930
fix es6-property-method-assignment tests name
2015-01-03 21:48:22 +11:00
Sebastian McKenzie
d945379b5b
remove isDynamic checks and always execute those expressions **once**
2015-01-03 21:48:06 +11:00
Sebastian McKenzie
0e9eac610b
rename es5-property-methods-assignment to es6-property-method-assignment and add function ids to object methods and remap them if they contain a reference to themselves - fixes #308
2015-01-03 20:11:00 +11:00
Sebastian McKenzie
1de94a2705
fix code styling on es6 arrow functions nested test
2015-01-03 20:09:14 +11:00
Sebastian McKenzie
340a4dd1f2
fix code styling #370
2015-01-03 07:35:45 +11:00
Hugh Kennedy
5a01beaa1f
Make require("6to5/register") work with browserify
...
Previously, you'd have to create a separate file for using 6to5
with both node and browserify, as the latter wasn't able to properly
handle loading 6to5's dependency tree and would crash on attempting
to do so.
This change instructs browserify to use "register-browser.js" in place
of "register.js". "register-browser.js" still loads the 6to5 polyfill,
but is otherwise ignored.
2015-01-02 21:30:40 +01:00
Sebastian McKenzie
5ec19f23c3
add test skeleton for types and add jsdoc comments to types
2015-01-02 19:20:05 +11:00
Sebastian McKenzie
6e8c73f65f
fix incorrect member expression properties
2015-01-02 16:39:35 +11:00
Sebastian McKenzie
a18177026c
add support for statements in asyncToGenerator and bluebirdCoroutines transformers
2015-01-02 04:58:59 +11:00
Sebastian McKenzie
93ceafc732
better uid names
2015-01-02 03:53:28 +11:00