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!: expect the full program as an argument, not just the type checker #104

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

RebeccaStevens
Copy link
Owner

Having access to the Program gives us more info that just Checker.
We're not currently using this extra information, but it is there if we need it in future.

The new utils coming in @typescript-eslint/type-utils v6 that we want to leverage (re #47) will need the full Program.

@RebeccaStevens RebeccaStevens added the Breaking Change This change will require a new major release. label Mar 14, 2023
@RebeccaStevens RebeccaStevens changed the title refactor: expect the full program as an argument, not just the type checker refactor!: expect the full program as an argument, not just the type checker Mar 14, 2023
@RebeccaStevens RebeccaStevens changed the base branch from main to next March 14, 2023 11:59
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

❗ No coverage uploaded for pull request base (next@83845d2). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next     #104   +/-   ##
=======================================
  Coverage        ?   98.02%           
=======================================
  Files           ?        6           
  Lines           ?      911           
  Branches        ?      143           
=======================================
  Hits            ?      893           
  Misses          ?       16           
  Partials        ?        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@RebeccaStevens RebeccaStevens changed the base branch from next to ts-eslint-6 March 30, 2023 07:29
@RebeccaStevens RebeccaStevens merged commit bd85b62 into ts-eslint-6 Mar 30, 2023
@RebeccaStevens RebeccaStevens deleted the use-program branch July 15, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This change will require a new major release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant