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

ast: directive-prologue

github.com/oxc-project/oxc - Boshen opened this issue 24 days ago
release(oxlint): v0.15.5

github.com/oxc-project/oxc - oxc-bot opened this pull request 24 days ago
feat(minifier): add `ConvertToDottedProperties`

github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
feat(minifier): add `RemoveUnusedCode`

github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
feat(minifier): minimize logical exprs

github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): reverse negated conditional exprs

github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
test(linter): fix some oxlint tests on windows

github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
Some issues following ctx.ast.move_expression

github.com/oxc-project/oxc - anguish-huihuang opened this issue 26 days ago
feat(minifier): improve `StatementFusion`

github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
feat(minifier): change `NaN` to `f64::NAN`

github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
release(oxlint): v0.15.4

github.com/oxc-project/oxc - oxc-bot opened this pull request 27 days ago
No `SymbolId` for function overloads

github.com/oxc-project/oxc - mxsdev opened this issue 27 days ago
chore(deps): update rust crates

github.com/oxc-project/oxc - renovate[bot] opened this pull request 27 days ago
refactor(minifier): fuse ast passes

github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
feat(linter): implement eslint/no-extra-label

github.com/oxc-project/oxc - AnsonH opened this pull request 28 days ago
feat(minfier): add `CompressOptions::target`

github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
fix(minifier): minify string `PropertyKey`

github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): change `foo?.['bar']` to `foo?.bar`

github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): remove unnecessary "use strict"

github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): fold `string.length` / `array.length`

github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat: Add Svelte and Vue parsers to oxc

github.com/oxc-project/oxc - baseballyama opened this issue 28 days ago
feat(minifier): change `foo['bar']` -> foo.bar

github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
feat(minifier): minimize computed property access

github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
feat(linter): implement eslint/no-multi-assign

github.com/oxc-project/oxc - AnsonH opened this pull request 29 days ago
feat(linter): implement `vars-on-top` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
feat(linter): implement `prefer-rest-params` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
feat(minifier): remove unnecessary "use strict"

github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
perf(parser): reduce `Token` size to 8 bytes from 16

github.com/oxc-project/oxc - branchseer opened this pull request 29 days ago
feat(linter): add `no-octal-escape` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(linter): implement `no-nested-ternary` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(linter): implement `no-negated-condition` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(minifier): minify string `PropertyKey`

github.com/oxc-project/oxc - Boshen opened this pull request 30 days ago
feat(linter): add rule `eslint/new-cap`

github.com/oxc-project/oxc - Sysix opened this pull request 30 days ago
feat(linter): implement `no-lone-blocks` rule

github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(minifier): fold `string.length` / `array.length`

github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
feat(minifier): constant fold `instanceof`

github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
refactor(minifier): clean up `try_optimize_block`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(semantic): add `get_node_by_span` function

github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
feat(minifier): minimize `a + 'b' + 'c'` -> `a + 'bc'`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago