DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
435 stars 59 forks source link

Add column number to error #222

Closed richarddd closed 9 months ago

richarddd commented 9 months ago

Currently quickjs does not keep track of column numbers where an error occurs. Users running minified JavaScript can not debug their code if there is column number present as line number will always be 1.

This PR applies the line number patch from the quickjs repo.