output.js 683 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. class Class {
  2. method() {
  3. var _this = this;
  4. return babelHelpers.asyncToGenerator(function* () {
  5. _this;
  6. () => _this;
  7. () => {
  8. _this;
  9. () => _this;
  10. function x() {
  11. var _this2 = this;
  12. this;
  13. () => {
  14. this;
  15. };
  16. /*#__PURE__*/
  17. babelHelpers.asyncToGenerator(function* () {
  18. _this2;
  19. });
  20. }
  21. };
  22. function x() {
  23. var _this3 = this;
  24. this;
  25. () => {
  26. this;
  27. };
  28. /*#__PURE__*/
  29. babelHelpers.asyncToGenerator(function* () {
  30. _this3;
  31. });
  32. }
  33. })();
  34. }
  35. }