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

make the syntax error message more helpful for TS users #11807

Merged
merged 5 commits into from Sep 20, 2021

Commits on Sep 2, 2021

  1. Make the syntax error message more helpful

    I got this error when trying to use jest with typescript. Turns out the info I needed was on https://jestjs.io/docs/getting-started#using-typescript : I needed to install babel and create babel.config.js
    hexagonrecursion committed Sep 2, 2021
    Copy the full SHA
    e28b213 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Copy the full SHA
    e06e34b View commit details
    Browse the repository at this point in the history
  2. Add changelog

    hexagonrecursion committed Sep 19, 2021
    Copy the full SHA
    106cad5 View commit details
    Browse the repository at this point in the history
  3. lint

    hexagonrecursion committed Sep 19, 2021
    Copy the full SHA
    4a2ec9b View commit details
    Browse the repository at this point in the history
  4. lint

    hexagonrecursion committed Sep 19, 2021
    Copy the full SHA
    989dc36 View commit details
    Browse the repository at this point in the history