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

Report meaningful line numbers for inline script errors #14963

Merged
merged 1 commit into from Jan 12, 2017

Commits on Jan 12, 2017

  1. Store parser's current line when script elements are created.

    Use the newly stored line as the starting line number when
    evaluating JS. This ensures that inline scripts will report
    errors with meaningful line numbers.
    karenher authored and jdm committed Jan 12, 2017
You can’t perform that action at this time.