Skip to content
New issue

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

Plugin 2.0 rewrite #32

Open
WarnerHooh opened this issue Jul 26, 2021 · 0 comments
Open

Plugin 2.0 rewrite #32

WarnerHooh opened this issue Jul 26, 2021 · 0 comments

Comments

@WarnerHooh
Copy link
Owner

Better solution for babel parameter traverse.

We had to deal with various different AST nodes after transpiled by babel presets, even some information were missing like static/private, so we are not able to fix the bug for static methods in the old implementation. The background is babel-presets are always executed before our customized plugin when traversing deeper than ClassExpression.

Now it's much easier to transform parameter decorator with a common way and easier for bug fix.

WarnerHooh added a commit that referenced this issue Aug 5, 2021
WarnerHooh added a commit that referenced this issue Aug 5, 2021
WarnerHooh added a commit that referenced this issue Aug 5, 2021
WarnerHooh added a commit that referenced this issue Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant