babel/packages/babel-helper-replace-supers
Nicolò Ribaudo b84f8e9234 Don't use _possibleConstructorReturn inside arrow functions (#6103)
Arrow functions can't be entrly skipped while traversing because this
references inside of them needs to be transformed, so I added a check
which prevents return statements inside arrow functions from being
saved for the transformation.

Fixes #5817 (regression)
2017-08-14 11:11:05 -04:00
..
2017-03-25 21:46:16 -04:00
2017-08-07 18:21:08 -04:00
2015-10-29 17:51:24 +00:00

babel-helper-replace-supers

Usage

TODO