dudykr / stc

Speedy TypeScript type checker

Home Page:https://stc.dudy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would you be willing to provide an STC playground?

sunrabbit123 opened this issue · comments

When creating a contribution or issue, it would be nice to have a place to look up the most recent STC and write test cases more easily.
You can more easily check if an existing case is a working case or not.

Like how we use Typescript Playground to check types.

This would make it easier to submit issues without having to build and test the STC yourself.

I want to, but this is a very complex task..

What needs to be done to make it possible? Afaik, there is an LSP setup with VSCode. Maybe this can be done the same way as SWC playground with the nightly build of STC as a plugin?

Code would be almost similar, but we should publish Wasm files

Do you need to do something like #300 ?
If so, do you use wasm-bindgen instead of napi-rs?