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

Produce better stack traces for syntax errors loaded via import/use #722

Merged
merged 2 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. Produce better stack traces for syntax errors loaded via import/use

    We now wrap _withStackFrame() around wider sections of code, including
    _loadStylesheet() which handles parse errors, so that the @use/@import
    stack frames are available.
    nex3 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    f6822d5 View commit details
    Browse the repository at this point in the history
  2. Update a test

    nex3 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8e6364e View commit details
    Browse the repository at this point in the history