oxc
oxc copied to clipboard
⚓ A collection of JavaScript tools written in Rust.
Follow up on https://github.com/oxc-project/oxc/pull/3030 Need to test in real projects. Currently seeing false positives, and also panics.
https://github.com/oxc-project/oxlint-ecosystem-ci/actions/runs/9061291729/job/24892841948?pr=2 I haven't checked the details, but I temporary moved the rule nursery https://github.com/oxc-project/oxc/commit/6edcae86cda8922ea8f9e5eae91290018e1b1637 and is making a new release.
@Dunqing was asking in #3216 for a more ergonomic way to pass `TraverseCtx` around in transformers. #3219 is one option. Here's another, which is more like Babel's `Path` API: Instead...
While I was working with `syn`, I found the documentation on AST nodes really helpful, we should do the same. https://docs.rs/syn/latest/syn/index.html#structs
I encountered an issue with the configuration of the @typescript-eslint/no-explicit-any rule in the `eslintrc.json` file. Despite the rule being set to "error", warnings are still being generated instead of errors....
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-react-hooks`. There are...
#3115 introduced the `inherit_variants!` macro which shares variants between enum AST types. As Boshen pointed out in https://github.com/oxc-project/oxc/pull/3115#issuecomment-2081362925, it unfortunately broke Rust Analyser's ability to "see" the variants which are...
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint`. There are...