Skip to content

Commit a2ddcff

Browse files
committed
docs(README.md): change wording about bugs
1 parent ebfedfa commit a2ddcff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ ASTs. If you use the `--commentWorkarounds=true` option it will try to prevent m
4343
from getting deleted but it sometimes causes an assertion to fail in `recast`.
4444

4545
There are a few edge cases where `asyncify` produces funky output. It's intended to not break
46-
any existing behavior but sometimes the output will be be semantically wrong even if it behaves
46+
any existing behavior (at the moment there are a few bugs that do, which I need to fix)
47+
but sometimes the output will be be semantically wrong even if it behaves
4748
correctly. For example, I've seen a case where doing an async operation several times in a row:
4849

4950
```js
@@ -85,6 +86,3 @@ it('test', async () => {
8586
Although I could possibly fix this for cases where it's easy to determine that the function has
8687
no parameters, there could be cases where it's impossible to determine whether the identifier
8788
`doSomething` is even a function or whether it has parameters.
88-
89-
At the moment, `.then(someIdentifier)` when `someIdentifier` is not a function is the only known
90-
case where the output behavior is wrong and will likely throw a `TypeError` (#15).

0 commit comments

Comments
 (0)