prettier/tests/comments
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
arrow.js fix(javascript): correctly handle comments in empty arrow function expressions (#6086) 2019-05-15 12:46:12 -03:00
assignment-pattern.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
before-comma.js Fix comment detection before comma (#1127) 2017-04-10 11:03:35 -07:00
binary-expressions.js Bugfix/ Don't inline pipeline operator with leading ownline comment (#5015) 2018-09-01 18:38:19 -04:00
blank.js Fix files with comments only (#813) 2017-03-07 11:02:45 -08:00
break-continue-statements.js Handle ContinueStatement and BreakStatement comments (#4279) 2018-04-07 13:38:37 -03:00
call_comment.js Support TypeScript 3.7 (and drop Node 6 support for direct inst… (#6657) 2019-10-28 17:53:57 +01:00
dangling.js Support TypeScript 3.7 (and drop Node 6 support for direct inst… (#6657) 2019-10-28 17:53:57 +01:00
dangling_array.js Fix missing dangling comments in arrays (#744) 2017-02-19 17:25:18 -08:00
dangling_for.js Fix missing dangling comments in for loop (#742) 2017-02-20 09:17:10 -05:00
dynamic_imports.js fix multiline dynamic import comments (#6025) 2019-04-02 12:35:03 -07:00
export.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
first-line.js Remove first line special case (#597) 2017-02-04 21:36:48 -05:00
flow_union.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
function-declaration.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
if.js Fix comment style when placed after if statement test (#2675) 2017-09-08 10:12:10 -07:00
issues.js Fix closing call expression commented out (#530) 2017-01-31 06:52:53 -08:00
jsfmt.spec.js Rename "babylon" with "babel" (#5647) 2018-12-27 21:05:19 +08:00
jsx.js fix(jsx): Break opening elements with single text attribute if there's a comment (#3154) 2017-11-07 08:05:59 +11:00
last-arg.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
preserve-new-line-last.js Fix trailing new lines preservation (#724) 2017-02-16 09:56:12 -05:00
return-statement.js Nicer line wrapping for d3 (#4285) 2018-04-24 06:54:45 -04:00
single-star-jsdoc.js Never put spaces to the right of stars in indentable block comments (#5330) 2018-11-03 20:53:24 +01:00
switch.js Fix trailing comment on switch case (#1136) 2017-04-05 16:27:14 -07:00
tagged-template-literal.js JavaScript: Keep line breaks when tagged template literal has a single line comment. (#6236) 2019-07-10 10:56:53 -03:00
template-literal.js [WIP] Fix comments in template literals (#643) 2017-02-23 09:23:56 -08:00
trailing-jsdocs.js Fix trailing JSDoc comments with trailing regular comments (#4414) 2018-05-04 10:15:30 -03:00
trailing_space.js Trim trailing whitespace from comments, closes #2422 (#2494) 2017-07-16 17:45:27 +10:00
try.js Fix comment issue with try finally (#5252) 2018-10-12 12:48:49 -04:00
variable_declarator.js Update `@babel/parser` to v7.6.3 (#6386) 2019-10-09 14:52:11 +03:00
while.js Fixed unstable while comment (#5251) 2018-10-25 10:48:09 -04:00