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: use --build for type-checking to be exhaustive and less-fragile #274

Merged
merged 8 commits into from Dec 4, 2023

Commits on May 12, 2023

  1. fix: use --build for type-checking to be exaustive and less-fragile

    Fixes #267
    
    Thanks @segevfiner for noticing this new feature!
    
    Currently there's still a small annoyance that `vue-tsc` would output
    an extra error message when there're type errors in `.vue` files
    vuejs/language-tools#2622 But it works well
    if there's no error.
    
    I've already submitted a PR to address it vuejs/language-tools#3176
    sodatea committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b13089f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eaeb65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47cfc83 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc344d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    57cc076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a82127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2e124 View commit details
    Browse the repository at this point in the history
  4. chore: update lockfile

    sodatea committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f75fd98 View commit details
    Browse the repository at this point in the history