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

New: ESLint Class Replacing CLIEngine #40

Merged
merged 47 commits into from Jan 6, 2020
Merged

Commits on Sep 28, 2019

  1. Copy the full SHA
    b1840be View commit details
    Browse the repository at this point in the history
  2. add PR link

    mysticatea committed Sep 28, 2019
    Copy the full SHA
    6135383 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0af99b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. change getFormatter

    mysticatea committed Oct 1, 2019
    Copy the full SHA
    d9444ef View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. fix getFormatter

    mysticatea committed Oct 2, 2019
    Copy the full SHA
    e5cc07c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. update

    mysticatea committed Oct 3, 2019
    Copy the full SHA
    be5878c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    628e262 View commit details
    Browse the repository at this point in the history
  3. add an example

    mysticatea committed Oct 3, 2019
    Copy the full SHA
    cade0bd View commit details
    Browse the repository at this point in the history
  4. trivial fix

    mysticatea committed Oct 3, 2019
    Copy the full SHA
    c99ae56 View commit details
    Browse the repository at this point in the history
  5. Add a note about streams

    mysticatea committed Oct 3, 2019
    Copy the full SHA
    730cb58 View commit details
    Browse the repository at this point in the history
  6. trivial fix

    mysticatea committed Oct 3, 2019
    Copy the full SHA
    2ab427f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ed35022 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. add fail-fast note

    mysticatea committed Oct 4, 2019
    Copy the full SHA
    13354ce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. update

    - change executeOnFiles method to support simple await expression
    - change executeOnText method to align the return type to executeOnFiles method
    - add ESLint.compareResultsByFilePath static method
    mysticatea committed Oct 8, 2019
    Copy the full SHA
    2aa4a5e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Copy the full SHA
    8892dc7 View commit details
    Browse the repository at this point in the history
  2. fix typo

    mysticatea committed Oct 13, 2019
    Copy the full SHA
    7a94b03 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. fix typo

    mysticatea committed Oct 14, 2019
    Copy the full SHA
    7b5e401 View commit details
    Browse the repository at this point in the history
  2. add about aborting

    mysticatea committed Oct 14, 2019
    Copy the full SHA
    2981228 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    72e69af View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Update motivation section

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    86689ec View commit details
    Browse the repository at this point in the history
  2. Update motivation section

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    a76d6c0 View commit details
    Browse the repository at this point in the history
  3. Update design overview

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    face206 View commit details
    Browse the repository at this point in the history
  4. Update constructor description

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    65b67f5 View commit details
    Browse the repository at this point in the history
  5. Update fail-fast on parallel calling section

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    cedb6e6 View commit details
    Browse the repository at this point in the history
  6. Update designs/2019-move-to-async-api/README.md

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    8f58df9 View commit details
    Browse the repository at this point in the history
  7. Update designs/2019-move-to-async-api/README.md

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 15, 2019
    Copy the full SHA
    227fe54 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. update RFC for more clarification and...

    - add `errorsOnly` constructor option as the successor of `getErrorResults()`.
    - rename `outputFixes()`
    mysticatea committed Oct 17, 2019
    Copy the full SHA
    4c5cdff View commit details
    Browse the repository at this point in the history
  2. add a related discussion

    mysticatea committed Oct 17, 2019
    Copy the full SHA
    00be95b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. add about cache when abort

    mysticatea committed Oct 21, 2019
    Copy the full SHA
    756e929 View commit details
    Browse the repository at this point in the history
  2. add TOC of methods

    mysticatea committed Oct 21, 2019
    Copy the full SHA
    975fa02 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f22894b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d45e86e View commit details
    Browse the repository at this point in the history
  5. revert about errorsOnly and...

    - remove `then()` support
    - add ESLint.collectResults() method
    mysticatea committed Oct 21, 2019
    Copy the full SHA
    c5bdf22 View commit details
    Browse the repository at this point in the history
  6. small fix

    mysticatea committed Oct 21, 2019
    Copy the full SHA
    6ecf034 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Copy the full SHA
    98243b8 View commit details
    Browse the repository at this point in the history
  2. remove getRules()

    mysticatea committed Nov 14, 2019
    Copy the full SHA
    13650ff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a860d00 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eeac990 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6a36a14 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ab978fa View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. rename the new class

    mysticatea committed Nov 22, 2019
    Copy the full SHA
    920c881 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

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

Commits on Dec 5, 2019

  1. Update designs/2019-move-to-async-api/README.md

    Co-Authored-By: Kevin Partington <platinum.azure@kernelpanicstudios.com>
    mysticatea and platinumazure committed Dec 5, 2019
    Copy the full SHA
    c24f337 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Update designs/2019-move-to-async-api/README.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Dec 8, 2019
    Copy the full SHA
    9d4affc View commit details
    Browse the repository at this point in the history
  2. Update designs/2019-move-to-async-api/README.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Dec 8, 2019
    Copy the full SHA
    5032c3c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    671cf6a View commit details
    Browse the repository at this point in the history
  4. ESLint class again

    mysticatea committed Dec 8, 2019
    Copy the full SHA
    ef4d198 View commit details
    Browse the repository at this point in the history