Sebastian McKenzie
|
18f79d6253
|
Merge pull request #470 from monsanto/fix-dict-aliasing
remove Dict from core aliasable constructors
|
2015-01-13 08:17:23 +11:00 |
|
Christopher Monsanto
|
6f5270f38f
|
remove Dict from core aliasable constructors
|
2015-01-12 14:00:43 -05:00 |
|
Brian Donovan
|
aac7aac373
|
Merge pull request #469 from clavery/master
remove console.log from react transforms
|
2015-01-12 10:29:29 -08:00 |
|
Charles Lavery
|
9361470dc7
|
remove console.log from react transforms
|
2015-01-12 13:19:32 -05:00 |
|
Sebastian McKenzie
|
cf579f4b6e
|
v2.11.0
v2.11.0
|
2015-01-13 01:53:03 +11:00 |
|
Sebastian McKenzie
|
2e497eef98
|
fix linting errors
|
2015-01-13 01:51:21 +11:00 |
|
Sebastian McKenzie
|
7867daaa04
|
add 2.11.0 changelog
|
2015-01-13 01:50:30 +11:00 |
|
Sebastian McKenzie
|
eabbcd31ad
|
add comments to ambiguous code
|
2015-01-13 01:50:30 +11:00 |
|
Sebastian McKenzie
|
17d198f3d6
|
Merge pull request #468 from AluisioASG/core-aliasable
Whitelist constructors aliasable to core-js
|
2015-01-13 01:46:19 +11:00 |
|
Aluísio Augusto Silva Gonçalves
|
afd5376c8d
|
Whitelist constructors aliasable to core-js
Expand the list of identifiers for which we substitute `_core.<Something>`
for `<Something>`. Also an alternative fix for #421.
|
2015-01-12 12:29:37 -02:00 |
|
Sebastian McKenzie
|
02a50c9f7e
|
fix unnecessary default parameter iife - fixes #251
|
2015-01-13 01:16:00 +11:00 |
|
Sebastian McKenzie
|
df9fa32b82
|
add optional to keep module id extensions - fixes #420
|
2015-01-13 01:12:14 +11:00 |
|
Sebastian McKenzie
|
831b420df3
|
special case single super method call with spread, fixes #227
|
2015-01-13 01:09:10 +11:00 |
|
Sebastian McKenzie
|
123186003c
|
add support for super instead of closures - fixes #425
|
2015-01-13 01:00:35 +11:00 |
|
Sebastian McKenzie
|
fbb150cfc1
|
remove allowImportExportEverywhere
|
2015-01-13 00:10:12 +11:00 |
|
Sebastian McKenzie
|
ea627ed57c
|
don't use function variable declaration for class constructor
|
2015-01-13 00:03:52 +11:00 |
|
Sebastian McKenzie
|
157bb48776
|
add 3.0.0 fast transformer note
|
2015-01-12 23:27:04 +11:00 |
|
Sebastian McKenzie
|
76a3771943
|
change ambiguous _inherits parameters
|
2015-01-12 20:54:37 +11:00 |
|
Sebastian McKenzie
|
54f8889a30
|
v2.10.1
v2.10.1
|
2015-01-12 20:09:54 +11:00 |
|
Sebastian McKenzie
|
bab159bc08
|
fix version number in changelog
|
2015-01-12 20:08:14 +11:00 |
|
Sebastian McKenzie
|
23950963e5
|
add upgrade core-js note
|
2015-01-12 20:07:51 +11:00 |
|
Sebastian McKenzie
|
d1daac5550
|
add global shim due to core-js 0.4.4
|
2015-01-12 20:07:30 +11:00 |
|
Sebastian McKenzie
|
d93ece5ccf
|
add 2.10.11 changelog
|
2015-01-12 20:05:19 +11:00 |
|
Sebastian McKenzie
|
c8c667bf16
|
add back loop ensure block
|
2015-01-12 20:04:19 +11:00 |
|
Sebastian McKenzie
|
49cdacbcb4
|
add includeRegenerator option
|
2015-01-12 20:03:02 +11:00 |
|
Sebastian McKenzie
|
f97bd584f7
|
upgrade core-js
|
2015-01-12 19:49:04 +11:00 |
|
Sebastian McKenzie
|
f1328aa82f
|
v2.10.0
v2.10.0
|
2015-01-12 11:52:32 +11:00 |
|
Sebastian McKenzie
|
e298a5d350
|
remove unused check function
|
2015-01-12 11:50:45 +11:00 |
|
Sebastian McKenzie
|
89a6ef0b26
|
add 2.10.0 changelog
|
2015-01-12 11:50:19 +11:00 |
|
Sebastian McKenzie
|
c7ac9b7815
|
rename --reactCompat arg to --react-compat
|
2015-01-12 11:47:04 +11:00 |
|
Sebastian McKenzie
|
55c99b9122
|
upgrade acorn-6to5
|
2015-01-12 11:45:21 +11:00 |
|
Sebastian McKenzie
|
545c8c3adb
|
define class methods instead of assigning them - fixes #454
|
2015-01-12 11:44:23 +11:00 |
|
Sebastian McKenzie
|
d093dc8231
|
disallow setters without one parameter - fixes #455
|
2015-01-12 10:25:37 +11:00 |
|
Sebastian McKenzie
|
eaf9d58b8d
|
Merge branch 'master' of github.com:6to5/6to5
|
2015-01-12 10:19:53 +11:00 |
|
Sebastian McKenzie
|
6131cea5b2
|
add classesFastSuper optional transformer - fixes #451
|
2015-01-12 10:19:22 +11:00 |
|
Sebastian McKenzie
|
ca4831febe
|
Merge pull request #453 from amasad/master
Add --reactCompat option to cli
|
2015-01-12 09:57:21 +11:00 |
|
Amjad Masad
|
9cf8d05a19
|
Add --reactCompat option to cli
|
2015-01-11 12:47:17 -05:00 |
|
Sebastian McKenzie
|
2a4f03330b
|
better bin name for 6to5-node
|
2015-01-11 22:59:36 +11:00 |
|
Sebastian McKenzie
|
83bc614bad
|
add note about splitting up super transforming #411
|
2015-01-11 22:42:45 +11:00 |
|
Sebastian McKenzie
|
99ccb4111a
|
start adding support for this mapping for supers
|
2015-01-11 22:15:56 +11:00 |
|
Sebastian McKenzie
|
f6c72e9ae9
|
add newline to scope
|
2015-01-11 22:15:56 +11:00 |
|
Sebastian McKenzie
|
a90730d4bf
|
Merge pull request #449 from monsanto/fix-6to5-node-name
fix _6to5-node name in help screen
|
2015-01-11 18:19:04 +11:00 |
|
Christopher Monsanto
|
29503d2d37
|
fix _6to5-node name in help screen
|
2015-01-10 23:04:13 -05:00 |
|
Sebastian McKenzie
|
35451ed408
|
Merge pull request #447 from fkling/cli
Fix short --whitelist option
|
2015-01-11 11:21:41 +11:00 |
|
Felix Kling
|
7167aeb65a
|
Fix short --whitelist option
`6to5 -w generators` doesn't work because `-w` is also short for
`--watch`. This changes the short option for `--whitelist` to `-l`.
|
2015-01-10 11:03:26 -08:00 |
|
Sebastian McKenzie
|
29d0489443
|
add autoindentation note
|
2015-01-11 04:55:34 +11:00 |
|
Sebastian McKenzie
|
82aa2686f9
|
fix writable being set on accessors
|
2015-01-11 04:55:27 +11:00 |
|
Sebastian McKenzie
|
24616fa08a
|
fix linting errors
|
2015-01-11 03:35:37 +11:00 |
|
Sebastian McKenzie
|
9f3e1eabfd
|
simplify define properties
|
2015-01-11 03:21:05 +11:00 |
|
Sebastian McKenzie
|
286d2f84bd
|
add configurable and writable property to defined properties
|
2015-01-11 02:43:17 +11:00 |
|