cs01/gdbgui

Add more typescript annotations

Open

#309 geöffnet am 18. Feb. 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (376 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.592 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide