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

create-svelte: add svelte-check for TS #1556

Merged
merged 3 commits into from
May 28, 2021

Commits on May 25, 2021

  1. create-svelte: add svelte-check for TS

    This add svelte-check along with two validate scripts to the package.json if the user selects TS. This uncovered missing type definitions for the cookie package in the default template, which are now added as well if the user selects TS.
    Simon Holthausen committed May 25, 2021
    Configuration menu
    Copy the full SHA
    6b0d091 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. check instead of validate

    dummdidumm authored May 26, 2021
    Configuration menu
    Copy the full SHA
    b53b0fc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. use svelte-check v2

    dummdidumm authored May 28, 2021
    Configuration menu
    Copy the full SHA
    0098df5 View commit details
    Browse the repository at this point in the history