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

feat(linter): implement no-labels rule

github.com/oxc-project/oxc - AnsonH opened this pull request about 1 month ago
chore(linter): use `assert_eq!` instead of `assert!`

github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
feat(linter): add `curly` rule

github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
feat(minifier): minimize `if(!x) foo()` -> `x || foo()`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(minifier): minimize `if(foo) bar` -> `foo && bar`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(minifier): add `Normalize` ast pass

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(minifier): collapse `var` into for loop initializer

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
Publish oxc_parser_napi to crate.io

github.com/oxc-project/oxc - underfin opened this issue about 1 month ago
linter: Using --fix changes the output

github.com/oxc-project/oxc - craigmiller160 opened this issue about 1 month ago
refactor(minifier): cleanup peephole_minimize_conditions

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

github.com/oxc-project/oxc - oxc-bot opened this pull request about 1 month ago
fix(minifier): constant fold strings with tab char

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify string with backtick when needed

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
How should I delete a node?

github.com/oxc-project/oxc - JasithC opened this issue about 1 month ago
feat(codegen): minify more whitespace

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify `class{static[computed]}`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
The scopes of traverse_mut are empty.

github.com/oxc-project/oxc - anguish-huihuang opened this issue about 1 month ago
feat(codegen): minify `for (_ of [])` -> `for(_ of[])`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify `case "foo"` -> `case"foo"`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify `yield "s"` -> `yield"s"`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify class method `async*fn(){}`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify arrow expr `(x) => y` -> `x => y`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): `new Foo()` -> `new Foo` when minify

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify numbers with large exponents

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(parser): disallow type parameters on class constructors

github.com/oxc-project/oxc - srijan-paul opened this pull request about 1 month ago
How to get child nodes

github.com/oxc-project/oxc - ityuany opened this issue about 1 month ago
feat(linter): move `import/named` to nursery

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(napi/parser): add `crate-type: "lib"`

github.com/oxc-project/oxc - underfin opened this pull request about 1 month ago
feat(prettier): Print directive

github.com/oxc-project/oxc - leaysgur opened this pull request about 1 month ago
[Feature Request] WASM build for non-js environment

github.com/oxc-project/oxc - VanillaMaster opened this issue about 1 month ago
feat(minifier): fold `foo === undefined || foo === null`

github.com/oxc-project/oxc - sapphi-red opened this pull request about 1 month ago
refactor(minifier): remove parens must happen on enter

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(minifier): only minify on ast node exit

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(minifier): fuse DCE AST passes

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(minifier): fold statements on exit

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(parser): parse `import source from from 'mod'`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
chore(coverage): bump test262

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

github.com/oxc-project/oxc - oxc-bot opened this pull request about 1 month ago
Implement remaining class transforms

github.com/oxc-project/oxc - overlookmotel opened this issue about 1 month ago
test(transformer/nullish-coalescing): failing test

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(transformer/class-properties): unwrap parenthesised expressions

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
feat(ast): add `Expression::into_inner_expression`

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
perf(semantic): allocate child scope in allocator

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(ast): implement `allocator_api2` for `Allocator`

github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(syntax): add `SymbolId::new` method

github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(binder): bind symbol for declare function

github.com/oxc-project/oxc - ShuiRuTian opened this pull request about 1 month ago
fix(binder): bind declare class

github.com/oxc-project/oxc - ShuiRuTian 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
refactor(linter): rename `flat.rs` to `config.rs`

github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
refactor(linter): remove unused `set_rules` method

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