Skip to content

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.

2 participants