prettier/tests/yaml_flow_sequence
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
alias-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-key-array-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment-between.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment-trailing.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-item-colon.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-line-collapse.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-line.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty.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
long-key-long-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-value.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
next-empty-line.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
short-key-short-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00