We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca87eed commit 7073b35Copy full SHA for 7073b35
src/services/jsDoc.ts
@@ -166,7 +166,7 @@ namespace ts.JsDoc {
166
const lineStart = sourceFile.getLineStarts()[posLineAndChar.line];
167
168
const indentationStr = sourceFile.text.substr(lineStart, posLineAndChar.character);
169
- const isJavaScriptFile = hasJavaScriptFileExtension(sourceFile.fileName); // JSX or JS file
+ const isJavaScriptFile = hasJavaScriptFileExtension(sourceFile.fileName);
170
171
let docParams = "";
172
for (let i = 0, numParams = parameters.length; i < numParams; i++) {
0 commit comments