Boshen

Results 130 issues of Boshen

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

good first issue
A-linter

> [!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 `@typescript-eslint/eslint-plugin`. There are...

See https://github.com/yowainwright/es-check Usecases: * to test whether `oxc_transformer` is correct * to test whether your bundled app still has some higher ES features. For some apps or websites, they still...

https://github.com/oxc-project/oxc/blob/main/crates/oxc_linter/src/rules/import/no_deprecated.rs First step: Need to mark a function as "deprecated" somewhere ...

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

> [!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

## 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

This is not exhaustive but should cover all 'types' of differences to resolve: * [ ] Part of the AST is still based on the "import assertion" spec and should...

Should be similar to https://github.com/fannheyward/coc-biome

We should serialize our AST to estree, to create less chaos in the JavaScript ecosystem. We need to: - * align the smaller parts to estree by modifying the AST...