prettier/tests/yaml_block_folded
Ika dcf44ffbdc
feat: support YAML (#4563)
* feat: support YAML

* fix: do not indent sequence in mappingValue

* docs: add yaml to index.md

* fix: reduce `SyntaxError: Node#parse consumed no characters`

* chore: remove old-build and new-worker.js

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* fix: no space after `<<`

* fix: add yaml to standalone test

* test: add tests

* fix: next empty line in flow collection

* fix: tabs are not allowed
http://yaml.org/spec/1.2/spec.html#space/indentation/

* fix: update parser

* feat: rewrite the mappingItem logic
* feat: indent sequence in mapping
* feat(doc): add ifBreak#groupId and group#id

* chore: fix node 4

* chore: add tools_yaml.svg

* chore: remove resolved TODO

* refactor: remove unnecessary workaround

* chore(worker): importScriptOnce

* chore(build): rename with babelPlugins

* make it rollup compatible

* feat: support singleQuote

* refactor
2018-06-21 10:29:42 +08:00
..
__snapshots__ feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
clip.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
indent.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
jsfmt.spec.js feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
keep.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
map.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
middle-comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
middle-comments.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
newline-unaligned.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
newline.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
props-in-map.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
props.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
prose.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
seq.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
strip.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
trailing-comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00