babel/packages/babel-helper-remap-async-to-generator
Diogo Franco 0f60d42fdf
Avoid adding #__PURE__ annotation to .bind(this)() expressions (#7043)
* Avoid adding #__PURE__ annotation to .bind(this)() expressions

Fixes the #__PURE__ annotation getting added to (async () => {})() IIFEs when the arrow function transform is running with spec: true.

* Return false instead of undefined

* Fix indentation in json files

* Add one more case to the async-iife fixtures
2017-12-28 17:02:54 +09:00
..
2017-03-25 21:46:16 -04:00
2017-12-25 14:04:08 -05:00

@babel/helper-remap-async-to-generator

Usage

TODO