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

automatically switch syntax by file extensions #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gucong3000
Copy link

@gucong3000 gucong3000 commented Apr 14, 2018

  • Add support for automatically switch the required syntax by file extensions
  • Add support for handling different syntax files in one command

@coveralls
Copy link

coveralls commented Apr 14, 2018

Coverage Status

Coverage increased (+0.3%) to 75.342% when pulling 3a67652 on gucong3000:postcss-syntax into 74119f4 on postcss:master.

@coveralls
Copy link

coveralls commented Apr 14, 2018

Coverage Status

Coverage increased (+0.4%) to 74.825% when pulling 88ff080 on gucong3000:postcss-syntax into 3ec9b6e on postcss:master.

@RyanZim
Copy link
Collaborator

RyanZim commented Apr 14, 2018

I'm not sure that I like the idea of this. You always have to install the correct parser/syntax for the file you're dealing with, so I don't see the point of not requiring config to use them. That just makes the dependency implicit vs. explicit.

@gucong3000
Copy link
Author

gucong3000 commented Apr 14, 2018

I want try to if it's possible to use this project instead of stylelint's CLI.

postcss src/**/* -u stylelint

Most parser/syntax are installed in stylelint.

@gucong3000
Copy link
Author

You always have to install the correct parser/syntax

How about install built-in some of the most commonly used parser/syntax?
convention over configuration

@RyanZim
Copy link
Collaborator

RyanZim commented Apr 16, 2018

  1. I don't want to bloat dependencies
  2. PostCSS isn't really something that has convention over configuration. By default, it does absolutely nothing.
  3. I'd guess probably 80% of PostCSS users just use the default syntax and don't care about other syntaxes.

@gucong3000
Copy link
Author

gucong3000 commented Apr 16, 2018

@gucong3000
Copy link
Author

PostCSS isn't really something that has convention over configuration.

@ai I think we should do something for this.
I think PostCSS should be as popular as babel, So maybe we should learn something like babel-preset-env.

@gucong3000 gucong3000 changed the title automatically switch syntax automatically switch syntax by file extensions May 8, 2018
@ai
Copy link
Member

ai commented May 8, 2018

I agree with @gucong3000. I can’t find a popular case when you don’t need a postcss-scss to work with .scss. Also it prevent many mistakes.

“There is no dumb users, there is only bad UX” :D

PostCSS isn't really something that has convention over configuration

Nope. it is PostCSS Core, which is JS API. Look for Autoprefixer. It has a lot of “convention over configuration”.

By default, it does absolutely nothing.

I think the biggest our mistake in PostCSS was not to create some PostCSS Pack with best practice and plugins set. Most of the users will have some out-of-box solution. The other will use Core with own plugins.

Unfortunately, users are really bad with selecting plugins. Most just don’t know about other solutions.

@gucong3000
Copy link
Author

There is some information for postcss syntaxes.

packages dependencies languages
postcss-scss postcss SCSS
postcss-sass gonzales-pe, postcss SASS
postcss-less postcss@5.x.x LESS
postcss-html htmlparser2 html, html-like
postcss-markdown remark, remarkunist-util-find-all-after markdown
postcss-styled null template literals in js/ts
postcss-jsx @babel/generator, @babel/parser, @babel/traverse, @babel/types object/template literals in js/ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants