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

clean: remove partial.ts as this is built into TS #322

Merged
merged 1 commit into from May 10, 2022

Conversation

agilgur5
Copy link
Collaborator

Summary

Partial is built into TS, so clean up & remove partial.ts

Details

- at least as of TS 2.1: https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype
  - we have a peerDep on TS >=2.4, so should definitely be compatible
  - and TS is on ~4.6 at this point, so that's _really_ old

- remove the file and the declarations and declaration maps
  - don't rebuild as that's usually done as a separate commit
@agilgur5 agilgur5 added scope: types Related to type definitions kind: internal Changes only affect the internals, and _not_ the public API or external-facing docs labels May 10, 2022
@ezolenko ezolenko merged commit 7af216b into ezolenko:master May 10, 2022
@agilgur5 agilgur5 deleted the clean-remove-partial branch July 2, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: internal Changes only affect the internals, and _not_ the public API or external-facing docs scope: types Related to type definitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants