When import is not accessed, the 'Imported file not found' diagnostic is not shown #193
Labels
bug
Unexpected behavior or exception
core
Processing and transforming logic
diagnostics
Warnings and errors
:import {
-st-from: './imporxt.st.css';
-st-default: Comp;
}
.local {
-st-extends: Com;
}
Shows: cannot resolve "-st-extends" type for "Com"
But does not show error that imporxt.st.css does not exist.
The text was updated successfully, but these errors were encountered: