bcherny / bcherny/flow-to-typescript
need to update @babel/babylon as @babel/parser
Open
- Dominant language
- TypeScript
- Stars
- 437
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/bcherny/flow-to-typescript/blob/386b34b810822f027a98da6e25a36bf68556d0a6/src/index.ts#L1
```js
import { parse } from '@babel/parser';
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked import at src/index.ts:1 and inspect how the parser dependency is declared in the project. Update the old @babel/babylon reference to @babel/parser, then run the repository's existing checks to confirm the project still builds and parses its inputs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- babel, typescript
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100