Skip to content

Commit fadfb14

Browse files
authored
add stripe flow to ts migration tool
1 parent 12c6483 commit fadfb14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/migration/from-flow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ id: from_flow
33
title: From Flow
44
---
55

6+
- (2022) Try Stripe's [Flow to TS codemod](https://github.com/stripe-archive/flow-to-typescript-codemod): [blogpost](https://stripe.com/blog/migrating-to-typescript), [podcast discussion](https://devtools.fm/episode/33)
67
- Try flow2ts: `npx flow2ts` - doesn't work 100% but saves some time ([see this and other tips from @braposo](https://github.com/typescript-cheatsheets/react/pull/79#issuecomment-458227322) at TravelRepublic)
7-
- Try Airtable's codemod: https://github.com/Airtable/typescript-migration-codemod https://medium.com/airtable-eng/the-continual-evolution-of-airtables-codebase-migrating-a-million-lines-of-code-to-typescript-612c008baf5c
8+
- Try [Airtable's codemod](https://github.com/Airtable/typescript-migration-codemod): https://medium.com/airtable-eng/the-continual-evolution-of-airtables-codebase-migrating-a-million-lines-of-code-to-typescript-612c008baf5c
89
- [Incremental Migration to TypeScript on a Flowtype codebase][entria] at Entria
910
- [MemSQL's Studio's migration](https://davidgom.es/porting-30k-lines-of-code-from-flow-to-typescript/) - blogpost with many useful tips
1011
- Retail-UI's Codemod: https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-codemodes/flow-to-ts

0 commit comments

Comments
 (0)