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] Adjust type imports to satisfy TS NodeNext moduleResolution #5360

Merged
merged 1 commit into from
Jul 5, 2022

Commits on Jul 5, 2022

  1. [fix] Adjust type imports to satisfy TS NodeNext moduleResolution

    Discovered through comment in #2040
    This is necessary so people can use this new resolution mode and still get proper typings for things like $app/stores
    This isn't all that's needed though:
    - Vite 3 is needed so we get their exports map which makes vite/client resolve correctly
    - Svelte bump needed to properly expose CompileOptions. It's imported from a path which isn't accessible when adhering to export maps
    Simon committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    16c71b7 View commit details
    Browse the repository at this point in the history