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

refactor(typescript-estree): add type guards for typescript-estree #3078

Closed
wants to merge 17 commits into from

Commits on Feb 20, 2021

  1. fix: improve TSNode types

    armano2 committed Feb 20, 2021
    Copy the full SHA
    8433bbe View commit details
    Browse the repository at this point in the history
  2. fix: small patch to AST

    armano2 committed Feb 20, 2021
    Copy the full SHA
    2782ac7 View commit details
    Browse the repository at this point in the history
  3. fix: add basic type guards

    armano2 committed Feb 20, 2021
    Copy the full SHA
    2d4b5d9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7ca3318 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    84ca215 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    efe38d2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    96f5e43 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    78f6405 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0351d0b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0671330 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    bc49404 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    4bd4d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Copy the full SHA
    3f8f0ca View commit details
    Browse the repository at this point in the history
  2. fix: correct type issues

    armano2 committed Feb 21, 2021
    Copy the full SHA
    5ce6ff9 View commit details
    Browse the repository at this point in the history
  3. refactor: improve guard name

    armano2 committed Feb 21, 2021
    Copy the full SHA
    88d000a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Merge branch 'master'

    Conflicts:
    	packages/types/src/ts-estree.ts
    	packages/typescript-estree/src/convert.ts
    armano2 committed Feb 22, 2021
    Copy the full SHA
    5daa0a5 View commit details
    Browse the repository at this point in the history
  2. fix: refactor type guards

    armano2 committed Feb 22, 2021
    Copy the full SHA
    35e498f View commit details
    Browse the repository at this point in the history