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

Integrate various ASTs #32

Open
kazupon opened this issue Sep 18, 2024 · 0 comments
Open

Integrate various ASTs #32

kazupon opened this issue Sep 18, 2024 · 0 comments
Labels
❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf Type: Performance Includes performance fixes

Comments

@kazupon
Copy link
Owner

kazupon commented Sep 18, 2024

description

The following ASTs are currently used in incrustion-vapor:

  • acorn estree (svelte, unplugin)
  • babel estree mode (svelte script)
  • babel (vapor)

As these ASTs are different, there is an overhead to convert them.
To maximise performance, we want to integrate them.

Considering Rolldown, I believe that employing oxc as a parser would allow ASTs to be integrated.

@kazupon kazupon added Type: Performance Includes performance fixes ❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: bugs that violate documented behavior, or significantly impact perf Type: Performance Includes performance fixes
Projects
None yet
Development

No branches or pull requests

1 participant