Skip to content

Commit

Permalink
feat(api): use resolved symbol as alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Nov 7, 2022
1 parent 4a38b19 commit db02e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/resolveTree.ts
Expand Up @@ -145,6 +145,8 @@ export class TypeInfoResolver {
resolvedInfo = {
...resolvedInfo,
symbolMeta: info.symbolMeta,
aliasSymbolMeta:
resolvedInfo.aliasSymbolMeta ?? resolvedInfo.symbolMeta,
id: info.id,
}

Expand Down

0 comments on commit db02e7b

Please sign in to comment.