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

Fix validation error messages in the browser #9073

Merged
merged 1 commit into from
Dec 11, 2019
Merged

Commits on Dec 5, 2019

  1. Fix validation error messages in the browser

    We converted the ParsingError and ValidationError classes to inherit from the built-in Error class in #9025. This works fine in ES6, so our unit tests were happy. However, transpiling it down to ES5 leads to an absence of the message property, essentially removing the text of parsing and validation errors.
    kkaefer committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    c2783e8 View commit details
    Browse the repository at this point in the history