Skip to content

Commit 6cdf6d0

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 098bdf5 commit 6cdf6d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/the-book-of-ast.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ friend.
144144
```js
145145
if (fruit === '🍎')
146146
// 🌳(🍎)
147-
eat('🍎');
148-
// 🦏 ❤️ 🍎
147+
eat('🍎');// 🦏 ❤️ 🍎
149148
```
150149

151150
"An apple can grow on a branch, but branch cannot grow on apple, the same goes to **Expressions** and **Statements**", continued 🐊**Putout**.

packages/compare/lib/link.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const parseName = (node) => {
2424

2525
if (isTSTypeReference(node))
2626
return node.typeName.name;
27+
2728
// if (isTSMappedType(node))
29+
2830
// return node.key.name;
2931
};
3032

0 commit comments

Comments
 (0)