prettier/tests_integration/__tests__/__snapshots__
Simon Lydell c6bac7cfe6 Split Less and SCSS parsing into different parsers (#2844)
* Split Less and SCSS parsing into different parsers

Now, .less files are always parsed with postcss-less, and .scss files
areare always parsed with postcss-scss. This:

- Is less hacky.
- Is meant to avoid issues like #2829.
- Is probably more performant.

`parser: "postcss"` and `--parser postcss` continue to work like before:
First trying postcss-less, and if that fails, postcss-scss, unless a
regex says that we should try in the opposite order. The new values for
the parser option are "postcss-less" and "postcss-scss".

* Remove postcss from package.json since it is not used

* Rename parser-less to less and parser-scss to scss

* Deprecate parser:postcss in favor of parser:css

* Fix CSS tests
2017-09-26 07:08:11 +02:00
..
arg-parsing.js.snap refactor: adjust warning message 2017-09-10 12:17:33 +08:00
config-invalid.js.snap fix(cli): validate options for every `config-precedence` (#2894) 2017-09-25 21:04:25 +02:00
config-resolution.js.snap Enable cosmiconfig rcExtensions (#2749) 2017-09-17 02:47:53 +10:00
cursot-offset.js.snap test(integration): add tests for cursor-offset 2017-09-09 12:06:50 +08:00
early-exit.js.snap Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
ignore-absolute-path.js.snap fix(prettierignore): support absolute filename (#2783) 2017-09-10 18:21:56 +02:00
ignore-path.js.snap CLI: Support .ignore files (#2412) 2017-07-11 23:33:46 +10:00
invalid-ignore.js.snap test(integration): add more tests 2017-09-03 21:31:33 +08:00
multiple-patterns.js.snap feat(cli): support multiple patterns with ignore pattern (#2356) 2017-07-04 17:55:06 +02:00
parser-api.js.snap Implement custom parser API (#1783) 2017-06-12 16:51:12 +10:00
stdin-filepath.js.snap test: add tests for `--stdin-filepath` 2017-09-08 15:08:19 +08:00
with-config-precedence.js.snap fix(cli): validate options for every `config-precedence` (#2894) 2017-09-25 21:04:25 +02:00
with-node-modules.js.snap CLI: ignore node_modules with ./**-style glob, fixes #2110 (#2185) 2017-06-18 14:35:42 +10:00
with-parser-inference.js.snap Also infer parser when using `--list-different` (#1997) 2017-06-06 08:24:56 -07:00
with-shebang.js.snap Add regression test for CLI shebang preservation (#1901) 2017-06-02 13:42:44 -07:00
write.js.snap Fix failing test on Travis CI 2017-09-03 17:02:12 +02:00