assert all async references followed by a Line Terminator
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 564
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 10
Description
As a follow up for #895, we should complete the coverage for cases where async is succeeded by a line terminator and does not create a syntax for an async function.
This should consider all forms of async functions, including declarations, expressions, generators, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the coverage added for issue #895 and the repository's existing async-function tests. Add cases for each async function form, including declarations, expressions, and generators, when async is followed by a line terminator; done means the relevant non-async syntax cases are covered and the test suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100