Skip to content

Commit

Permalink
docs: readme: link
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Jul 15, 2023
1 parent bef2a0b commit 6d0387e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ When you need to ignore some routes no matter what, you can use `ignore` section
You have also ability to define `printer` of your choose, it can be:

-[`putout`](https://github.com/putoutjs/putout) (*default*)
-[`putout`](https://github.com/putoutjs/printer) (*default*)
-[`babel`](https://babeljs.io/docs/babel-generator)
-[`recast`](https://github.com/putoutjs/recast)

Expand Down Expand Up @@ -2221,7 +2221,7 @@ You have also ability to define `printer` of your choose, it can be:
- ✅ faster then `recast`;
-[produces throw away code](https://github.com/babel/babel/issues/5139);

You can choose any of them, but preferred is *[default printer](https://github.com/putoutjs/putout)*.
You can choose any of them, but preferred is *[default printer](https://github.com/putoutjs/printer)*.

### Plugins

Expand Down Expand Up @@ -2332,7 +2332,7 @@ module.exports.fix = (path) => {
};
```

This should be done to preserve `loc` and `comments` information, which is different in **Babel** and **[Recast](https://github.com/putoutjs/putout)**. 🐊**Putout** will handle this case for you :),
This should be done to preserve `loc` and `comments` information, which is different in **Babel** and **[Recast](https://github.com/putoutjs/recast)**. 🐊**Putout** will handle this case for you :),
just use the methods of `operator`.

### 🐊 Putout Plugin
Expand Down

0 comments on commit 6d0387e

Please sign in to comment.