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

mistaken

github.com/oxc-project/oxc - sapphi-red opened this issue about 1 month ago
fix(mangler): keep exported symbols for `top_level: true`

github.com/oxc-project/oxc - sapphi-red opened this pull request about 1 month ago
docs(transformer): fix comments

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(semantic): reset references flags when resolved

github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
test(transformer): move named test to exports folder

github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
build: add nx

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
docs(transformer): clarify comment

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
docs(transformer/class-properties): clarify doc comments

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(transformer/class-properties): shorten code

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(transformer/class-properties): rename file

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
docs(transformer/class-properties): reformat doc comment

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(minifier): fold bitwise operation

github.com/oxc-project/oxc - sapphi-red opened this pull request about 1 month ago
feat(mangler): mangle top level variables

github.com/oxc-project/oxc - sapphi-red opened this pull request about 1 month ago
refactor(language_server): add capabilities struct

github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
perf(ast): faster `Comment::is_jsdoc`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(linter): create the import/order rule

github.com/oxc-project/oxc - Spoutnik97 opened this pull request about 1 month ago
feat(linter): add the import/no_named_default rule

github.com/oxc-project/oxc - Spoutnik97 opened this pull request about 1 month ago
fix(linter): fix incorrect fixer for `prefer-regexp-test`

github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
build: Monorepo task orchestration

github.com/oxc-project/oxc - Boshen opened this issue about 1 month ago
fix(tools): `just submodules` update transformer test fixtures

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
test(transformer): make update fixtures script `.mjs`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(linter): add the no_identical_title rule for vitest

github.com/oxc-project/oxc - Spoutnik97 opened this pull request about 1 month ago
refactor(transformer): improve encapsulation of transforms

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(semantic): import flags and ID types from `oxc_syntax`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(semantic): re-export all flags and ID types

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
style(ast_tools): reformat macro

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(global): sort imports

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
style(data_structures): add line break

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
style(rust): `cargo +nightly fmt`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
release(oxlint): v0.15.2

github.com/oxc-project/oxc - oxc-bot opened this pull request about 1 month ago
test(transformer): skip test which uses filesystem under miri

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
test(transformer): prevent lint error when running miri

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(traverse): add `TraverseScoping::rename_symbol` method

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(semantic): `SymbolTable::set_name` return old name

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(semantic)!: remove `SymbolTable::rename` method

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
style(wasm): re-order imports

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
Release v0.15.1 failed

github.com/oxc-project/oxc - suzuki-shunsuke opened this issue about 1 month ago
feat(ast): add `AstBuilder::vec_convert`

github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
refactor(transformer/class-properties): reduce visibility of method

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
perf(codegen): improve printing of statement comments

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(transformer/class-properties): re-use existing `Vec`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(transformer): use `Expression::is_super`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
test(transformer/replace-global-defines): remove panicking test

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
ci: fix more zizmor warnings

github.com/oxc-project/oxc - Boshen opened this pull request about 2 months ago
fix(transformer/class-properties): create temp vars in correct scope

github.com/oxc-project/oxc - overlookmotel opened this pull request about 2 months ago
ci: add zizmor for github actions security

github.com/oxc-project/oxc - Sysix opened this pull request about 2 months ago
refactor(ast)!: `span` field must be the first element

github.com/oxc-project/oxc - Boshen opened this pull request about 2 months ago
perf(codegen): faster writing indentation

github.com/oxc-project/oxc - overlookmotel opened this pull request about 2 months ago
chore: bump dprint plugins

github.com/oxc-project/oxc - Boshen opened this pull request about 2 months ago
linter: some parsing errors in 0.15.0

github.com/oxc-project/oxc - pumano opened this issue about 2 months ago
feat(ast): add `visit_span` to `Visit` and `VisitMut`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 2 months ago
codegen: perf regression from comment handling

github.com/oxc-project/oxc - Boshen opened this issue about 2 months ago
fix(transformer): remove span of define value

github.com/oxc-project/oxc - hi-ogawa opened this pull request about 2 months ago