prettier/tests/jsx
Zhongliang Wang 2cfd8fb518 Support TypeScript 3.7 (and drop Node 6 support for direct inst… (#6657)
* WIP: Support TypeScript 3.7

* Add support for `asserts` keyword; Update snapshots

* Update typescript-estree to v2.5.0 to remove the dependency on chokidar

* Update TypeScript

* Update CHANGELOG.unreleased.md

* Add examples for TypeScript 3.7

* Update TypeScript 3.7 to latest dev version

* Correct wording

* Support `declare` keyword on class members (TypeScript 3.7 feature)

* Update Changelog and downgrade TypeScript from 3.8.0-dev to 3.7.1-rc

* Add a note regarding to dropping Node 6 support for direct installation

* tweak build config to repair build

* update CHANGELOG.unreleased.md

* TSTypePredicate microrefactoring

* fix formatting

* clean up tests

* fix parens for optional chaining inside computed properties

* update CHANGELOG.unreleased.md

* unify output across parsers for template literals

* enable more tests with optional chaining

* fix unneeded parens inside computed key of OptionalMemberExpression

* fix paren issues for OptionalCallExpression

* more fixes for OptionalCallExpression

* @typescript-eslint/typescript-estree 2.5.1-alpha.4

* fix lint

* revert build hacks

* fix one more parens issue

* @typescript-eslint/typescript-estree 2.5.1-alpha.5, remove loggerFn override

* drop node 6 for direct installing from github

* fix another parens issue, disable some tests for flow

* workaround for flow bug

* fix issues with comments


Co-authored-by: Georgii Dolzhykov <thorn.mailbox@gmail.com>
2019-10-28 17:53:57 +01:00
..
__snapshots__ Support TypeScript 3.7 (and drop Node 6 support for direct inst… (#6657) 2019-10-28 17:53:57 +01:00
array-iter.js fix: no false positive for arrow function in jsx expression (#5063) 2018-09-07 09:39:59 +08:00
attr-comments.js Prevent adding softline after arrow attribute with comments (#3641) 2018-01-03 12:12:01 -08:00
conditional-expression.js Revert "Ternary Operators in JSX Expression Containers (#4731)" (#4736) 2018-06-22 10:32:38 -06:00
expression.js fix: get rid of CRLF (#5494) 2018-12-08 18:28:29 +08:00
flow_fix_me.js Put JSX comments inside of the parenthesis (#1712) 2017-05-24 13:19:47 -07:00
html_escape.js Fix ampersand in jsx href and src (#1056) 2017-04-08 07:55:50 -07:00
hug.js Inline BinaryExpressions inside JSXExpression (#965) 2017-03-09 07:59:53 -08:00
jsfmt.spec.js Rename "babylon" with "babel" (#5647) 2018-12-27 21:05:19 +08:00
logical-expression.js Fix chained logical expressions with objects/array/etc inlined 2017-09-07 21:57:07 -06:00
object-property.js 565 jsx parentheses fix (#580) 2017-02-02 16:25:34 -08:00
open-break.js Keep simple JSXOpeningTag's unbroken (#5078) 2018-09-11 11:15:50 -03:00
parens.js Support TypeScript 3.7 (and drop Node 6 support for direct inst… (#6657) 2019-10-28 17:53:57 +01:00
quotes.js fix(jsx): consistent quotes in JSX expression (#5349) 2018-11-06 15:38:50 +08:00
return-statement.js Improve JSX Formatting 2017-07-13 10:20:42 -06:00
self-closing.js Stop converting empty JSX elements to self-closing elements (#6127) 2019-05-16 15:14:35 -03:00
spacing.js Upgrade flow parser to 0.45 (#1447) 2017-04-27 14:59:18 -07:00