Skip to content

Commit

Permalink
chore: @putout/compare: rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 27, 2024
1 parent 07e1eeb commit b738085
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/compare/lib/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const parseName = (node) => {

if (isTSTypeReference(node))
return node.typeName.name;

// if (isTSMappedType(node))

// return node.key.name;
};

module.exports = ({add, value, nodeValue, templateStore}) => {
Expand Down

0 comments on commit b738085

Please sign in to comment.