You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"use strict";
var _helpers = require("babel-plugin-transform-async-to-promises/helpers");
var BBB = function BBB() {
return _await(); // <--------- There is no _helpers here
};
var AAA = function AAA() {
return (0, _helpers._await)();
};
The text was updated successfully, but these errors were encountered:
Input:
babel.config.js
Test Code:
Output:
The text was updated successfully, but these errors were encountered: