Support JSDoc @function
#14275
Labels
Committed
The team has roadmapped this issue
Domain: JSDoc
Relates to JSDoc parsing and type generation
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From: microsoft/vscode#21321
TypeScript Version: 2.2.1 / nightly (2.2.0-dev.201xxxxx)
Code
Expected behavior:
The JSDoc specifications give
thisDoesNot
a type of(c: number) => number
Actual behavior:
The type from the
*.d.ts
file is preferred instead, givingthisDoesNot
a type of(c: any) => any
The text was updated successfully, but these errors were encountered: