JSDoc function type doesn't parse jsdoc function types as parameters #25800
Labels
Bug
A bug in TypeScript
Domain: JSDoc
Relates to JSDoc parsing and type generation
Fixed
A PR has been merged for this issue
Milestone
In other words, higher order functions don't work using only closure syntax:
Expected behavior:
stringmap: (arg0: string[], arg1: (arg0: string) => string) => string[]
Actual behavior:
Parse error at the second function keyword: "Parameter expected".
The text was updated successfully, but these errors were encountered: