prettier/tests_config
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
..
.eslintrc.yml Convert eslint config and users/languages/editors files to YAML (#3516) 2017-12-18 21:55:10 +11:00
fs.js Automatically load plugins from package.json (#3624) 2018-01-05 21:09:51 +11:00
require_prettier.js Run production tests on npm package (#3730) 2018-01-13 03:19:20 +11:00
require_standalone.js feat(html): switch to htmlparser2 (#5127) 2018-09-22 21:53:38 +08:00
run_spec.js chore: enable html on preview playground (#5105) 2018-09-19 09:19:18 +08:00