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: plugin warnings not showing warning.loc #3824

Merged
merged 4 commits into from Oct 21, 2020
Merged

fix: plugin warnings not showing warning.loc #3824

merged 4 commits into from Oct 21, 2020

Commits on Oct 16, 2020

  1. fix: plugin warnings not showing warning.loc

    Plugin warnings without warning.id but with warning.loc were not emitting loc information
    loc information emitting is fundamental for user experience (to locate the source of the error/warning)
    luciotato committed Oct 16, 2020
    Copy the full SHA
    3cc5a8c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Update batchWarnings.ts

    luciotato committed Oct 21, 2020
    Copy the full SHA
    a873973 View commit details
    Browse the repository at this point in the history
  2. Add test

    lukastaegert committed Oct 21, 2020
    Copy the full SHA
    e3d72ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a71fa81 View commit details
    Browse the repository at this point in the history