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

Adds TSC_COMPILE_ON_ERROR env var... #6931

Merged
merged 7 commits into from Oct 1, 2019
Merged

Commits on Apr 26, 2019

  1. Adds TSC_COMPILE_ON_ERROR env var to allow users to run and properly …

    …build TypeScript projects even if there are TypeScript type check errors
    kylebebak committed Apr 26, 2019
    Copy the full SHA
    c1c56de View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Documents TSC_COMPILE_ON_ERROR env var; changes message printed to co…

    …nsole when an app is built in presence of type errors
    kylebebak committed Jul 15, 2019
    Copy the full SHA
    1955a07 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Update docusaurus/docs/adding-typescript.md

    Co-Authored-By: Ian Schmitz <ianschmitz@gmail.com>
    kylebebak and ianschmitz committed Aug 8, 2019
    Copy the full SHA
    c6c9bd8 View commit details
    Browse the repository at this point in the history
  2. Print tsc errors with chalk.yellow instead of chalk.red

    Co-Authored-By: Ian Schmitz <ianschmitz@gmail.com>
    kylebebak and ianschmitz committed Aug 8, 2019
    Copy the full SHA
    e837044 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    92e381c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

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

Commits on Sep 30, 2019

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