Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When import is not accessed, the 'Imported file not found' diagnostic is not shown #193

Closed
tempit opened this issue Nov 1, 2017 · 1 comment
Assignees
Labels
bug Unexpected behavior or exception core Processing and transforming logic diagnostics Warnings and errors

Comments

@tempit
Copy link
Contributor

tempit commented Nov 1, 2017

: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.

@tempit tempit added bug Unexpected behavior or exception diagnostics Warnings and errors labels Nov 1, 2017
@tomrav tomrav added the core Processing and transforming logic label May 29, 2018
@tomrav
Copy link
Collaborator

tomrav commented Aug 1, 2018

It should also discern between missing files, and missing symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior or exception core Processing and transforming logic diagnostics Warnings and errors
Projects
None yet
Development

No branches or pull requests

3 participants