TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Improve check of whether type query node possibly contains reference to type parameter

Open gabritto opened this issue 3 years ago • 0 comments

Fixes #48134.

There's an explanation of why the bug happens in the original issue: https://github.com/microsoft/TypeScript/issues/48134#issuecomment-1179333238. This PR implements the fix suggested in https://github.com/microsoft/TypeScript/issues/48134#issuecomment-1180746082.

gabritto avatar Jul 27 '22 20:07 gabritto