rascal
rascal copied to clipboard
Typechecker bails out early on unresolvable import
Describe the bug
If an import cannot be resolved, this causes other (proper) imports to be unresolved as well.
To Reproduce Add an import for a non-existing module to any (valid) module.
Screenshots

Additional context
- VSCode