mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Tree-sitter row and column numbers are 0-based while CodeQL expects 1-based. In addition tree-sitter location ranges end-points are exclusive while CodeQL's ranges are inclusive.