prettier/src
Mitermayer Reis 813d9b93eb Fix typos (#3212)
* Adding --stdin-filepath option in order to enable filetype inference from
stdin

* Fixing typo on the documentation

* Fixing typos - fixing some typos

* Restoring static lib files back since they are artifacts
2017-11-09 11:44:24 +11:00
..
clean-ast.js feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
cli-constant.js feat(markdown): add `--no-prose-wrap` option (#3199) 2017-11-08 21:01:06 +11:00
cli-logger.js feat(cli): add `--loglevel` option (#2992) 2017-10-13 20:17:01 -05:00
cli-util.js chore(deps): update prettier to 1.8.0 (#3167) 2017-11-07 16:42:38 +08:00
cli-validator.js feat(cli): add `--loglevel` option (#2992) 2017-10-13 20:17:01 -05:00
cli.js Implement getSupportInfo() and use it for inference (#3033) 2017-11-03 18:06:25 +11:00
comments.js Print JSON top comments as leading comments of root node (#3187) 2017-11-08 09:01:09 +11: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 Fix calculation of whether doc parts fit (#3081) 2017-10-22 07:54:23 +01: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 Parenthesis around TSAsExpression inside TSAbstractClassDeclaration (#3191) 2017-11-08 08:59:15 +11:00
multiparser.js Force JSON to no trailing comma in multiparser (#3182) 2017-11-07 22:01:40 +11:00
options.js feat(markdown): add `--no-prose-wrap` option (#3199) 2017-11-08 21:01:06 +11:00
parser-babylon.js Print pipeline and nullish-coalescing operators (#3036) 2017-10-16 09:13:25 +11: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-markdown.js chore(deps): update prettier to 1.8.0 (#3167) 2017-11-07 16:42:38 +08: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 feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
printer-graphql.js [Graphql] Escape strings (#3143) 2017-11-04 11:04:45 -07:00
printer-htmlparser2.js Ignore some things in coverage (#2741) 2017-09-03 13:40:44 -07:00
printer-markdown.js fix(markdown): no break on link (#3204) 2017-11-09 08:19:35 +11:00
printer-postcss.js Preserve line breaks in css grid declaration 2017-11-02 00:21:41 -02:00
printer.js Fix typos (#3212) 2017-11-09 11:44:24 +11:00
resolve-config.js Revert "Respect EditorConfig settings" (#3213) 2017-11-09 11:38:58 +11:00
support.js Implement getSupportInfo() and use it for inference (#3033) 2017-11-03 18:06:25 +11:00
util.js Fix util.getStringWidth for falsy input (#3092) 2017-10-24 15:19:27 +11:00