strictNullChecks
and the compiler's code
#23404
Labels
Duplicate
An existing issue was already created
Currently, the compiler seems to be compiled without the
strictNullChecks
flag. Is there any plan to update (parts of) the code base to compile with this flag?I know there are some parts that require a large amount of rewirting just to satisfy this flag. However, some APIs could easily be changed. Are small, partial strictNullCheck-enhancements something that would be accepted for merges?
I'm currently looking at something like
pasers#visitNode(s)
andscanner.setText()
The text was updated successfully, but these errors were encountered: