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

### What version of Oxlint are you using? 0.10.2 ### What command did you run? oxlint -c oxlintrc.json --quiet ### What does your `.oxlint.json` config file look like? ```json {...

C-bug
A-linter

#5305 added `ScopeTree::delete_root_unresolved_reference` API to delete an unresolved reference. @Dunqing said in https://github.com/oxc-project/oxc/pull/5305#pullrequestreview-2267485901: > Upon further reflection, I think we may also need to add a high-level API to remove...

A-transformer

![image](https://github.com/user-attachments/assets/f6501fb9-6d81-483d-a818-1127d08031a4) > This problem has been around for a long time #### WSL2 env: Version: 1.94.2 (system setup) Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0...

C-bug
A-editor

```ts export type T = number; function foo(n: number): T { type T = string; return n; } ``` `T` in return type of `foo` should resolve to top level...

C-bug
A-semantic

related: https://github.com/oxc-project/backlog/issues/18 TEST ONLY! Everything is hard-coded, just for testing

A-ast
A-isolated-declarations
A-ast-tools

### What version of Oxlint are you using? 0.9.10 ### What command did you run? ```sh oxlint -c .oxlintrc.json -- path/to/example.tsx ``` ### What does your `.oxlint.json` config file look...

C-bug
A-linter

### What version of Oxlint are you using? 0.9.9 ### What command did you run? _No response_ ### What does your `.oxlint.json` config file look like? _No response_ ### What...

C-enhancement
good first issue
A-linter
A-editor

This is a optimization only applied in Closure Compiler.

C-enhancement
A-minifier