-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specifically
Milestone
Description
TypeScript Version: 3.2.0-dev.20181006
Search Terms:
- jsdoc
- docCommentTemplate
Code
For the javascript:
/** */
MyClass.prototype.myFunction = function (param1, param2) {
};
Request a docCommentTemplate
at the |
in /**| */
Bug:
No content available returned.
[Trace - 11:44:31 AM] Sending request: docCommentTemplate (13). Response expected: yes. Current queue length: 0
Arguments: {
"file": "/Users/matb/projects/san/b.js",
"line": 1,
"offset": 4
}
[Trace - 11:44:31 AM] Response received: docCommentTemplate (13). Request took 2 ms. Success: false . Message: No content available.
This is a regression from TS 3.0.
We do return the expected response for the case:
/** */
function foo(param1, param2) {
};
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specifically