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

Unclear error when we're missing a main() function #82

Open matthewmueller opened 6 years ago

matthewmueller commented 6 years ago

Right now main files aren't found if there's no main() function. It should be a different error like a main file requires a main function to build