eg... import Foo import Bar import Baz Right now the whole file will fail to parse but we can detect and pre-fix those to allow for even less precision in typing imports. In theory we could even float them up from lower in the file...
eg...
import Foo
import Bar
import Baz
Right now the whole file will fail to parse but we can detect and pre-fix those to allow for even less precision in typing imports.
In theory we could even float them up from lower in the file...