We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a878b commit 0fb87a8Copy full SHA for 0fb87a8
README.md
@@ -8,7 +8,7 @@
8
9
Transforms promise chains into `async`/`await`. I wrote this to refactor the 5000+ `.then`/`.catch`/`.finally` calls in the
10
`sequelize` codebase. This is slightly inspired by [async-await-codemod](https://github.com/sgilroy/async-await-codemod),
11
-but written from scratch to guarantee the same behavior and tidy code as best as I can manage.
+but written from scratch to guarantee that it doesn't change the behavior of the transformed code, and keeps the code reasonably tidy.
12
13
## Usage
14
0 commit comments