oxc
oxc copied to clipboard
⚓ A collection of JavaScript tools written in Rust.
> [!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...
part of https://github.com/oxc-project/oxc/issues/492 Rule Detail: [link](https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/valid-expect-in-promise.ts) The last recommend rules of eslint-plugin-jest. But there're still many test cases to fix.
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 ...
Very rough POC for #2409. Nowhere near ready to merge. Mostly works. JS AST for `checker.ts` via "raw" transfer matches AST produced via current JSON API exactly. ~~Some errors in...
Related: #2296 # Summary This implementation can support matches multiple delimiters (0..256) at once on multiple bytes. For example: On the CPU which supports AVX2 instruction, and we have 10...