Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/create-react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kylebebak/create-react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 2 contributors

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
    Configuration menu
    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
    Configuration menu
    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 authored Aug 8, 2019
    Configuration menu
    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 authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    e837044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92e381c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

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

Commits on Sep 30, 2019

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