Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `Parse<RRoot>` utility struct * Style changes in latest version * Add multi-file and directory support, add `--check` * Wrap `ParseDiagnostic` in our `ParseError` * Clean up a bit with thiserror! * Add `relativize_path()` * Add a comment about tracing * Remove `air_workspace` for now for simplicity LSP needs `format_node()` since it holds onto the AST, so this isn't as useful yet over there * Add `is_changed()` for ergonomics * Remove outdated comment * Use `u8::MAX` as our catch all error code For the "something has gone wrong" unexpected error case * Various tweaks from code review with @lionel- * Add a TODO to use user supplied line endings in the LSP * Add a TODO about not normalizing line endings in the cli * air_fs -> fs * Ah clippy
- Loading branch information