Explicit error when an ERROR
node is present during editing operations
#26
Labels
good first issue
Good for newcomers
ERROR
node is present during editing operations
#26
(Elisp)-tree-sitter represents sections of the code it cannot parse as
ERROR
symbol tokens. Currently the parser will fail as if a transformation is invalid if anyERROR
tokens are present. Instead, we should check if the tokens in an operation containERROR
, and alert the user that their code is malformed if so.The text was updated successfully, but these errors were encountered: