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
Hi, I got this error and I have no idea how to solve it. Below is the code I want to handle with MagicString.remove.
MagicString.remove
const ES6CurriedFn = (param1) => (param2) => param1 // const ES6CurriedFn = (param1) => { // return param1 // } function ES5CurriedFn (param1) { return function (param2) { return param1 } } export { ES6CurriedFn, ES5CurriedFn }
I guess there is no special character here at all, but it just doesn't work. How should I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I got this error and I have no idea how to solve it. Below is the code I want to handle with
MagicString.remove
.I guess there is no special character here at all, but it just doesn't work. How should I fix this?
The text was updated successfully, but these errors were encountered: