Skip to content

Latest commit

 

History

History
 
 

lockfile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example: Yarn/lockfile

Uses: @esmbly/transformer-flow, @esmbly-transformer-wasm

Summary

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

Transforming the example

yarn run esmbly run