mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 00:34:47 -05:00
fix(42019): include the jsdoc tags from the base declaration (#42098)
This commit is contained in:
@@ -2992,7 +2992,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export function getEffectiveImplementsTypeNodes(node: ClassLikeDeclaration): undefined | readonly ExpressionWithTypeArguments[]{
|
||||
if(isInJSFile(node)) {
|
||||
if (isInJSFile(node)) {
|
||||
return getJSDocImplementsTags(node).map(n => n.class);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user