mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
## Summary These had just bitrotted over time -- we were no longer passing along the row-and-column indices, etc. ## Test Plan 
playground
In-browser playground for Ruff. Available https://play.ruff.rs/.
Getting started
- To build the WASM module, run
wasm-pack build ../crates/ruff_wasm --target web --out-dir ../../playground/src/pkgfrom the./playgrounddirectory. - Install TypeScript dependencies with:
npm install. - Start the development server with:
npm run dev.
Implementation
Design based on Tailwind Play. Themed with ayu.