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 api for transpile code modification #470

Closed
TwitchBronBron opened this issue Dec 17, 2021 · 1 comment
Closed

Plugin api for transpile code modification #470

TwitchBronBron opened this issue Dec 17, 2021 · 1 comment
Milestone

Comments

@TwitchBronBron
Copy link
Member

Currently plugins can modify the AST, but when running in watch mode, this means those changes persist in memory and can mess up the in-memory program. We should introduce an api that allows plugins to change code as it's transpiled but without messing up the AST.

@TwitchBronBron
Copy link
Member Author

This has been resolved with #478

@TwitchBronBron TwitchBronBron added this to the v1.0.0 milestone Jan 24, 2024
@TwitchBronBron TwitchBronBron removed the v1 label Jan 24, 2024
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