prettier/src
Rodrigo Pombo 8dd0cb2a05 Format CSS in template literals with expressions (#2102)
* Add support for styled-jsx with expressions

* Lint

* Fix require for Node 4

* Re-create template-literal document when replacing placeholders

* Add support for styled-components with expressions

* Fix merge

* Move css library detection to functions
2017-06-13 09:45:16 -07:00
..
clean-ast.js TypeScript: Remove parens from type annotations where possible (#2098) 2017-06-11 18:06:47 -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(typescript): workaround - don't wrap directives in parens, fixes #2074 (#2107) 2017-06-11 19:10:56 -07:00
multiparser.js Format CSS in template literals with expressions (#2102) 2017-06-13 09:45:16 -07:00
options.js Implement custom parser API (#1783) 2017-06-12 16:51:12 +10:00
parser-babylon.js Fix comments in non strict mode (#2114) 2017-06-12 09:50:51 -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-parse5.js feat(html): add support for HTML fragments (#2093) 2017-06-10 20:10:34 -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 Implement custom parser API (#1783) 2017-06-12 16:51:12 +10:00
printer-graphql.js Fix lint errors (#2062) 2017-06-08 09:49:24 -07:00
printer-htmlparser2.js feat(html): add support for HTML fragments (#2093) 2017-06-10 20:10:34 -07:00
printer-postcss.js CSS: implement prettier-ignore (#2089) 2017-06-10 07:45:59 -07:00
printer.js Format CSS in template literals with expressions (#2102) 2017-06-13 09:45:16 -07:00
util.js Implement parser switching (HTML, Vue, styled-components) (#2086) 2017-06-10 08:03:39 -07:00