File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ analyzer.analyze({
2727 jsx : ts . JsxEmit . React ,
2828 rootDir : ''
2929 } ,
30- entryPointFile : '' , // local/bundles/platform-exports.ts',
30+ entryPointFile : '' ,
3131 otherFiles : [ ]
3232} ) ;
3333
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default class TypeScriptHelpers {
1818 /**
1919 * End sequence is '*\/'.
2020 */
21- public static jsDocEndRegEx : RegExp = / \s * \* \/ / g;
21+ public static jsDocEndRegEx : RegExp = / \s * \* \/ \s * $ / g;
2222
2323 /**
2424 * Intermediate lines of JSDoc comment character.
Original file line number Diff line number Diff line change 327327 "isBeta" : false
328328 }
329329 }
330+ },
331+ "TestMissingCommentStar" : {
332+ "kind" : " enum" ,
333+ "values" : {},
334+ "deprecatedMessage" : [],
335+ "summary" : [
336+ {
337+ "kind" : " textDocElement" ,
338+ "value" : " Degenerate comment star missing here end of comment"
339+ }
340+ ],
341+ "remarks" : [],
342+ "isBeta" : false
330343 }
331344 }
332345}
Original file line number Diff line number Diff line change 11export {
2+ TestMissingCommentStar ,
23 inheritDisplayMode ,
34 inheritCorrectlyButNotFound ,
45 inheritDisplayModeError ,
You can’t perform that action at this time.
0 commit comments