Closed Munter closed 12 years ago
Merged, thanks!
And thank you for a quick reaction.
Any idea on when you'll release the next version? I'd like to improve my tools with this functionality asap :)
Just published cssom@0.2.4.
That's great. Thank you very much
Char is zero-based numbered and line is 1-based. Doesn’t look consistent to me.
You are right. Just double checked it and made a fix
I've tried improving on the details of the error messages that CSSOM will throw.
The changes try to do the following:
new Error
instead of stringsI've changed the one thrown
SyntexError
withError
, since theSyntaxError
seems to be reserved for node internals during failedeval()
.