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

Send diagnostic when named import does not exist #104

Closed
tempit opened this issue Aug 31, 2017 · 1 comment
Closed

Send diagnostic when named import does not exist #104

tempit opened this issue Aug 31, 2017 · 1 comment
Assignees
Labels
diagnostics Warnings and errors

Comments

@tempit
Copy link
Contributor

tempit commented Aug 31, 2017

Send error diagnostic when importing in -st-named: a name that isn't exported from the -st-from:

@tempit
Copy link
Contributor Author

tempit commented Aug 31, 2017

e.g. if ./import.css has .shlomo but not .momo, momo should be an error.

:import{
-st-from:"./import.css";
-st-named: shlomo, momo;
}

@qballer qballer added the diagnostics Warnings and errors label Oct 17, 2017
qballer pushed a commit that referenced this issue Oct 17, 2017
@qballer qballer closed this as completed Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Warnings and errors
Projects
None yet
Development

No branches or pull requests

2 participants