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] export CompileOptions #7658

Merged
merged 3 commits into from Jul 6, 2022

Commits on Jul 5, 2022

  1. [fix] export CompileOptions

    It's are used by SvelteKit and in order to properly use it under the new TS moduleResolution NodeNext it needs to be part of a file that is defined in the exports map
    Simon committed Jul 5, 2022
    Copy the full SHA
    d0e46e0 View commit details
    Browse the repository at this point in the history
  2. ok I lied about running the linter locally

    Simon committed Jul 5, 2022
    Copy the full SHA
    7c74bc7 View commit details
    Browse the repository at this point in the history
  3. Update src/compiler/index.ts

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dummdidumm and benmccann committed Jul 5, 2022
    Copy the full SHA
    6a100db View commit details
    Browse the repository at this point in the history