Sebastian McKenzie
|
fe7079802b
|
move deadCodeElimination transformer up - fixes #1409, fixes #1408
|
2015-05-01 23:24:16 +01:00 |
|
Sebastian McKenzie
|
61ddb14e25
|
Merge branch 'master' of github.com:babel/babel
|
2015-05-01 23:14:58 +01:00 |
|
Sebastian McKenzie
|
ca7a93cd64
|
move utility.deadCodeElimination transformer to minification
|
2015-05-01 23:13:48 +01:00 |
|
Sebastian McKenzie
|
90a1c81d30
|
split up es3.xLiterals transformers - fixes #1415
|
2015-05-01 23:13:30 +01:00 |
|
Henry Zhu
|
1a716943bc
|
remove old references to jshint
|
2015-05-01 14:08:47 -04:00 |
|
Sebastian McKenzie
|
c28415c38a
|
handle shorthand objects properly when renaming bindings, create new ones and refresh the stored binding identifier if necessary - fixes #1406
|
2015-05-01 15:23:46 +01:00 |
|
Sebastian McKenzie
|
a2b912bc77
|
add BABEL mention to deprecation message
|
2015-05-01 13:07:31 +01:00 |
|
Sebastian McKenzie
|
f1bfbe44e2
|
expose Pipeline as TransformerPipeline
|
2015-05-01 13:00:34 +01:00 |
|
Sebastian McKenzie
|
dbdd07d0b8
|
fix addAliases call
|
2015-05-01 13:00:26 +01:00 |
|
Sebastian McKenzie
|
3353de225d
|
fix parse API not adding all the correct pipeline transformers
|
2015-05-01 11:39:38 +01:00 |
|
Sebastian McKenzie
|
16cdb43c67
|
expose transform pipeline and require node api inside of the browser one to avoid race conditions
|
2015-05-01 11:27:23 +01:00 |
|
Sebastian McKenzie
|
f155bc249c
|
fix Program global reference catching for real this time
|
2015-05-01 09:41:35 +01:00 |
|
Sebastian McKenzie
|
452d0ef30e
|
fix Program global reference catching
|
2015-05-01 09:40:03 +01:00 |
|
Sebastian McKenzie
|
005754ba98
|
Revert "Revert "make dead code elimination smarter and eliminate non-referenced "pure" nodes""
This reverts commit c3c4cf17e32c5dcba2034ab08f0c5a58aa20f277.
|
2015-05-01 09:39:33 +01:00 |
|
Sebastian McKenzie
|
c3c4cf17e3
|
Revert "make dead code elimination smarter and eliminate non-referenced "pure" nodes"
This reverts commit 4e87809ff904f170009418344d11772e6dec0e1b.
|
2015-05-01 09:39:07 +01:00 |
|
Sebastian McKenzie
|
15f5e658fc
|
Merge branch 'master' of github.com:babel/babel
|
2015-05-01 09:32:28 +01:00 |
|
Sebastian McKenzie
|
574e6da132
|
add Statement and Declaration aliases to flow types - fixes #1401
|
2015-05-01 09:32:11 +01:00 |
|
Sebastian McKenzie
|
da6d27ed16
|
Merge pull request #1404 from timbur/master
hopefully fixes #1402
|
2015-05-01 09:31:46 +01:00 |
|
Sebastian McKenzie
|
4e87809ff9
|
make dead code elimination smarter and eliminate non-referenced "pure" nodes
|
2015-05-01 09:31:28 +01:00 |
|
Sebastian McKenzie
|
f4267aaab0
|
Merge pull request #1403 from wyand/master
fix spelling
|
2015-05-01 09:28:46 +01:00 |
|
Tim Burgess
|
502cc13aed
|
hopefully fixes #1402
|
2015-05-01 04:05:22 -04:00 |
|
Dan Wyand
|
0a1154e6fd
|
fix spelling
|
2015-05-01 01:01:10 -04:00 |
|
Christopher Monsanto
|
f5b3d72730
|
support commas as obj property separators in flow
|
2015-05-01 00:09:26 -04:00 |
|
Sebastian McKenzie
|
e9bcccffbd
|
futz the bundler idea
|
2015-05-01 03:26:12 +01:00 |
|
Sebastian McKenzie
|
aaf4cbf06f
|
start on babel module bundling and type inferrence
|
2015-05-01 02:59:59 +01:00 |
|
Sebastian McKenzie
|
d9169a87ad
|
allow util.arrayify to take arbitrary types and coerce it into an array - #1398
|
2015-05-01 00:41:47 +01:00 |
|
Sebastian McKenzie
|
f32079ef42
|
fix regression in node/register that caused node_modules to not be ignored - fixes #1398
|
2015-05-01 00:29:57 +01:00 |
|
Sebastian McKenzie
|
d26e7ad577
|
fix no RHS in class properties causing undefined to be used instead of a noop - fixes #1396
|
2015-04-30 23:09:17 +01:00 |
|
Sebastian McKenzie
|
571cb4928f
|
add register-without-polyfill option
|
2015-04-30 22:27:52 +01:00 |
|
Sebastian McKenzie
|
c12e8122f8
|
fix browser tests
|
2015-04-30 20:11:32 +01:00 |
|
Sebastian McKenzie
|
2c3d3d8105
|
DRY up plugin manager position definition
|
2015-04-30 18:13:33 +01:00 |
|
Sebastian McKenzie
|
ea03f67505
|
use a strict regex when splitting string plugins - fixes #1361
|
2015-04-30 18:13:17 +01:00 |
|
Sebastian McKenzie
|
ee0c88a070
|
clean up plugin manager constructor and add some basic plugin manager tests
|
2015-04-30 18:06:15 +01:00 |
|
Sebastian McKenzie
|
98206df864
|
fix retainLines for comments and block statements - fixes #1388
|
2015-04-30 17:43:31 +01:00 |
|
Sebastian McKenzie
|
1066a42fb2
|
fix weird path context state by clearing the context before we visit it
|
2015-04-30 17:19:27 +01:00 |
|
Sebastian McKenzie
|
062175586c
|
add parens around LHS object patterns
|
2015-04-30 17:18:36 +01:00 |
|
Sebastian McKenzie
|
0dc6b582a6
|
Merge pull request #1385 from monsanto/fix-var-checker
fix reference check for shorthand properties
|
2015-04-30 16:43:36 +01:00 |
|
Sebastian McKenzie
|
f23c916520
|
make function name inferrence smarter - fixes #1367
|
2015-04-30 16:41:25 +01:00 |
|
Sebastian McKenzie
|
8ae4601177
|
rename insertOntoContainerStart to unshiftContainer
|
2015-04-30 14:33:54 +01:00 |
|
Sebastian McKenzie
|
9a466d3ef9
|
add optimisation.flow.forOf internal usage
|
2015-04-30 14:31:52 +01:00 |
|
Sebastian McKenzie
|
713845d14c
|
add Terminatorless alias key for node expression wrappers that don't accept new lines
|
2015-04-30 13:56:42 +01:00 |
|
Amjad Masad
|
4c2ae5dd19
|
Parenthesize statement argument when on a different line
|
2015-04-30 05:43:08 -07:00 |
|
Sebastian McKenzie
|
16c86c25b7
|
properly catch up to comments position - fixes #1384
|
2015-04-29 23:57:43 +01:00 |
|
Sebastian McKenzie
|
4345f7945b
|
Merge pull request #1377 from Mark-Simulacrum/issue-1376
Allow passing an array of globs to "only" option.
|
2015-04-29 23:39:17 +01:00 |
|
Christopher Monsanto
|
f44c93add2
|
fix reference check for shorthand properties
|
2015-04-29 17:56:36 -04:00 |
|
Sebastian McKenzie
|
616ef8d840
|
make jscript transformer more trigger happy - #1382
|
2015-04-29 12:03:15 +01:00 |
|
Pusztai Tibor
|
881fa6430b
|
add optional jscript transformer for basic IE8 compatibility (fixes #1369)
|
2015-04-29 12:36:12 +02:00 |
|
Sebastian McKenzie
|
b7971690f3
|
add additional comments to path class, really need to go and fill in all the dummy jsdoc descriptions...
|
2015-04-29 01:19:56 +01:00 |
|
Sebastian McKenzie
|
c01d0abbd3
|
add insertOntoContainerStart and insertOntoContainerEnd methods
|
2015-04-29 01:13:35 +01:00 |
|
Sebastian McKenzie
|
7043119346
|
fix PluginManager
|
2015-04-29 01:13:23 +01:00 |
|