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

svelte-check: Add --preserveWatchOutput, which disables clearing the terminal when using --watch #1715

Merged
merged 1 commit into from Nov 14, 2022

Commits on Nov 7, 2022

  1. Add --preserveWatchOutput option to svelte-check

    Context:
    I am trying to add svelte to our application, which has previously been
    using tsc to typecheck our codebase, (and esbuild to build).
    
    tsc and svelte-check were both annoying when run from a process manager,
    such as overmind, which runs multiple cli tools/watchers etc in the same
    terminal. This is because they by default clear the screen periodically,
    which blows away useful information from other tools.
    
    tsc supports --preserveWatchOutput, so I added the same flag to
    svelte-check.
    odinhb committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4aa3e30 View commit details
    Browse the repository at this point in the history