6 commentaires (6 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript1 985 stars (1 985 stars)184 forks (184 forks)batch import
help wanted
Description
Convert the current code to Typescript could help to solve some problems with type definition
Guide contributeur
- Stack technique
- typescriptjavascriptvue
- Domaine
- frontend
- 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.
- 4
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 3-5 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- JavaScriptVue.jsTypeScript basics
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 25
- Direction de recherche
- The issue requests converting the existing JavaScript codebase to TypeScript to improve type safety. Start by examining the current code structure in the src/ directory and understanding the Vue.js component patterns used. Check the comments in the issue for any specific pain points mentioned. Aim to add TypeScript types to the public API and internal functions. Consider using the existing type definitions from axios and Vue. Optionally, review similar Vue wrapper libraries that have migrated to TypeScript for patterns.