Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add column number to error #222

Merged
merged 7 commits into from
Oct 6, 2023
Merged

Conversation

richarddd
Copy link
Contributor

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.

@richarddd richarddd marked this pull request as draft October 3, 2023 12:34
@richarddd richarddd marked this pull request as ready for review October 4, 2023 08:52
@richarddd richarddd changed the title [WIP] Add column number to error Add column number to error Oct 4, 2023
Copy link
Owner

@DelSkayn DelSkayn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DelSkayn DelSkayn merged commit 264eebb into DelSkayn:master Oct 6, 2023
27 checks passed
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.

2 participants