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

This PR is a work in progress for implementing the `aria-proptypes` rule as defined in the [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/aria-proptypes.md), associated with issue #1141. The current implementation checks JSX attributes against ARIA property...

A-linter

The `Modifiers` data is used for error recoverable, but it causes a lot of confusion while working on the AST. Consider removing it.

C-enhancement
A-ast

This issue is follow-up of https://github.com/oxc-project/oxc/issues/1227 and https://github.com/oxc-project/oxc/pull/2498. ## Status quo oxc currently rely on test262 and manual testing. test262: https://github.com/oxc-project/oxc/blob/1519b9000bcdc7c43c79c8b26e194a13f7df1f1e/crates/oxc_semantic/tests/scopes.rs manual testing: https://github.com/oxc-project/oxc/blob/e2d2ce3369bd49743cf95c095c206a92dfe0acda/tasks/coverage/src/test262.rs#L212-L235 - test262 only ensure the all...

C-enhancement

> [!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-n`. There are...

E-Help Wanted
A-linter

This is a feature request to adopt the [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation) plugin/rule. The `import/no-deprecation` plugin catches far fewer deprecation errors than the plugin mentioned above- I created a sample project [here](https://github.com/MIreland/oxc-example) that...

E-Help Wanted
A-linter

## Call for help This is a call for help; we need assistance from experts who are proficient in Babel and Rust to help us achieve the fastest and most...

A-transformer