You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.
I was looking at this at some point. You can definitely run the compiler as a standalone package in the browser, but the tricky part is the services that provide autocompletion, suggestions, etc. I didn't find a good way to do that without writing lots of glue code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From the docs I understand the TS version comes from the editor.
However, it seems the editor takes awhile to update its TS version.
Right now the playground supports a latest version of 3.3, whereas TS is now on 3.5.
Is there any way we can make the playground use its own, independent version of TS (without needing to clone and run locally)?
The text was updated successfully, but these errors were encountered: