Uses: @esmbly/transformer-flow
, @esmbly-transformer-wasm
This example shows how a a subset of yarn can be transformed from Flow to TypeScript.
# Input (Flow)
src/index.js
src/parse.js
src/stringify.js
# Output (TypeScript)
src/index.ts
src/parse.ts
src/stringify.ts
yarn run esmbly run