-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
support run rslint on browser and run playground like https://typescript-eslint.io/play
- rslint wasm support
- rslint errors support( show lint diagnostics)
- decode rslint's astbuffer to ast
- ast viewer support(pretty ast viewer with interactive support just like tse's playground estree viewer)
- estree ast support (convert ts ast to estree ast)
- typescript ast support(origin ts ast)
- typescript semantic support(includes type & symbol & scope)
- multi files support
- editable configuration support
- selectable rslint-wasm version
- report as issue support( users can report rslint issue using rslint playground with reproducible demo)
- apply fix | suggestion support
Copilot