matthewmueller / joy

A delightful Go to Javascript compiler (ON HOLD)
https://mat.tm/joy
GNU General Public License v3.0
1.32k stars 35 forks source link

Support type aliases #86

Open matthewmueller opened 6 years ago

matthewmueller commented 6 years ago

This will be desirable for React support

// Node is a clone of vdom.Node
type Node = vdom.Node