Justin Ridgewell
|
823ffbd87c
|
Fix error in rest parameter length optimization (#3573)
If there aren’t enough arguments to get to the offset index, we would
return an negative length.
|
2016-07-12 21:12:45 -04:00 |
|
Jesse McCarthy
|
8419be1afc
|
Add postfix update expression fixtures.
(Failing.)
|
2016-02-25 17:11:19 -05:00 |
|
Jesse McCarthy
|
5f98d22b6d
|
Add for-of fixture.
(Failing.)
|
2016-02-25 17:11:19 -05:00 |
|
Victor Felder
|
183fbab967
|
Fix some rest optimization errors.
Commit message edited by @jmm.
|
2016-02-25 17:11:19 -05:00 |
|
Jesse McCarthy
|
6ca07974c9
|
Add array destruct w/o [rest[0]] on RHS fixture.
(Failing.)
|
2016-02-25 17:11:19 -05:00 |
|
Jesse McCarthy
|
0be3a58dd2
|
Add expected fixtures for new actuals.
(Failing.)
|
2016-02-25 17:11:18 -05:00 |
|
Ben Newman
|
a82bf11e2a
|
Add rest deoptimization fixtures.
(Failing.)
Commit message edited by @jmm.
|
2016-02-25 17:11:18 -05:00 |
|
Jesse McCarthy
|
49728be8b6
|
Test for no-opt of assign to rest param element.
That is, do not attempt to optimize assignments as opposed to reads.
(Failing.)
|
2016-01-14 13:21:40 -05:00 |
|
Fabio M. Costa
|
699868ed2a
|
[fix][babel-plugin-transform-es2015-parameters] arguments.length optimization bugfix
|
2015-12-28 21:56:49 -08:00 |
|
Fabio M. Costa
|
3868d36e31
|
[babel-plugin-transform-es2015-parameters] more oportunities for optimisations
|
2015-12-17 10:50:56 -08:00 |
|
Sebastian McKenzie
|
15969a0904
|
move all plugin tests out of babel-core and into their appropriate folders
|
2015-11-08 23:04:10 -08:00 |
|