Add /*#__PURE__*/ annotatiotion for babel-plugin-async-to-generator. Fixes #6572
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
let foo = (() => {
|
||||
let foo =
|
||||
/*#__PURE__*/
|
||||
(() => {
|
||||
var _ref = _wrapAsyncGenerator(_skipFirstGeneratorNext(function* () {
|
||||
let _functionSent = yield;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user