Closed aspiers closed 3 years ago
I don't think I follow, is it possible there is confusion between prettier-el.js
-- a helper file that ships with this package -- on the one hand, and the prettier
npm package on the other? As far as I can see the README is still correct -- if it isn't then it's the code that needs fixing, not the documentation.
@jscheid commented on September 20, 2021 12:01 AM:
I don't think I follow, is it possible there is confusion between
prettier-el.js
-- a helper file that ships with this package -- on the one hand, and theprettier
npm package on the other?
Ah yes - sorry. And now I find this comment I wrote last year and start to feel worried that my memory is deteriorating with age...
The README.md says:
However, the docstring for
prettier--create-process
says:I can certainly see the minified version being used in my case, and I can only see that version being launched in the source code too, which leads me to suspect that the README.md is out of date. Is that right?
Bearing in mind issues like the one I mentioned in #92 where I am getting different results between
prettier.el
and theprettier
I've installed viayarn
, it would actually be helpful to be able to choose which prettier executable to use.