prettier/src
Christopher Chedeau 939734b75e Use ifBreak instead of shouldBreak (#2063)
shouldBreak is only a heuristic to enforce a break, if it breaks "naturally", then it won't be applied.

Fixes #2055
2017-06-08 11:47:49 -07:00
..
clean-ast.js Parse CSS in template literals (styled-jsx) (#1984) 2017-06-06 08:28:13 -07:00
comments.js Do not throw for unprinted comments inside of JSX (#2036) 2017-06-07 12:57:03 -07:00
deprecated.js Run prettier on 0.13.0 (#497) 2017-01-28 07:50:22 -08:00
doc-builders.js Add `cursorOffset` option for cursor translation (#1637) 2017-06-01 15:52:29 -07:00
doc-debug.js Remove unnecessary 'else' after 'return' (#1987) 2017-06-05 15:12:59 -07:00
doc-printer.js Remove unnecessary 'else' after 'return' (#1987) 2017-06-05 15:12:59 -07:00
doc-utils.js Remove unnecessary 'else' after 'return' (#1987) 2017-06-05 15:12:59 -07:00
fast-path.js Fix parenthesis for call expression inside of member expression inside of new (#2035) 2017-06-07 12:40:27 -07:00
options.js Add `cursorOffset` option for cursor translation (#1637) 2017-06-01 15:52:29 -07:00
parser-babylon.js Upgrade prettier to v1.4.2, fix lint issues (#2018) 2017-06-06 18:05:22 -07:00
parser-create-error.js Upgrade babel code frame (#1902) 2017-06-02 14:11:05 -07:00
parser-flow.js Add "use strict" to fix SyntaxError on Node@4 (#1988) 2017-06-05 18:27:55 -07:00
parser-graphql.js Adding support for `graphql` (#1982) 2017-06-05 12:34:08 -07:00
parser-include-shebang.js Add shebang comment nodes to Flow/TypeScript ASTs (#1905) 2017-06-02 13:38:15 -07:00
parser-postcss.js Remove unnecessary 'else' after 'return' (#1987) 2017-06-05 15:12:59 -07:00
parser-typescript.js Upgrade babel code frame (#1902) 2017-06-02 14:11:05 -07:00
parser.js 1.4.3 2017-06-07 15:48:34 -07:00
printer-graphql.js Fix lint errors (#2062) 2017-06-08 09:49:24 -07:00
printer-postcss.js CSS: Every selector is now printed in its own line (#2047) 2017-06-08 07:46:24 -07:00
printer.js Use ifBreak instead of shouldBreak (#2063) 2017-06-08 11:47:49 -07:00
util.js Include typeAnnotation inside of node location (#2039) 2017-06-07 15:05:46 -07:00