Skip to content
Snippets Groups Projects
Commit a5505bbf authored by Leo Balter's avatar Leo Balter
Browse files

Address feedback from PR review

- needs to use async* to declare async generator methods.
- Needs to use yield* if delegating yield semantics are intended.
- Has assignment to private name method, which is not allowed and throws a TypeError at runtime.
- handle multiple $DONE calls
- fix calls to private methods
parent 331a3964
No related branches found
No related tags found
No related merge requests found
Showing
with 249 additions and 104 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment