cs01/gdbgui

Add more typescript annotations

Aberta

#309 aberto em 18 de fev. de 2020

 (0 comentário) (0 reação) (0 responsável)TypeScript (522 forks)batch import
help wanted

Métricas do repositório

Stars
 (10.349 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Is your feature request related to a problem? Please describe. The code base is not fully type checked, which could lead to errors and longer development times.

Describe the solution you'd like Change all files from .js/.jsx to .ts/.tsx, and add more type annotations.

Additional context There is already some typescript support, but it should be expanded on.

Guia do colaborador