oxc
oxc copied to clipboard
⚓ A collection of JavaScript tools written in Rust.
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...
Updates the VSCode plugin client to automatically provide our auto-generated JSON schema to `\.?oxlint(rc)?(\.json)?` files.
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!...
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)
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:...
## 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