TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Capitalize and Uncapitalized are implemented multiple times

Open chwoerz opened this issue 1 year ago • 0 comments

Acknowledgement

  • [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.

Comment

The intrinsic type implementation for Capitalize and Uncapitalize are implemented multiple times in the checker.ts. They should be moved into a reusable function.

https://github.com/microsoft/TypeScript/issues/60206

chwoerz avatar Oct 12 '24 08:10 chwoerz