-
Notifications
You must be signed in to change notification settings - Fork 258
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
Do we need better stringifier ? #44
Comments
Is there any reason to keep the source format now that we have source maps? I pretty much never look at the generated source code, so IMO I don't care how it looks. |
I totally get the "i don't look so i don't care", but it just sounds stupid to me (stupid to change whitespace, I understand your point of view, since most of the time (98%) I never checkout output). |
it's a lot of changes for a relatively trivial use case though. it's not that this module intentionally changes whitespace, it's that preserving it is extra complexity. |
It would not be enough to change the stringifier. The parser would need changes as well. However, what's the point of doing things just like postcss? Then we could just use postcss instead, couldn't we? Recently I've had a really hard time choosing between rework and postcss. Since postcss has been rewritten in JavaScript (no more CoffeeScript) I've started to lean to it ... |
@lydell I'll probably do the same so. That would involve rewriting all current plugins used by myth as postcss plugins. Ouch. |
Parsing this
Give that stringified
This is weird.
What is the reason we just don't keep the code as is like postcss does ? Is there any ?
The text was updated successfully, but these errors were encountered: