UCF-CEN-5016 / NodeBB-UCF

This is a class specific fork of the NodeBB project for CEN 5016 taught in the Spring 2024 semester at UCF.
GNU General Public License v3.0
0 stars 74 forks source link

Translated src/api/flag.js from JS to TS for Issue #28. #142

Open StudentJamesChen opened 7 months ago

StudentJamesChen commented 7 months ago

Resolves #28. Added type annotations to local variables when possible and suppressed linter warnings for variables whose data types come from outside the scope of this file. (I still have linter errors because I had to suppress so many warnings that the line exceeds the character limit that the linter likes.)

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7720026386


Totals Coverage Status
Change from base Build 7649102120: 0.004%
Covered Lines: 22630
Relevant Lines: 25357

💛 - Coveralls