prettier/src
Nate Pendleton 28e4b07b17 fix(issue-3982): Glimmer printer now properly handles else-if blocks without else block … (#4256)
* fix(glimmer): Now properly handles else-if blocks without else block and block statements as root of else.

* run prettier on printer-glimmer.js
2018-04-08 11:36:37 -06:00
..
cli Fix printing ignored files with --debug-check (#4066) 2018-03-01 13:03:54 -03:00
common Move needsParens to a language-specific file (#4201) 2018-03-25 18:35:32 +11:00
config Respect EditorConfig when `--config` is passed (#3992) 2018-02-24 19:11:23 +11:00
doc fix(javascript): ternary with `--use-tabs` (#3745) 2018-01-26 10:02:42 +08:00
language-css fix: don't lowercase custom selectors variable name #4254 (#4255) 2018-04-04 15:19:51 +03:00
language-graphql Allow new interface style for GraphQL. (#4012) 2018-03-27 00:52:57 -06:00
language-handlebars fix(issue-3982): Glimmer printer now properly handles else-if blocks without else block … (#4256) 2018-04-08 11:36:37 -06:00
language-html fix(html): support comment on top (#4141) 2018-03-13 19:47:48 +03:00
language-js Handle ContinueStatement and BreakStatement comments (#4279) 2018-04-07 13:38:37 -03:00
language-markdown feat(markdown): support hasPragma/insertPragma (#4275) 2018-04-09 00:10:24 +08:00
language-vue Fix self-closing style tags in vue 2018-03-06 09:38:15 -03:00
main feat: enable plugin-specific comment functionality (#4182) 2018-03-20 18:39:28 -07:00