prettier/src
Simon Lydell 43cb08c45c Make production tests always run against dist/ (attempt 2) (#2942)
* Make production tests always run against dist/

* Try to mock process.stdin instead of get-stream

* fix: mock `get-stream` from `index.js`

* refactor: remove unnecessary variable

* Try `transform: {}` in jest.config.js

* Add comment explaining the unusual get-stream mocking
2017-10-02 17:58:55 +02:00
..
clean-ast.js Adjust quotes in some more cases of `@import` in CSS (#2818) 2017-09-14 14:04:04 +02:00
cli-constant.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
cli-util.js Make production tests always run against dist/ (attempt 2) (#2942) 2017-10-02 17:58:55 +02:00
cli-validator.js fix(cli): validate options for every `config-precedence` (#2894) 2017-09-25 21:04:25 +02:00
cli.js fix(cli): validate options for every `config-precedence` (#2894) 2017-09-25 21:04:25 +02:00
comments.js Fix printing of comments between decorators and method names (#2906) 2017-09-28 00:03:11 +10:00
deprecated.js Run prettier on 0.13.0 (#497) 2017-01-28 07:50:22 -08:00
doc-builders.js Ignore some things in coverage (#2741) 2017-09-03 13:40:44 -07:00
doc-debug.js Format prettier with newer prettier (#2431) 2017-07-08 14:07:39 +02:00
doc-printer.js Remove unnecessary 'else' after 'return' (#1987) 2017-06-05 15:12:59 -07:00
doc-utils.js Fix up empty JSX element detection (#2220) 2017-06-21 13:48:02 -07:00
errors.js refactor: use custom error (#2896) 2017-09-25 21:11:27 +02:00
fast-path.js Don't use parens with optional chaining meber expressions (#2921) 2017-09-28 17:46:47 +10:00
multiparser.js Force template literals to break after ` for sytled-components (#2926) 2017-10-02 17:55:42 +02:00
options.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
parser-babylon.js Add support for ClassPrivateProperty (#2837) 2017-09-19 21:41:24 +02:00
parser-create-error.js Upgrade babel code frame (#1902) 2017-06-02 14:11:05 -07:00
parser-flow.js Use babylon.parseExpression for JSON (#2476) 2017-07-24 11:43:49 +10:00
parser-graphql.js Use babylon.parseExpression for JSON (#2476) 2017-07-24 11:43:49 +10:00
parser-include-shebang.js Add shebang comment nodes to Flow/TypeScript ASTs (#1905) 2017-06-02 13:38:15 -07:00
parser-parse5.js Use babylon.parseExpression for JSON (#2476) 2017-07-24 11:43:49 +10:00
parser-postcss.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
parser-typescript.js Use babylon.parseExpression for JSON (#2476) 2017-07-24 11:43:49 +10:00
parser.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00
printer-graphql.js Ignore some things in coverage (#2741) 2017-09-03 13:40:44 -07:00
printer-htmlparser2.js Ignore some things in coverage (#2741) 2017-09-03 13:40:44 -07:00
printer-postcss.js Don't lowercase SCSS placeholder selectors (#2876) 2017-09-21 20:23:22 +02:00
printer.js Revert "Fix line break in test declarations with a single argument function declaration" (#2912) 2017-09-27 21:32:34 +02:00
resolve-config.js Enable cosmiconfig rcExtensions (#2749) 2017-09-17 02:47:53 +10:00
util.js Split Less and SCSS parsing into different parsers (#2844) 2017-09-26 07:08:11 +02:00