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

Build: compile espree's deps to ES5 when generating site (fixes #11014) #11015

Merged
merged 1 commit into from Oct 24, 2018

Commits on Oct 24, 2018

  1. Build: compile espree's deps to ES5 when generating site (fixes #11014)

    Previously, the build process would compile ESLint's dependencies to ES5 when generating a website bundle, but not espree's dependencies. Now that espree has dependencies with ES6 code, it's necessary to also compile espree's dependencies.
    not-an-aardvark committed Oct 24, 2018
    Copy the full SHA
    6cb1dcd View commit details
    Browse the repository at this point in the history