Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Suggestion: independent versioning of TS #36

Open
OliverJAsh opened this issue Jun 6, 2019 · 1 comment
Open

Suggestion: independent versioning of TS #36

OliverJAsh opened this issue Jun 6, 2019 · 1 comment

Comments

@OliverJAsh
Copy link

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)?

@agentcooper
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants