@telefonica/ts-to-flow v1.0.0-beta5
ts-to-flow
Convert Typescript types to Flow
Install
yarn add --dev @telefonica/ts-to-flowUsage
Once installed,
yarn ts-to-flow "dist"Where dist is the directory (relative to the package root) where the .d.ts files are located. It will
generate the corresponding .js.flow files.
You can optionally pass a second path:
yarn ts-to-flow "dist" "flow-types"Where flow-types is a directory (relative to the package root) where the generated .js.flow files will be
copied. You can commit this directory in your package so you can see type changes in code reviews.
Additionally if you execute this command in a CI environment, it will throw if this command produces new changes.
Local Development
Below is a list of commands you will probably find useful.
yarn build
Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple
formats (CommonJS, UMD, and ES Module).
yarn test
Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago