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: allow user to provide TS program instance in parser options #3484

Merged
merged 19 commits into from Jun 8, 2021

Commits on Jun 3, 2021

  1. Copy the full SHA
    7c4f35d View commit details
    Browse the repository at this point in the history
  2. chore(types): add program option to ParserOptions

    Ben Lichtman committed Jun 3, 2021
    Copy the full SHA
    4c6aca9 View commit details
    Browse the repository at this point in the history
  3. test(typescript-estree): add tests for program option

    Ben Lichtman committed Jun 3, 2021
    Copy the full SHA
    f07d72e View commit details
    Browse the repository at this point in the history
  4. test(parser): add test for program option

    Ben Lichtman committed Jun 3, 2021
    Copy the full SHA
    e4cbd2c View commit details
    Browse the repository at this point in the history
  5. docs: document new program option

    Ben Lichtman committed Jun 3, 2021
    Copy the full SHA
    648caaf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    defed5d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b1f6213 View commit details
    Browse the repository at this point in the history
  8. refactor: address PR comments

    Benjamin Lichtman committed Jun 3, 2021
    Copy the full SHA
    4aa4ee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Copy the full SHA
    ae7005f View commit details
    Browse the repository at this point in the history
  2. feat: provide utility from parser for creating program instance

    Benjamin Lichtman committed Jun 4, 2021
    Copy the full SHA
    98e515d View commit details
    Browse the repository at this point in the history
  3. test: use createProgram in tests and add tests for it

    Benjamin Lichtman committed Jun 4, 2021
    Copy the full SHA
    def60e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. docs: document createProgram utility

    Benjamin Lichtman committed Jun 5, 2021
    Copy the full SHA
    71d74eb View commit details
    Browse the repository at this point in the history
  2. style: remove unused imports

    Ben Lichtman committed Jun 5, 2021
    Copy the full SHA
    8b0151e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00e6a3f View commit details
    Browse the repository at this point in the history
  4. test: use consolidated method for program creation

    Ben Lichtman committed Jun 5, 2021
    Copy the full SHA
    6361d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

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

Commits on Jun 8, 2021

  1. refactor: respond to PR comments

    Ben Lichtman committed Jun 8, 2021
    Copy the full SHA
    c6df390 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'provideTSProgram' of https://github.com/uniqueiniquity/…

    …typescript-eslint into provideTSProgram
    Ben Lichtman committed Jun 8, 2021
    Copy the full SHA
    8892427 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae03746 View commit details
    Browse the repository at this point in the history