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

feat(typescript-estree): always return parserServices #716

Merged
merged 16 commits into from May 10, 2020

Commits on Jul 18, 2019

  1. feat: always return parserServices, add getParserServices from utils

    BREAKING: previously plugins expected that `parserServices` would be `undefined` if full type information wasn't available.
    bradzacher committed Jul 18, 2019
    Copy the full SHA
    01de581 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab14928 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. feat: always return parserServices, add getParserServices from utils

    BREAKING: previously plugins expected that `parserServices` would be `undefined` if full type information wasn't available.
    bradzacher authored and armano2 committed Jan 14, 2020
    Copy the full SHA
    19ee1b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'expose-parserServices-always'

    Conflicts:
    	packages/eslint-plugin-tslint/src/rules/config.ts
    	packages/eslint-plugin/tools/validate-docs/validate-table-rules.ts
    	packages/experimental-utils/src/eslint-utils/getParserServices.ts
    	packages/typescript-estree/src/parser-options.ts
    	packages/typescript-estree/src/parser.ts
    	packages/typescript-estree/src/tsconfig-parser.ts
    	packages/typescript-estree/tests/lib/convert.ts
    	packages/typescript-estree/tests/lib/parse.ts
    armano2 committed Jan 14, 2020
    Copy the full SHA
    a1d4917 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting issues

    armano2 committed Jan 14, 2020
    Copy the full SHA
    567f997 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    de81e74 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4a69015 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    45af382 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

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

Commits on Jan 29, 2020

  1. Merge branch 'master'

    Conflicts:
    	packages/eslint-plugin/README.md
    	packages/eslint-plugin/tests/docs.test.ts
    armano2 committed Jan 29, 2020
    Copy the full SHA
    feacff2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce03835 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

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

Commits on May 9, 2020

  1. Merge branch 'v3' into expose-parserServices-always

    # Conflicts:
    #	packages/eslint-plugin/README.md
    bradzacher committed May 9, 2020
    Copy the full SHA
    4c753a9 View commit details
    Browse the repository at this point in the history
  2. chore: lint

    bradzacher committed May 9, 2020
    Copy the full SHA
    847cb9a View commit details
    Browse the repository at this point in the history
  3. chore: correct ref

    bradzacher committed May 9, 2020
    Copy the full SHA
    4d69031 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

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