fix(ts-estree): align typeArguments and typeParameters across nodes#223
fix(ts-estree): align typeArguments and typeParameters across nodes#223JamesHenry merged 1 commit intotypescript-eslint:masterfrom armano2:type-arguments-parameters
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
==========================================
+ Coverage 96.57% 96.65% +0.08%
==========================================
Files 51 51
Lines 2455 2455
Branches 370 370
==========================================
+ Hits 2371 2373 +2
+ Misses 42 41 -1
+ Partials 42 41 -1
|
|
I was wondering after looking at #222 - why do we have so many optional properties on the AST? I can understand an optional field in the case of interface -> implements where it's not "supposed" to be there. |
|
those nodes does no contain undefined arrays
this is useful for setting up comments in AST, and without that there is no easy way to determine if comment is |
This PR aligns
typeParametersandtypeArgumentsacross all nodesfixes: #220