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

Resolver refactor #1627

Merged
merged 6 commits into from
Oct 20, 2023
Merged

Resolver refactor #1627

merged 6 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. change the structure of rewritten-packages

    This is intended to help vite and esbuild discover our packages better
    mansona committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b2c30b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1dabca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a01caa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Use relative paths for self-imports

    This restores the original behavior we had on main for self-imports only because those don't need to be visible as dependencies for Vite and are simpler for us to handle
    lolmaus authored and mansona committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b833886 View commit details
    Browse the repository at this point in the history
  2. updates to fix node tests

    ef4 authored and mansona committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    336ef64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c36e4 View commit details
    Browse the repository at this point in the history