Sebastian McKenzie
ef1c7a5c69
Merge pull request #370 from hughsk/browserify-register
...
Make require("6to5/register") work with browserify
2015-01-03 07:33:15 +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
5a5bf7b4ac
v2.4.7
v2.4.7
2015-01-03 06:10:52 +11:00
Sebastian McKenzie
88ee15bb4d
upgrade acorn-6to5 #367
2015-01-03 06:10:10 +11:00
Sebastian McKenzie
3e51b65095
v2.4.6
v2.4.6
2015-01-03 05:29:28 +11:00
Sebastian McKenzie
371df9ad09
add 2.4.6 changelog
2015-01-03 05:25:48 +11:00
Sebastian McKenzie
d43d5ff409
move coreAliasing and undefinedToVoid transformers down
2015-01-03 05:24:43 +11:00
Sebastian McKenzie
c2c8e52430
add modules caveat - fixes #368
2015-01-03 05:23:12 +11:00
Sebastian McKenzie
57c0ebc5f4
v2.4.5
v2.4.5
2015-01-02 22:22:52 +11:00
Sebastian McKenzie
339bf82481
avoid printing comments if they've already been output - fixes #365
2015-01-02 22:22:01 +11:00
Sebastian McKenzie
d981c06444
v2.4.4
v2.4.4
2015-01-02 19:24:56 +11:00
Sebastian McKenzie
8269e1488b
fix incorrect scripts reference in browser
2015-01-02 19:23:50 +11:00
Sebastian McKenzie
ddda7a020f
add 2.4.4 changelog
2015-01-02 19:22:03 +11:00
Sebastian McKenzie
7e9340864a
lowercase object rest/spread feature name in doc/index
2015-01-02 19:20:14 +11: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
ba48b66458
add types.appendToMemberExpression and types.prependToMemberExpression helpers
2015-01-02 16:46:58 +11:00
Sebastian McKenzie
6e8c73f65f
fix incorrect member expression properties
2015-01-02 16:39:35 +11:00
Sebastian McKenzie
b34fcb0cd9
split up method binding and add description for memoization assignment operator
2015-01-02 14:33:51 +11:00
Sebastian McKenzie
ff7129f1aa
remove ES5 methods from caveats and change IE classes note to IE 10 and below
2015-01-02 14:33:38 +11:00
Sebastian McKenzie
fbabd193a4
add module type to 6to5 browser
2015-01-02 14:33:18 +11:00
Sebastian McKenzie
876d69798c
v2.4.3
v2.4.3
2015-01-02 05:19:42 +11:00
Sebastian McKenzie
1a963ddc06
remove unused variable
2015-01-02 05:19:00 +11:00
Sebastian McKenzie
beb5acea6b
better addImport with good hoisting etc
2015-01-02 05:18:03 +11:00
Sebastian McKenzie
6a290f233e
add 2.4.3 changelog
2015-01-02 05:01:18 +11:00
Sebastian McKenzie
74563d88ed
upgrade acorn-6to5
2015-01-02 05:00:23 +11:00
Sebastian McKenzie
a18177026c
add support for statements in asyncToGenerator and bluebirdCoroutines transformers
2015-01-02 04:58:59 +11:00
Sebastian McKenzie
a813341433
v2.4.2
v2.4.2
2015-01-02 04:25:44 +11:00
Sebastian McKenzie
4968de9803
fix linting errors
2015-01-02 04:24:56 +11:00
Sebastian McKenzie
0de2d33e8d
add 2.4.2 changelog
2015-01-02 04:24:19 +11:00
Sebastian McKenzie
6f81ddd0d5
upgrade acorn-6to5
2015-01-02 04:24:19 +11:00
Sebastian McKenzie
6b83055b12
alias flat references in coreAliasing transformer
2015-01-02 04:24:19 +11:00
Sebastian McKenzie
080c23d5ed
Merge pull request #360 from mquandalle/patch-1
...
Extend the license to the new year
2015-01-02 04:06:22 +11:00
Sebastian McKenzie
293bec58d7
remove appveyor badge
2015-01-02 03:53:33 +11:00
Sebastian McKenzie
93ceafc732
better uid names
2015-01-02 03:53:28 +11:00
Sebastian McKenzie
b2bac04b72
update object getter memoization docs to reflect new changes
2015-01-02 03:04:26 +11:00
Sebastian McKenzie
e549c37ca1
v2.4.1
v2.4.1
2015-01-02 03:00:33 +11:00
Sebastian McKenzie
02512da38d
fix generation tests with parenthesized expressions and trailing comments
2015-01-02 02:59:53 +11:00
Sebastian McKenzie
abe9c4fd30
add 2.4.1 changelog
2015-01-02 02:57:16 +11:00
Sebastian McKenzie
af21c52cc6
set generator on correct node #252
2015-01-02 02:55:55 +11:00
Sebastian McKenzie
706626f79a
better whitespace handling of parenthesized comments due to trailing comments
2015-01-02 02:55:40 +11:00
Sebastian McKenzie
b8dd421073
v2.4.0
v2.4.0
2015-01-02 02:26:14 +11:00
Sebastian McKenzie
5453c466d6
remove unused variable
2015-01-02 02:24:49 +11:00
Sebastian McKenzie
0cfb2e76b8
add 2.4.0 changelog
2015-01-02 02:24:01 +11:00
Sebastian McKenzie
ba67f57c1e
use simple loops always in array comprehensions, support yield inside of array comprehensions - closes #325 , fixes #252
2015-01-02 02:14:36 +11:00
Sebastian McKenzie
f1a178f8f9
compact body nodes in traversal
2015-01-02 01:59:49 +11:00
Sebastian McKenzie
b1d1909c64
forced closure on super classes - fixes #339
2015-01-02 01:59:42 +11:00
Sebastian McKenzie
9529f93690
move useStrict transformer to after _moduleFormatter
2015-01-02 01:58:56 +11:00
Sebastian McKenzie
925b1f7600
add optional asyncToGenerator transformer - closes #321
2015-01-02 01:31:14 +11:00
Sebastian McKenzie
40f8bc0a65
add optional bluebird coroutine transformer - @phpnode
2015-01-02 01:20:28 +11:00
Sebastian McKenzie
3a0dbabf5a
v2.3.2
v2.3.2
2015-01-02 01:04:43 +11:00