You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing #219 i notice that we have small inconsistency in AST, sometimes we are outputting TSTypeParameterDeclaration and TSTypeParameterInstantiation without nodes and sometimes we are omitting this node completely.
While doing #219 i notice that we have small inconsistency in AST, sometimes we are outputting
TSTypeParameterDeclaration
andTSTypeParameterInstantiation
without nodes and sometimes we are omitting this node completely.typescript-eslint/packages/typescript-estree/src/convert.ts
Lines 1364 to 1368 in 690bff3
typescript-eslint/packages/typescript-estree/src/convert.ts
Lines 1643 to 1647 in 690bff3
typescript-eslint/packages/typescript-estree/src/convert.ts
Lines 693 to 697 in 690bff3
typescript-eslint/packages/typescript-estree/src/convert.ts
Lines 2093 to 2097 in 690bff3
we should align it, but i'm unsure if we should always have it or not
additionally we should handle #146 in update for it
The text was updated successfully, but these errors were encountered: