prettier/src
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
..
cli fix typos (#6642) 2019-10-13 21:51:58 +02:00
common Fix an expired todo test (#6665) 2019-10-16 15:09:39 +02:00
config Improve Rollup setup 2019-06-07 18:20:40 -03:00
doc Improve Rollup setup 2019-06-07 18:20:40 -03:00
language-css fix typos (#6642) 2019-10-13 21:51:58 +02:00
language-graphql Update linguist-languages to v7 (#6367) 2019-09-14 00:57:16 +03:00
language-handlebars Glimmer: Improve whitespace handling (#6354) 2019-10-21 23:51:41 +02:00
language-html fix typos (#6642) 2019-10-13 21:51:58 +02:00
language-js JavaScript: arguments with object contains newline in arrow function (#6382) 2019-10-22 16:05:10 +03:00
language-markdown Update linguist-languages to v7 (#6367) 2019-09-14 00:57:16 +03:00
language-yaml Update linguist-languages to v7 (#6367) 2019-09-14 00:57:16 +03:00
main Get rid of TSParenthesizedType nodes before proceeding with formatting (#6605) 2019-10-14 15:00:21 +03:00
utils Update linguist-languages to v7 (#6367) 2019-09-14 00:57:16 +03:00
index.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00
standalone.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00