Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other prettier bin commands #34

Open
rstacruz opened this issue May 6, 2018 · 1 comment · May be fixed by #39
Open

Support other prettier bin commands #34

rstacruz opened this issue May 6, 2018 · 1 comment · May be fixed by #39

Comments

@rstacruz
Copy link

rstacruz commented May 6, 2018

prettier_d is a package that makes prettier run faster by delegating to a background server. It'd be nice to have support for this!

@matthugs
Copy link

One can customize the command used by prettier-emacs; it's exposed as prettier-js-command.

Trying out customizing it myself, it looks like prettier_d puts errors in stdout rather than stderr. This should probably be fixed upstream, such that it's more of a drop-in replacement. Seems like it's a straightforward thing to workaround, however.

matthugs added a commit to matthugs/prettier-emacs that referenced this issue Jul 13, 2018
From this it should be simple to use `prettier_d` as a drop-in
replacement by customizing the `prettier-js-command` custom variable.

fixes prettier#34
matthugs added a commit to matthugs/prettier-emacs that referenced this issue Jun 19, 2024
From this it should be simple to use `prettier_d` as a drop-in
replacement by customizing the `prettier-js-command` custom variable.

fixes prettier#34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants