prettier/src/language-js
Sosuke Suzuki 7f68db8e88 JavaScript: arguments with object contains newline in arrow function (#6382)
* Modify to fix arguments with object contains newline in arrow function(nested)

* Update CHANGELOG.unreleased.md

* Update tests

* Modify to refactor

* Modify to refactor

* Add pr number and link

* Update CHANGELOG.unreleased.md

* Modify to remove unnecessary null checking

* Fix for ArrayPattern

* Fix for RestElement

* Fix for AssignmentPattern

* Update tests

* Fix for nested array and object

* Update tests

* Fix for nested array pattern

* Update tests

* Modify to discard unnecessary node type check

* Fix for rest element

* Fix for array in rest

* Fix for array in assignment pattern

* Update tests

* Fix for CallExpression with Assignment

* Fix for ArrowFunction with AssignmentPattern

* Update tests

* Modify to support generally pattern

* Update tests

* Modify to use path.each instead of path.map

* Fix for multi arguments

* Fix typo, Argments => Arguments
2019-10-22 16:05:10 +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: arguments with object contains newline in arrow function (#6382) 2019-10-22 16:05:10 +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