Skip to main content

Module syntax_errors

Module syntax_errors 

Source

Functions§

detect_syntactic_errors
is_malformed_line_error
Determines if an error node represents a malformed line error.
line_start_byte
Returns the absolute byte offset of the start of row in source. TODO: move to a separate module like utils, we don’t want semantic tokens to depend on parser internals