oxc icon indicating copy to clipboard operation
oxc copied to clipboard

⚓ A collection of JavaScript tools written in Rust.

Results 315 oxc issues
Sort by recently updated
recently updated
newest added

Part of #6958

C-enhancement
A-transformer

Now, we have `StatementInjection` to help us inject statements, this is very useful but is not enough for our usage. So would be better if we combine these usages into...

C-enhancement
A-transformer

Implement not recommended rule `no-array-index-key` (#1022 )

C-enhancement
A-linter

- [typescript/no-empty-object-type](https://typescript-eslint.io/rules/no-empty-object-type)

C-enhancement
A-linter

> This is a very rough proof-of-concept Many different AST nodes store both a span and an `Atom` is a fat pointer storing a length, but we already have that...

A-ast
A-ast-tools

We currently use `serde`'s derive macros to implement `Serialize` on AST types. We could use `#[generate_derive]` to generate these impls instead. ## Why is that a good thing? ### 1....

https://github.com/oxc-project/oxc/blob/1691cab507cd22e0e32f80d6fcb2911df82669f1/crates/oxc_linter/src/config/rules.rs#L129-L142 Should we bail unmatched rules?

C-enhancement

### What version of Oxlint are you using? latest ### What command did you run? npx oxlint -c .oxlint.json ### What does your `.oxlint.json` config file look like? { "plugins":...

C-bug
A-linter