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

release(crates): v0.45.0

github.com/oxc-project/oxc - oxc-bot opened this pull request 14 days ago
refactor(ast)!: `oxc_ast` do not export `BigUint`

github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
refactor(data_structures): remove `NonNull` shim

github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
feat(minifier): fold `ambiguous if else`

github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
fix(minifier): `+0n` produces `TypeError`

github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
chore(deps): update github-actions

github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
chore(rust): update clippy rules

github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
docs(minifier): clarify assumptions for compressor

github.com/oxc-project/oxc - sapphi-red opened this pull request 15 days ago
style(transformer/private-methods): move comments

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
docs(transformer/private-methods): amend comments

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
style(transformer/private-methods): rename var

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
feat(ast): add `AstBuilder::move_class_element` method

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
chore(deps): bump MSRV to 1.79

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
test(transformer/arrow-functions): add decorators to test

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
refactor(transformer/class-properties): TODO comments

github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
chore(deps): update dependency rust to v1.84.0

github.com/oxc-project/oxc - renovate[bot] opened this pull request 15 days ago
refactor(linter): remove glob for windows

github.com/oxc-project/oxc - Sysix opened this pull request 16 days ago
feat(allocator): implement `IntoIterator` for `&mut Vec`

github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(allocator): fix lifetimes on `IntoIterator` for `Vec`

github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
refactor(transformer/arrow-functions): reorder assertions

github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
Suggested changes to arrow functions transform

github.com/oxc-project/oxc - overlookmotel opened this issue 16 days ago
fix(minifier): do not fold object comparisons

github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
napi/parser: expose dynamic import

github.com/oxc-project/oxc - Boshen opened this issue 16 days ago
feat(minifier): compress `x = x || 1` to `x ||= 1`

github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
refactor(transformer/private-methods): TODO comments

github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
oxc extension for zed not working

github.com/oxc-project/oxc - GS-Jatt opened this issue 16 days ago
docs(data_structures): improve docs for stack types

github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
feat(minifier): `a != null ? a : b` -> `a ?? b`

github.com/oxc-project/oxc - camc314 opened this pull request 16 days ago
Incorrect data in `SymbolTable` for TS enums

github.com/oxc-project/oxc - overlookmotel opened this issue 17 days ago
refactor(minifier): clean up

github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
feat(minifier): compress `new Array(2)` -> `[,,]`

github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
feat(minifier): compress `new Array(7n)` -> `[7n]`

github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
feat(minifier): remove empty IIFE

github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago