We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my runtime, i will import a global regeneratorRuntime, but swc will use a inline _ts_generator。How to configure swc to generate:
function a() { return _a.apply(this, arguments); } function _a() { _a = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() { return regeneratorRuntime.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: case "end": return _context.stop(); } }, _callee); })); return _a.apply(this, arguments); } });
No response
The text was updated successfully, but these errors were encountered:
Use external helper config
Sorry, something went wrong.
No branches or pull requests
Describe the feature
In my runtime, i will import a global regeneratorRuntime, but swc will use a inline _ts_generator。How to configure swc to generate:
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: