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
As of now, the user's code is parsed into an AST with acorn on every edit. Acorn does not have support for incremental parsing, we can explore rewriting the AST code to use tree-sitter instead.
The text was updated successfully, but these errors were encountered:
As of now, the user's code is parsed into an AST with acorn on every edit. Acorn does not have support for incremental parsing, we can explore rewriting the AST code to use tree-sitter instead.
The text was updated successfully, but these errors were encountered: