You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: