Sebastian McKenzie
|
3f3cd2bb3a
|
add better support for labels in the block scoping transformer and add more let scoping tests - fixes #644 and closes #608
|
2015-01-30 20:51:20 +11:00 |
|
Sebastian McKenzie
|
f3f69ab4fa
|
fix scope tracking for default parameters iife
|
2015-01-30 19:39:20 +11:00 |
|
Sebastian McKenzie
|
2a488b951d
|
remove unused variable in commonjs module formatter
|
2015-01-30 19:39:09 +11:00 |
|
Sebastian McKenzie
|
ac01caacd3
|
rename useStrict test to something more specific
|
2015-01-30 19:39:00 +11:00 |
|
Sebastian McKenzie
|
cbdf746474
|
fix block scoped functions
|
2015-01-30 19:38:50 +11:00 |
|
Sebastian McKenzie
|
3b783979d8
|
add resolveModuleSource option - closes #471
|
2015-01-30 18:04:54 +11:00 |
|
Sebastian McKenzie
|
bf393c025f
|
properly transform XJSIdentifier nodes referencing this into a ThisExpression - facebook/react#2927
|
2015-01-30 11:00:37 +11:00 |
|
Sebastian McKenzie
|
bbbc9c0c5e
|
remove redundant enumerable: true property on class methods
|
2015-01-30 10:44:33 +11:00 |
|
Sebastian McKenzie
|
31df576d26
|
make class methods nonenumerable - fixes #639
|
2015-01-30 10:05:17 +11:00 |
|
Sebastian McKenzie
|
00b22b1231
|
don't ignore dynamic import specifiers - fixes #633
|
2015-01-30 00:13:37 +11:00 |
|
Sebastian McKenzie
|
dda372f93e
|
use either Object.assign or the extends helper
|
2015-01-29 21:07:51 +11:00 |
|
Sebastian McKenzie
|
2687b435e0
|
Merge pull request #629 from stefanpenner/lodash-cleanup
cleanup: require explicit lodash modules needed
|
2015-01-29 16:04:47 +11:00 |
|
Stefan Penner
|
9ddf411f2c
|
cleanup: require explicit lodash modules needed
|
2015-01-28 23:52:17 -05:00 |
|
Sebastian McKenzie
|
03942da57a
|
add in support for AwaitExpression "delegation"
|
2015-01-29 15:11:17 +11:00 |
|
Sebastian McKenzie
|
30259f3a99
|
don't use a generator iterator function as this in the asyncToGenerator helper - fixes #625
|
2015-01-29 11:53:30 +11:00 |
|
Sebastian McKenzie
|
642e36c259
|
remove old es6.destructuring position comment - thanks @appden!
|
2015-01-29 09:04:01 +11:00 |
|
Sebastian McKenzie
|
efaf56c6de
|
add debug messages
|
2015-01-29 09:03:30 +11:00 |
|
Sebastian McKenzie
|
e264ac03b3
|
put destructuring transformer back
|
2015-01-29 07:40:50 +11:00 |
|
Sebastian McKenzie
|
960a70287d
|
add improved for-of loose behaviour that supports destructuring - fixes #615
|
2015-01-29 00:50:22 +11:00 |
|
Sebastian McKenzie
|
c25c33e3ee
|
remove unnecessary ensureBlock in es6 rest parameters transformer
|
2015-01-29 00:06:42 +11:00 |
|
Sebastian McKenzie
|
e50a7406ad
|
move destructuring transformer to before regenerator
|
2015-01-28 23:41:51 +11:00 |
|
Sebastian McKenzie
|
dfc6f1d1cf
|
add comment explaining what the modules-split transformer does
|
2015-01-28 18:40:33 +11:00 |
|
Sebastian McKenzie
|
bc6b31efbc
|
split up function declarations from their exports - fixes #609
|
2015-01-28 18:34:43 +11:00 |
|
Sebastian McKenzie
|
d10d96d19a
|
fix unused iife declaration
|
2015-01-28 15:19:50 +11:00 |
|
Sebastian McKenzie
|
64766eea44
|
add more reliable iife detection for default parameter independent scope
|
2015-01-28 15:18:50 +11:00 |
|
Sebastian McKenzie
|
2b85045b61
|
split up class expressions in export default
|
2015-01-28 12:58:05 +11:00 |
|
Sebastian McKenzie
|
a1e11aba61
|
make explode assignable expression helper aware of declared variables so we can simplify code a lot and drop the variable declaration as evaluating it multiple times has no consequence
|
2015-01-28 11:50:14 +11:00 |
|
Sebastian McKenzie
|
24d4d6d73a
|
remove esModule flag from systemjs module formatter - fixes #599
|
2015-01-27 20:40:43 +11:00 |
|
Sebastian McKenzie
|
10ede7c934
|
fix extends helper checking the wrong object - thanks @appden!
|
2015-01-27 07:38:08 +11:00 |
|
Sebastian McKenzie
|
2869878046
|
use hasOwnProperty in extends helper
|
2015-01-27 07:16:57 +11:00 |
|
Sebastian McKenzie
|
202d98c318
|
fix linting errors
|
2015-01-27 07:06:12 +11:00 |
|
Sebastian McKenzie
|
6f2925ed83
|
remove React.__spread and use extends helper instead - fixes #594
|
2015-01-27 06:43:57 +11:00 |
|
Sebastian McKenzie
|
971da50129
|
add a transformer pass class
|
2015-01-26 22:10:19 +11:00 |
|
Sebastian McKenzie
|
c49438da60
|
add namespaces and better structure transformation
|
2015-01-26 21:10:05 +11:00 |
|
Sebastian McKenzie
|
cfe9a4e270
|
add isConsequenceExpressionStatement last
|
2015-01-26 17:43:19 +11:00 |
|
Sebastian McKenzie
|
4b6203d1f4
|
simplify class default exports
|
2015-01-26 16:00:30 +11:00 |
|
Sebastian McKenzie
|
3db7811f00
|
add missing use strict declarations
|
2015-01-26 15:53:24 +11:00 |
|
Sebastian McKenzie
|
8243a34b69
|
change the way modules handle default exports and function declaration exports
|
2015-01-26 15:53:17 +11:00 |
|
Sebastian McKenzie
|
cfd0059fc7
|
fix linting errors
|
2015-01-26 13:51:06 +11:00 |
|
Sebastian McKenzie
|
59e3eb2bd1
|
move doDefaultExportInterop to default module formatter
|
2015-01-26 11:43:46 +11:00 |
|
Sebastian McKenzie
|
c7c99efa8e
|
add back strict module formatters
|
2015-01-26 10:57:06 +11:00 |
|
Sebastian McKenzie
|
75460b91d8
|
clean up module formatters and fix interopRequireWildcard helper
|
2015-01-26 00:14:04 +11:00 |
|
Sebastian McKenzie
|
3d355566dc
|
avoid duplicate requires when importing modules
|
2015-01-25 20:39:41 +11:00 |
|
Sebastian McKenzie
|
a3b58edc52
|
only remap break/continue when inside a loop
|
2015-01-25 18:46:20 +11:00 |
|
Sebastian McKenzie
|
49c28d449e
|
deprecate old transformer names
|
2015-01-25 15:46:04 +11:00 |
|
Sebastian McKenzie
|
3fdf492dcf
|
safer common interop - closes #493
|
2015-01-25 14:03:25 +11:00 |
|
Sebastian McKenzie
|
afa0a31b91
|
add no loopParent warning to block scoping transformer
|
2015-01-24 16:31:52 +11:00 |
|
Sebastian McKenzie
|
8a13c12738
|
switch rest and default parameters to new ast type
|
2015-01-24 16:31:43 +11:00 |
|
Sebastian McKenzie
|
b938e1aece
|
rename misc transformers
|
2015-01-24 15:20:23 +11:00 |
|
Sebastian McKenzie
|
89a3206553
|
Merge branch 'master' into 3.0.0
Conflicts:
CHANGELOG.md
lib/6to5/transformation/transformers/optional-core-aliasing.js
|
2015-01-24 15:00:44 +11:00 |
|