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

Missing standard library packages #76

Closed c1tt1 closed 6 years ago

c1tt1 commented 6 years ago

It seems that certain standard library packages are not supported, in this very case context and sync as I had the following error.

could not import context (the 'context' package is not supported in joy yet) and could not import sync (the 'sync' package is not supported in joy yet)

caspervonb commented 6 years ago

Most are not implemented at this time, take a look at the stdlib folder to see what's there.

c1tt1 commented 6 years ago

Thanks @caspervonb, I will. closing now.