Skip to content

Conversation

@ObserverOfTime
Copy link
Member

Breaking changes are marked with !.

Additions:

  • __version__
  • Point.edit(...)
  • Range.edit(...)
  • QueryCursor.set_containing_byte_range(...)
  • QueryCursor.set_containing_point_range(...)

Removals:

  • Language.query(...): use Query(...)
  • Language.version: use Language.abi_version
  • Parser.timeout_micros !
  • QueryCursor.timeout_micros !

Internals:

  • The Point type is now a tuple subclass instead of a namedtuple.

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

Successfully merging this pull request may close these issues.

add tree_sitter.__version__

2 participants