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

Eagerly virtualize emberVirtualPackages #1495

Merged
merged 5 commits into from
Jun 30, 2023
Merged

Commits on Jun 29, 2023

  1. Eagerly virtualize emberVirtualPackages

    ... and expand the list of virtual pacakges to includes some that are private-but-used-API.
    
    Before this, we only provided these as fallbacks when normal resolving failed, and this mostly worked. But that was when we were also rewriting the entire node_modules graph on disk. Now that we don't do that, there are many more opportunities to accidentally resolve copies of packages that aren't really what you expected.
    ef4 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    01325ce View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    cf76a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7521c92 View commit details
    Browse the repository at this point in the history
  3. updating test for windows compat

    ef4 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a2b9c07 View commit details
    Browse the repository at this point in the history
  4. trying another windows adjustments

    ...and bumping tsconfig target because I wanted to use replaceAll and it definitely works in our supported node
    ef4 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    175bd80 View commit details
    Browse the repository at this point in the history