Website: ship source maps for the playground #5077
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
package: website
Issues related to the @typescript-eslint website
repo maintenance
things to do with maintenance of the repo, and not with code/docs
When triaging issues I very frequently use the playground to investigate lint rule behaviour.
It saves me having to pull main, open vscode, write test cases, etc - I can just open the playground and get instant feedback.
For the same reasons in some cases I also like to set breakpoints using the chrome dev tools to deeply investigate the result of certain code paths.
It's all super quick and convenient!
Unfortunately we don't ship source maps with our playground code. This means I have to jump through a few hoops to open the exact spot and find the rule. It's still easier/faster than going via my IDE locally, but we could be even easier!
We should ship source maps with our website to make it possible to open rule source (and the playground source!) in the browser dev tools for quick debugging.
The text was updated successfully, but these errors were encountered: