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

Rolldown currently uses `Span`s as the way to identifier ast nodes. But it would become a problem, if the ast contains duplicate `Span`s. So > we could have a new...

C-enhancement

Updates the VSCode plugin client to automatically provide our auto-generated JSON schema to `\.?oxlint(rc)?(\.json)?` files.

A-linter

The link above no longer point to any example, may I have a new link? I can't find any example how to use `overrides`, and the way I use `overrides`...

### Problem Hi there, thanks so much for all the work that's gone into this project so far, I'm finally testing out oxlint and it's such a dramatic performance leap!...

C-enhancement

see support [eslint-plugin-vitest/require-local-test-context-for-concurrent-snapshots](https://github.com/veritem/eslint-plugin-vitest/blob/main/docs/rules/require-local-test-context-for-concurrent-snapshots.md)

A-linter

In TypeScript, the following class (case 1) reports a type error: ```ts class Foo { x = this.foo // error: Property 'foo' is used before its initialization foo: any constructor(foo:...

C-bug
A-transformer

## Blocking issues: * https://github.com/rolldown/rolldown/issues/1578 * https://github.com/oxc-project/oxc/pull/3780 ## Related discussions: * https://github.com/oxc-project/backlog/issues/30 ## Previous attempts: * https://github.com/oxc-project/oxc/issues/2818 * https://github.com/oxc-project/oxc/pull/2861 ## Research: * TODO * rustc * other compilers

P-high
A-ast
A-transformer