mirror of
https://github.com/less/less.js.git
synced 2026-02-04 03:55:10 -05:00
Because of the backtracking, we lose the previous point of failure. The solution is to store the furthest point the parser has parsed to, when backtracking, and using it when showing parse errors.