Commits
Click on a commit to change the comparison rangefeat(cli): add --lsp flag to oxlint to run language server
Closes #12251
- Add `--lsp` flag to oxlint CLI command
- Create shared `run_server()` function in oxc_language_server
- Deduplicate LSP initialization code between oxlint and standalone binary
- Make flag visible in help/documentation by removing hide_usage
- Handle async runtime properly within NAPI context