Skip to content

Commit

Permalink
chore: putout: actions: lint ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 27, 2024
1 parent 8604b49 commit d45c1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/the-book-of-ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ friend.
```js
if (fruit === '🍎')
// 🌳(🍎)
eat('🍎');
// 🦏 ❤️ 🍎
eat('🍎');// 🦏 ❤️ 🍎
```

"An apple can grow on a branch, but branch cannot grow on apple, the same goes to **Expressions** and **Statements**", continued 🐊**Putout**.
Expand Down
2 changes: 2 additions & 0 deletions packages/compare/lib/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const parseName = (node) => {

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

// if (isTSMappedType(node))

// return node.key.name;
};

Expand Down

0 comments on commit d45c1b1

Please sign in to comment.