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: ignore ENOENT in injectSourcesContent #2904

Merged
merged 5 commits into from Jul 21, 2021

Commits on Jul 20, 2021

  1. fix: ignore ENOENT in injectSourcesContent

    This is important for virtual modules and malformed source maps, both of which can throw ENOENT errors when injecting `sourcesContent`.
    aleclarson committed Jul 20, 2021
    Copy the full SHA
    81aa087 View commit details
    Browse the repository at this point in the history
  2. fix: avoid swallowing ENOENT errors for malformed source paths

    Also, when the `file` is a virtual module, assume source paths are already absolute.
    aleclarson committed Jul 20, 2021
    Copy the full SHA
    143d5b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f379c96 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Copy the full SHA
    ba1871e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed09cb7 View commit details
    Browse the repository at this point in the history