Hello, just a suggestion, if would awesome if we could execute code in the playground, not merely translate to JS. So beginners (like me) could visit the playground more often and play around with toy problems before transitioning to more advanced use.
The TypeScript playground also doesn’t have the option to execute, but it generates pure code (as far as I know) which I can copy paste to e.g. JSFiddle very easily. But the ReScript generated code often contains calls to foreign libraries. Or is there some one liner to import e.g. in JSFiddle exactly the function used in generated JS code?