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

Fixes update-readme script #15679

Merged
merged 6 commits into from
May 16, 2019
Merged

Fixes update-readme script #15679

merged 6 commits into from
May 16, 2019

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    372630f View commit details
    Browse the repository at this point in the history
  2. Uncomment packages

    oandregal committed May 16, 2019
    Configuration menu
    Copy the full SHA
    341b3f6 View commit details
    Browse the repository at this point in the history
  3. Better error reporting

    oandregal committed May 16, 2019
    Configuration menu
    Copy the full SHA
    e3c11ef View commit details
    Browse the repository at this point in the history
  4. Update espree dependency

    oandregal committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2ebcaeb View commit details
    Browse the repository at this point in the history
  5. Use espree 4.1.0

    v5 has removed the attachComment option that we rely on
    for JSDoc parsing. v4.1 is the latest version we can use.
    oandregal committed May 16, 2019
    Configuration menu
    Copy the full SHA
    df3ba75 View commit details
    Browse the repository at this point in the history
  6. Downgrade to espree v4.0.0

    acorn-jsx 5 provokes the parser to fail.
    oandregal committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8e23039 View commit details
    Browse the repository at this point in the history