Add /*#__PURE__*/ annotatiotion for babel-plugin-async-to-generator. Fixes #6572

This commit is contained in:
Satyajit Sahoo
2017-11-12 17:11:00 +05:30
parent 25bde88dff
commit 7ae6e1e5a0
48 changed files with 226 additions and 57 deletions

View File

@@ -1,4 +1,6 @@
let foo = (() => {
let foo =
/*#__PURE__*/
(() => {
var _ref = _wrapAsyncGenerator(_skipFirstGeneratorNext(function* () {
let _functionSent = yield;