-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
compile method does not throw error #287
Comments
This is a consequence of #18. Happy to take suggestions for a middle ground here. |
Transferred the issue to the repo that would have to produce the error. @icsaba |
we use the |
We now explicitly disallow names starting with |
great, thank you |
the
compile
method does not throw an error in case of bad selectors are given.the
compile
method returns with a function, but an error expectedUncaught Error: Expected name, found ##button
The problem is with the
css-what
's latest version whereparser
method does not throw the error.The text was updated successfully, but these errors were encountered: