0.16.0 • Published 11 months ago

tsflow v0.16.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Flow to Typescript

Usage:

npm install -g tsflow

Usage: tsflow [options] ./path/to/project

TypeScript to Flow migration tool

Options:
  -V, --version                output the version number
  -r, recast                   use recast instead of babel generator(warning:
                               not working correctly in some cases) (default:
                               false)
  -P, --no-prettier            do not run prettier on converted code
  -i, --include <includeGlob>  Glob expression of files to include, default:
                               "**/*.{ts}" (default: "**/*.ts")
  -x, --exclude <excludeGlob>  Additional excludes glob expression (by default
                               node_modules and files from .gitignore is
                               excluded) (default: [])
  -h, --help                   display help for command

Cavearts

this is very much work in progress, and if converting just type definitions - flowgen likely is a better option

0.16.0

11 months ago

0.15.21

1 year ago

0.15.20

1 year ago

0.15.19

2 years ago

0.15.17

2 years ago

0.15.18

2 years ago

0.15.15

2 years ago

0.15.16

2 years ago

0.15.8

2 years ago

0.15.9

2 years ago

0.15.9-alpha.0

2 years ago

0.15.9-alpha.1

2 years ago

0.15.3

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.15.1

2 years ago

0.12.6

3 years ago

0.12.5

3 years ago

0.12.4

3 years ago

0.12.3

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago