prettier/scripts
Ika 13147facc5
feat(html): switch to htmlparser2 (#5127)
- switch to [`htmlparser2`](https://github.com/fb55/htmlparser2)
  - no need to fork
  - won't generate pseudo nodes ([`parse5` will](https://github.com/prettier/prettier/issues/5098#issuecomment-423055181))
  - should be [faster](https://github.com/fb55/htmlparser2#performance)
- support custom self-closing tags
- support HTML entities
- remove extra trailing newline for `<template>`
- distinguish empty/empty-string attributes (`<tag x>`/`<tag x="">`)
- rename `--parser parse5` with `--parser html`
- enable `html` since 1.15, which means it's enabled by default if you install the dev version from GitHub after this PR merged.
2018-09-22 21:53:38 +08:00
..
build feat(html): switch to htmlparser2 (#5127) 2018-09-22 21:53:38 +08:00
release chore: improve release scripts (#4933) 2018-08-08 23:49:22 +08:00
.eslintrc.yml Introduce Release script (#4631) 2018-06-05 16:37:52 -03:00
build-docs.js fix(typescript): no invalid output for ImportType in TypeReference (#4939) 2018-08-07 18:53:11 +08:00
check-deps.js Move all docs to website (#3139) 2017-11-07 14:39:07 +11:00
generate-schema.js fix(schema): support array type (#4312) 2018-04-15 00:06:43 +08:00
run-external-tests.js chore(deps): update prettier to 1.8.0 (#3167) 2017-11-07 16:42:38 +08:00
sync-flow-tests.js Upgrade Prettier to Prettier 1.9 (#3395) 2017-12-05 08:14:03 -02:00
test-dist.js chore: improve release scripts (#4933) 2018-08-08 23:49:22 +08:00