JSDoc extraction doesn't work for index signature object maps #19266
Labels
Bug
A bug in TypeScript
Domain: JSDoc
Relates to JSDoc parsing and type generation
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Fixed
A PR has been merged for this issue
Milestone
From https://github.com/Azure/azure-documentdb-js-server/blob/a0e6b1b318284838944c7e1b0d1e5848a0788a6b/samples/stored-procedures/bulkDelete.js#L
Extracting a JSDoc comment here gives us
object<string, number>
which{ [x: string]: number }
The text was updated successfully, but these errors were encountered: