Sebastian McKenzie
|
4362ba93de
|
fix verison number in changelog
|
2015-01-07 22:53:02 +11:00 |
|
Sebastian McKenzie
|
ca12e87370
|
remove unused variables
|
2015-01-07 22:50:24 +11:00 |
|
Sebastian McKenzie
|
ebaa735adc
|
add 2.7.2 changelog
|
2015-01-07 22:49:21 +11:00 |
|
Sebastian McKenzie
|
62e406a6fe
|
fix better jsx output
|
2015-01-07 22:47:37 +11:00 |
|
Sebastian McKenzie
|
0d45a8975c
|
normalise module name paths
|
2015-01-07 22:43:05 +11:00 |
|
Sebastian McKenzie
|
8f64fe2332
|
add extends helper instead of using Object.assign
|
2015-01-07 22:42:26 +11:00 |
|
Sebastian McKenzie
|
a8a7587c1f
|
better jsx output #369
|
2015-01-07 22:42:03 +11:00 |
|
Sebastian McKenzie
|
7736fa11f2
|
v2.7.2
v2.7.2
|
2015-01-07 18:38:00 +11:00 |
|
Sebastian McKenzie
|
d203924541
|
disable module import reassignment tests
|
2015-01-07 18:35:36 +11:00 |
|
Sebastian McKenzie
|
cd23e500a1
|
add back specNoForInOfAssignment transformer
|
2015-01-07 18:30:48 +11:00 |
|
Sebastian McKenzie
|
bf24a0d6b5
|
temporarily disable module collission detections
|
2015-01-07 18:30:33 +11:00 |
|
Sebastian McKenzie
|
279d1affea
|
v2.7.1
v2.7.1
|
2015-01-07 14:15:16 +11:00 |
|
Sebastian McKenzie
|
2a1e012240
|
upgrade core-js
|
2015-01-07 14:12:21 +11:00 |
|
Sebastian McKenzie
|
a307a961a6
|
add istanbul to travis test
|
2015-01-07 14:10:47 +11:00 |
|
Sebastian McKenzie
|
fe5b1dc542
|
add reactCompat default to file opts
|
2015-01-07 14:10:37 +11:00 |
|
Sebastian McKenzie
|
f057347ae9
|
add version to browser and node build
|
2015-01-07 14:10:27 +11:00 |
|
Sebastian McKenzie
|
98f2287267
|
v2.7.0
v2.7.0
|
2015-01-07 14:01:44 +11:00 |
|
Sebastian McKenzie
|
e60e0e0b0e
|
disable timeout on test262 tests
|
2015-01-07 13:58:47 +11:00 |
|
Sebastian McKenzie
|
81fb8647b6
|
fixing linting errors
|
2015-01-07 13:58:41 +11:00 |
|
Sebastian McKenzie
|
e8387c7de5
|
add 2.7.0 changelog
|
2015-01-07 13:57:04 +11:00 |
|
Sebastian McKenzie
|
655196f3ce
|
Merge pull request #410 from amasad/master
Add support for React pre v0.12 transform
|
2015-01-07 13:54:23 +11:00 |
|
Amjad Masad
|
eef371c3df
|
Add support for React pre v0.12 transform
This uses an option `reactCompat` to emit code that works with React pre v0.12
|
2015-01-06 21:49:35 -05:00 |
|
Sebastian McKenzie
|
a3d21f02c6
|
just call mocha instead of test-simple
|
2015-01-07 13:44:05 +11:00 |
|
Sebastian McKenzie
|
ad4386c0ed
|
make test-travis use test-simple and remove test-spec task
|
2015-01-07 13:33:31 +11:00 |
|
Sebastian McKenzie
|
3c82a61af1
|
better lazy error description test262
|
2015-01-07 13:33:19 +11:00 |
|
Sebastian McKenzie
|
3c154f9f6d
|
better test262 test aliases
|
2015-01-07 13:19:53 +11:00 |
|
Sebastian McKenzie
|
22c972e85b
|
add bootstrap to travis test
|
2015-01-07 13:14:45 +11:00 |
|
Sebastian McKenzie
|
6d7e14fb2b
|
fix test262 loc check
|
2015-01-07 13:14:08 +11:00 |
|
Sebastian McKenzie
|
9287449372
|
add test-all make command
|
2015-01-07 13:11:25 +11:00 |
|
Sebastian McKenzie
|
44a35400f5
|
better output messages for missing vendors
|
2015-01-07 13:10:12 +11:00 |
|
Sebastian McKenzie
|
2305e2447f
|
fix hasOwnProperty object lookup conflict
|
2015-01-07 13:08:20 +11:00 |
|
Sebastian McKenzie
|
c420d1ffc3
|
add test262
|
2015-01-07 13:08:06 +11:00 |
|
Sebastian McKenzie
|
fa42b076a7
|
remove benchmarks
|
2015-01-07 11:47:09 +11:00 |
|
Sebastian McKenzie
|
0d23c1cfdb
|
add todo for module collisions
|
2015-01-07 09:56:17 +11:00 |
|
Sebastian McKenzie
|
0dafdd6969
|
better support for import collision checking - todo: check exports for collisions
|
2015-01-07 09:08:34 +11:00 |
|
Sebastian McKenzie
|
a9af8d39a2
|
add member expression reassign test
|
2015-01-07 08:00:55 +11:00 |
|
Sebastian McKenzie
|
1cc606d4d0
|
make import reassignment illegal @eventualbuddha
|
2015-01-07 07:58:04 +11:00 |
|
Sebastian McKenzie
|
2a09c0a5a5
|
fix import specifier and export specifier keys
|
2015-01-07 07:57:36 +11:00 |
|
Sebastian McKenzie
|
92359520cd
|
Merge pull request #379 from webpro/amd-port-interop
Port AMD interop
|
2015-01-07 07:52:44 +11:00 |
|
Lars Kappert
|
50e5bd4680
|
Merge remote-tracking branch 'origin/master' into amd-port-interop
Conflicts:
test/fixtures/transformation/es6-modules-amd/exports-default/expected.js
test/fixtures/transformation/es6-modules-amd/overview/expected.js
test/fixtures/transformation/es6-modules-umd/exports-default/expected.js
test/fixtures/transformation/es6-modules-umd/overview/expected.js
|
2015-01-06 20:21:00 +01:00 |
|
Sebastian McKenzie
|
64ef26a937
|
v2.6.3
v2.6.3
|
2015-01-07 00:33:13 +11:00 |
|
Sebastian McKenzie
|
bfd6ffe471
|
add 2.6.3 changelog
|
2015-01-07 00:31:37 +11:00 |
|
Sebastian McKenzie
|
8c1760bea2
|
fix faulty export default source detection - fixes #406
|
2015-01-07 00:30:41 +11:00 |
|
Sebastian McKenzie
|
bdb8f87480
|
move docs to 6to5.github.io repo
|
2015-01-06 22:43:36 +11:00 |
|
Sebastian McKenzie
|
7f6bc54920
|
capitalise faq description
|
2015-01-06 22:40:03 +11:00 |
|
Sebastian McKenzie
|
b6af2f826d
|
es6-transpiler doesn't do sourcemaps - closes 6to5/6to5.github.io#9
|
2015-01-06 22:34:17 +11:00 |
|
Sebastian McKenzie
|
7455b6d9b9
|
update faq copytext
|
2015-01-06 22:33:23 +11:00 |
|
Sebastian McKenzie
|
0d2e876178
|
doc/faq: pretty -> quite
|
2015-01-06 22:29:06 +11:00 |
|
Sebastian McKenzie
|
57ce1b201d
|
better faq answer
|
2015-01-06 22:27:41 +11:00 |
|
Sebastian McKenzie
|
5f56da457c
|
remove old spec tests
|
2015-01-06 22:19:34 +11:00 |
|