Async ArrowFunctionExpression?
Open
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 194
- Avg merge
- 22h 43m
- Merged PRs (30d)
- 10
Description
Is it possible to create an async ArrowFunctionExpression? I'm using `jscodeshift` to modify some code, and I need to create a variable declaration with this signature:
``const doSomethingAsync = async args => { await ... }``
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining the ArrowFunctionExpression entry point in ast-types and how jscodeshift constructs variable declarations. Confirm whether the async arrow-function signature in the issue can be represented, then add or update coverage showing the requested declaration can be created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100