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
C:\github\TypeScript\built\local\tsc.js:69844
throw e;
^
TypeError: Cannot read property 'flags' of undefined
at checkTypeReferenceNode (C:\github\TypeScript\built\local\tsc.js:39426:52)
at checkSourceElement (C:\github\TypeScript\built\local\tsc.js:42606:28)
at checkVariableLikeDeclaration (C:\github\TypeScript\built\local\tsc.js:40712:13)
at checkParameter (C:\github\TypeScript\built\local\tsc.js:38879:13)
at Object.forEach (C:\github\TypeScript\built\local\tsc.js:1463:30)
at checkSignatureDeclaration (C:\github\TypeScript\built\local\tsc.js:39021:16)
at checkSourceElement (C:\github\TypeScript\built\local\tsc.js:42594:28)
at checkSourceElement (C:\github\TypeScript\built\local\tsc.js:42640:28)
at checkSourceElement (C:\github\TypeScript\built\local\tsc.js:42626:28)
at checkJSDocComment (C:\github\TypeScript\built\local\tsc.js:40221:21)
The text was updated successfully, but these errors were encountered:
* Fix#17383 - issue an error when jsdoc attempts to instantiate a builtin as a generic
* Fix comment
* Fix#17377 - only get type parameters from reference target if the type is a reference
* Fix#17525 - Add SyntaxKind.AsteriskToken to isStartOfType
Found when trying to reverse engineer a repro for #17377
The text was updated successfully, but these errors were encountered: