Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oxc

A collection of JavaScript tools written in Rust.
Collective - Host: opensource - https://opencollective.com/oxc - Code: https://github.com/oxc-project/oxc

transformer: helper library

github.com/oxc-project/oxc - Boshen opened this issue 6 months ago
feat(oxlint): implement `--print-config` cli option

github.com/oxc-project/oxc - nicksrandall opened this pull request 6 months ago
perf(linter): start using Set in lint rules

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
Provide compile errors from `#[ast]` macro

github.com/oxc-project/oxc - overlookmotel opened this issue 6 months ago
perf(linter): add Set

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
☂️ eslint-plugin-vitest

github.com/oxc-project/oxc - Boshen opened this issue 6 months ago
☂️ eslint-plugin-promise

github.com/oxc-project/oxc - Boshen opened this issue 6 months ago
perf(codegen): split line offsets table into 2 parts

github.com/oxc-project/oxc - overlookmotel opened this pull request 6 months ago
Auto load config

github.com/oxc-project/oxc - Akkuma opened this issue 6 months ago
[WIP] refactor(parser): reduce lexer branching

github.com/oxc-project/oxc - lucab opened this pull request 6 months ago
(poc) perf(linter): shrink size of `LintContext`

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
Testing deterministic benchmarks

github.com/oxc-project/oxc - overlookmotel opened this pull request 6 months ago
ci: use deterministic allocator for benchmarks

github.com/oxc-project/oxc - overlookmotel opened this pull request 6 months ago
perf(semantic)!: remove `SymbolTable::spans` field

github.com/oxc-project/oxc - overlookmotel opened this pull request 6 months ago
test(coverage): add Test262 semantic tests

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
test(semantic): add scope tests for IIFEs

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
feat(linter): add no-unused-vars (attempt #3)

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
feat(linter): eslint/no-useless-call

github.com/oxc-project/oxc - poyoho opened this pull request 6 months ago
feat(semantic): add `Symbol`

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
feat(linter): add suggestion for no-console

github.com/oxc-project/oxc - DonIsaac opened this pull request 6 months ago
feat(linter): eslint/no-else-return

github.com/oxc-project/oxc - poyoho opened this pull request 6 months ago
AST transfer milestone 1

github.com/oxc-project/oxc - overlookmotel opened this issue 6 months ago
Implement most of the Eslint plugin promise

github.com/oxc-project/oxc - jelly opened this pull request 7 months ago
linter: rule fixer improvements

github.com/oxc-project/oxc - DonIsaac opened this issue 7 months ago
transformer: improve test suite

github.com/oxc-project/oxc - Boshen opened this issue 7 months ago
transformer: decorators

github.com/oxc-project/oxc - Boshen opened this issue 7 months ago
linter: getter-return false positive

github.com/oxc-project/oxc - Boshen opened this issue 7 months ago
feat(linter): add `constructor-super`.

github.com/oxc-project/oxc - rzvxa opened this pull request 7 months ago
docs: Document control flow graph.

github.com/oxc-project/oxc - rzvxa opened this issue 8 months ago
`JSXIdentifierReference` type

github.com/oxc-project/oxc - overlookmotel opened this issue 8 months ago
AST template macros

github.com/oxc-project/oxc - overlookmotel opened this issue 8 months ago
`AstBuilder::copy` is unsound

github.com/oxc-project/oxc - overlookmotel opened this issue 8 months ago
Codegen `PartialEq` + `Hash` on AST nodes

github.com/oxc-project/oxc - overlookmotel opened this issue 9 months ago
eslint-plugin-regexp

github.com/oxc-project/oxc - Boshen opened this issue 9 months ago
feat(linter): object-shorthand

github.com/oxc-project/oxc - KubaJastrz opened this pull request 9 months ago
linter: finish nextjs plugin

github.com/oxc-project/oxc - Boshen opened this issue 9 months ago
feat(linter): no-useless-assignment

github.com/oxc-project/oxc - Boshen opened this issue 9 months ago
WIP: AST Traverse

github.com/oxc-project/oxc - rzvxa opened this pull request 10 months ago
Improve AST with respect to estree

github.com/oxc-project/oxc - Boshen opened this issue 10 months ago
fix(parser): fix span for JSXEmptyExpression with comment

github.com/oxc-project/oxc - ArnaudBarre opened this pull request 11 months ago
WIP: react-hooks/exhaustive-deps

github.com/oxc-project/oxc - alisnic opened this pull request 11 months ago
linter: no-deprecated

github.com/oxc-project/oxc - Boshen opened this issue 11 months ago
feat(parser): serialize to estree

github.com/oxc-project/oxc - Boshen opened this issue 11 months ago
AST transfer WIP

github.com/oxc-project/oxc - overlookmotel opened this pull request 11 months ago
eslint/constructor-super

github.com/oxc-project/oxc - TzviPM opened this issue 12 months ago
☂️ typescript-eslint

github.com/oxc-project/oxc - Boshen opened this issue about 1 year ago
☂️ eslint-plugin-react-perf

github.com/oxc-project/oxc - DonIsaac opened this issue about 1 year ago
☂️ eslint-plugin-next

github.com/oxc-project/oxc - camc314 opened this issue about 1 year ago
fix(lsp): make the server available in nvim-lspconfig

github.com/oxc-project/oxc - IWANABETHATGUY opened this pull request about 1 year ago
☂️ eslint-plugin-jsdoc

github.com/oxc-project/oxc - camc314 opened this issue about 1 year ago
☂️ eslint-plugin-jsx-a11y

github.com/oxc-project/oxc - Boshen opened this issue about 1 year ago
☂️ eslint-plugin-import

github.com/oxc-project/oxc - Boshen opened this issue about 1 year ago
feat(linter): support unicorn/prefer-query-selector

github.com/oxc-project/oxc - Dunqing opened this pull request over 1 year ago
feat(parser,codegen): print comment

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
☂️ eslint-plugin-react

github.com/oxc-project/oxc - camc314 opened this issue over 1 year ago
New Tool: es-check

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
feat(parser): utf16 spans

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
☂️ eslint-plugin-unicorn

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
feat(linter): eslint/no-useless-backreference

github.com/oxc-project/oxc - DonIsaac opened this issue over 1 year ago
☂️ eslint-plugin-n

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
☂️ eslint-plugin-jest

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
Linter Product Plan and Progress

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago