Skip to content
Snippets Groups Projects
Unverified Commit 69fb67ea authored by Nate Bosch's avatar Nate Bosch Committed by GitHub
Browse files

Add types to a bunch of uninitalized variables (#869)

Searched for lines matching `var \w+;`. This is a much weaker version of
no-implicit-dynamic. This catches a bunch of places where we otherwise
had dynamic calls and tightens up types a bit. Where we are relying on
being able to parse to multiple types and then throw a specific
excpetion or return null on bad types I added an explicit `dynamic`.
parent be331fd9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment