prettier/tests/arrows
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
..
__snapshots__ JavaScript: arguments with object contains newline in arrow function (#6382) 2019-10-22 16:05:10 +03:00
arrow_function_expression.js Add option and specs (no implementation yet) 2017-11-27 22:26:58 -07:00
block_like.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
call.js JavaScript: arguments with object contains newline in arrow function (#6382) 2019-10-22 16:05:10 +03:00
comment.js Fix unstable arrow comments (#2262) 2017-06-25 12:30:09 +10:00
currying.js Add option and specs (no implementation yet) 2017-11-27 22:26:58 -07:00
jsfmt.spec.js Rename "babylon" with "babel" (#5647) 2018-12-27 21:05:19 +08:00
long-call-no-args.js Fix comma when an arrow function with no arguments breaks (#210) 2017-01-14 23:55:38 -05:00
long-contents.js Simplify arrow functions that use blocks (fixes #268) (#496) 2017-01-27 13:39:17 -05:00
parens.js Add option and specs (no implementation yet) 2017-11-27 22:26:58 -07:00
short_body.js Put short body of arrow functions on the same line (#829) 2017-02-27 17:18:43 -05:00
type_params.js Preserve parens with keyof, enforce parens with arrows with type params (#2503) 2017-07-17 13:32:33 +02:00