prettierx 0.14.0
brodycj
released this
11 Aug 02:17
·
2293 commits
to dev
since this release
- merge updates from Prettier 2.0.0 ... 2.0.5, with some workarounds
- parse TypeScript using Babel by default
- move the
flow-parser
parser topeerDependenciesMeta
, as an optional dependency (note that Prettier andprettierx
use Babel to parse Flow by default) - update documentation of
--space-before-function-paren
and--generator-star-spacing
features - apply some additional source code clanup
- apply some updates for
--paren-spacing
feature fromwp-prettier-2.0.5
branch of thewp-prettier
fork - resolve a limited number of issues related to the
--paren-spacing
feature - apply some additional source code cleanup
- update some dependencies