prettier/src/language-js
Sosuke Suzuki f207e665bc JavaScript: Break arrays of arrays/objects if each element has more than one element/property (#6694)
* Modify to define isJestEachFunctionCall

* Modify to break ArrayExpression when parent is jest each function

* Add tests

* Update CHANGELOG.unreleased.md

* Fix comment

* Add pr number

* Update CHANGELOG.unreleased.md

* Remove hasNewLineInRange

* Modify to change logic for breaking jest each call function

* Modify to add logic for breaking ArrayExpression

* Modify to avoid mixed nested array

* Modify to remove changes for jest

* Update CHANGELOG.unreleased.md

* Update CHANGELOG.unreleased.md
2019-10-25 19:12:07 +03:00
..
clean.js Get rid of TSParenthesizedType nodes before proceeding with formatting (#6605) 2019-10-14 15:00:21 +03:00
comments.js JavaScript: Fix Bad format for multi-line optional chaining with comment (#6506) 2019-09-23 15:00:34 +03:00
embed.js fix typos (#6642) 2019-10-13 21:51:58 +02:00
html-binding.js fix(vue): tweak semicolon for single expression in event bindings (#5519) 2018-11-29 09:28:35 +08:00
index.js Update linguist-languages to v7 (#6367) 2019-09-14 00:57:16 +03:00
loc.js Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
needs-parens.js TSX: Fix incorrectly removing parentheses around jsx elements being accessed in tsx file (#6640) 2019-10-16 00:11:48 +09:00
options.js Add an option to modify when Prettier quotes object properties (#5934) 2019-03-06 20:33:08 +11:00
parser-angular.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
parser-babylon.js feat: add support for PartialApplication (#6397) 2019-10-17 16:45:24 +03:00
parser-flow.js fix(javascript): fix locEnd for VariableDeclaration caused by --no-semi (#5434) 2018-11-11 00:26:11 +08:00
parser-typescript.js chore: update typescript-estree to new package name (#5799) 2019-01-28 19:46:51 -05:00
postprocess.js Get rid of TSParenthesizedType nodes before proceeding with formatting (#6605) 2019-10-14 15:00:21 +03:00
pragma.js Add option to enforce certain line endings (#5327) 2018-11-06 22:47:13 +08:00
preprocess.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
printer-estree-json.js feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00
printer-estree.js JavaScript: Break arrays of arrays/objects if each element has more than one element/property (#6694) 2019-10-25 19:12:07 +03:00
utils.js TSX: Fix incorrectly removing parentheses around jsx elements being accessed in tsx file (#6640) 2019-10-16 00:11:48 +09:00