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

Support TypeScript 4.1 via typescript-estree #9636

Merged
merged 44 commits into from Nov 18, 2020

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    5d5a4f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e801c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a04127a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    599f5f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca42089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27e7b46 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    sosukesuzuki committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a918330 View commit details
    Browse the repository at this point in the history
  8. Avoid typecheck error

    sosukesuzuki committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    589a689 View commit details
    Browse the repository at this point in the history
  9. Add os.platform() shim

    sosukesuzuki committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    cd545a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Update config.js

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8cb07ca View commit details
    Browse the repository at this point in the history
  2. Update config.js

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c31a3df View commit details
    Browse the repository at this point in the history
  3. Shim os.cpus

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c563159 View commit details
    Browse the repository at this point in the history
  4. Update process.versions.node

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6c20946 View commit details
    Browse the repository at this point in the history
  5. Attempt to fix build

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    4fc37c7 View commit details
    Browse the repository at this point in the history
  6. Update ts parserOptions

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    27a4473 View commit details
    Browse the repository at this point in the history
  7. Fix code style

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    5b15eb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1484a2e View commit details
    Browse the repository at this point in the history
  9. Use [] || instead of [] //

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    9a94c6b View commit details
    Browse the repository at this point in the history
  10. Fix hack

    fisker committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1209987 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Add invalid tests

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9571318 View commit details
    Browse the repository at this point in the history
  2. checkMissingDecorators

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    a760c59 View commit details
    Browse the repository at this point in the history
  3. Update tests

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    53fff41 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5978c26 View commit details
    Browse the repository at this point in the history
  5. Add comment

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    6ba07e0 View commit details
    Browse the repository at this point in the history
  6. Revert "Implement recoverInvalidDecorators"

    This reverts commit 27e7b46.
    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    4f693ed View commit details
    Browse the repository at this point in the history
  7. Add ref pr link

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ae8071d View commit details
    Browse the repository at this point in the history
  8. Simplify logic

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9de9bc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80cf659 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07ed145 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    768e593 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    93a44d7 View commit details
    Browse the repository at this point in the history
  13. Update comments

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b048b0b View commit details
    Browse the repository at this point in the history
  14. Add comment

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ff1ed80 View commit details
    Browse the repository at this point in the history
  15. Fix logic

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    24cfed1 View commit details
    Browse the repository at this point in the history
  16. Minor tweak

    fisker committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    beae5e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    1b7d159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109aa25 View commit details
    Browse the repository at this point in the history
  3. use multiple parsers

    fisker committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    b4dd8c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    4f35ff3 View commit details
    Browse the repository at this point in the history
  2. Switch to parseWithNodeMaps

    fisker committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    7c65de6 View commit details
    Browse the repository at this point in the history
  3. Rename esNode -> esTreeNode

    fisker committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    be58419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e06ae5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42913c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

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