0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript12 328 stars (12 328 stars)471 forks (471 forks)batch import
help wantedtype addition
Description
Guide contributeur
- Stack technique
- typescript
- Domaine
- developer experience
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- half day
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- fresh
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- TypeScript genericsread linked PR #479
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 20
- Direction de recherche
- Review the linked PR #479 to understand the previous work on Immutable types. Investigate the type fest repository for existing type utilities and patterns. Propose a design for an Immutable type that makes all properties readonly and recursively applies to nested objects. Consider whether to make it deep or shallow and how to handle arrays and other structures.