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
github.com/oxc-project/oxc - AnsonH opened this pull request about 1 month ago
feat(minifier): minimize `if (x) return; return 1` -> `return x ? void 0 : 1`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
chore(tasks): use `assert_eq!` instead of `assert!` (`tasks/minsize/src/lib.rs`)
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
chore(semantic): use `assert_eq!` instead of `assert!` (`crates/oxc_semantic/src/scope.rs`)
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
chore(semantic): use `assert_eq!` instead of `assert!` (`crates/oxc_semantic/src/lib.rs`)
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
chore(ast): use `assert_eq!` instead of `assert!` (`crates/oxc_ast/src/generated/assert_layouts.rs`)
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
chore(ast): use `assert_eq!` instead of `assert!` (`crates/oxc_ast/src/lib.rs`)
github.com/oxc-project/oxc - baseballyama opened this pull request about 1 month ago
github.com/oxc-project/oxc - baseballyama 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
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
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
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
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
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
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
github.com/oxc-project/oxc - underfin opened this issue about 1 month ago
feat(transformer/class-properties): transform static private method invoking
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
feat(transformer/class-properties): insert statements after statement of class expression
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
linter: Using --fix changes the output
github.com/oxc-project/oxc - craigmiller160 opened this issue about 1 month ago
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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(linter): rule `no-restricted-imports`: improve diagnostics
github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
feat(minifier): `typeof foo === 'number'` => `typeof foo == 'number'`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(minifier): clean up `peephole_substitute_alternate_syntax.rs`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
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
github.com/oxc-project/oxc - oxc-bot opened this pull request about 1 month ago
feat(span): implement source type `{file basename}.d.{extension}.ts`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(codegen): disallow template literals in object property key
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(codegen): add `print_quoted_utf16` and `print_unquoted_utf16` methods
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(transformer/class-properties): transform super expressions and identifiers that refers to class binding in private method
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
refactor(transformer/class-properties): share `replace_class_name_with_temp_var` in class_properties
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
refactor(transformer/class-properties): remove all `*_if_super` methods in `static_block_and_prop_init`
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
refactor(transformer/class-properties): move `supers` to `super_converter`
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
feat(transformer/class-properties): transform private field expression which invokes private method
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
feat(transformer/class-properties): transform callee which invokes private method
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
feat(transformer/class-properties): transform private methods
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
chore(transformer): enable Babel's private-methods plugin tests
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
github.com/oxc-project/oxc - Dunqing opened this pull request about 1 month ago
fix(ast)!: add missing `AssignmentTargetProperty::computed`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen 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
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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(linter): false positive in `typescript/ban-tslint-comment`
github.com/oxc-project/oxc - shulaoda opened this pull request about 1 month ago
github.com/oxc-project/oxc - shulaoda opened this pull request about 1 month ago
feat(codegen): minify `export { 's' as 's' }` -> `export { 's' }`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(minifier): only constant fold numbers when result is smaller
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
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
github.com/oxc-project/oxc - JasithC opened this issue about 1 month ago
Panic `byte index 19 is not a char boundary` in `crates/oxc_linter/src/fixer/mod.rs`
github.com/oxc-project/oxc - qarmin opened this issue about 1 month ago
github.com/oxc-project/oxc - qarmin 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
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
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
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
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
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
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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(semantic): report errors for missing class method impls
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
fix(parser): report syntax errors for missing constructor implementations
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
feat(codege): minify whitespace in object getter / setter
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
feat(codegen): minify `const [foo] = bar` -> `const[foo]=bar`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
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
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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(linter): rule `no-restricted-imports` support missing options
github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
feat(minifier): constant fold `undefined?.bar` -> `undefined`
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
The regression at rolldown https://github.com/rolldown/rolldown/pull/3197
github.com/oxc-project/oxc - underfin opened this issue about 1 month ago
github.com/oxc-project/oxc - underfin opened this issue about 1 month ago
feat(codegen): balance string quotes when minify whitespace
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
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
github.com/oxc-project/oxc - srijan-paul opened this pull request about 1 month ago
feat(transformer): remove typescript symbols after transform
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request 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
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
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
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
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
github.com/oxc-project/oxc - sapphi-red opened this pull request about 1 month ago
refactor(linter): read `exported_bindings_from_star_export` lazily
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(linter): use `RwLock<FxHashMap>` instead of `FxDashMap` for module record data
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen 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
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
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
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
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
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
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
github.com/oxc-project/oxc - oxc-bot opened this pull request about 1 month ago
fix(transformer/nullish-coalescing): use correct scope id for binding
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
github.com/oxc-project/oxc - camc314 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
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
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(linter): rule: `no-restricted-imports` support option `patterns` with `group` key
github.com/oxc-project/oxc - Sysix opened this pull request about 1 month ago
github.com/oxc-project/oxc - Sysix 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
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
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(transformer/class-properties): correctly resolve private fields pointing to private accessors
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
perf(semantic): allocate `UnresolvedReferences` in allocator
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
github.com/oxc-project/oxc - Boshen 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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
refactor(transformer/class-properties): do not recreate private field if not transforming it
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel 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
github.com/oxc-project/oxc - Boshen opened this pull request about 1 month ago
fix(transformer/class-properties): correctly resolve private fields pointing to private methods
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel 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
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(transformer/class-properties): do not take mut ref when immut ref will do
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
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
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
github.com/oxc-project/oxc - ShuiRuTian opened this pull request about 1 month ago
linter: Error in ctx.scopes().get_parent_id(ctx.current_scope_id()).unwrap()
github.com/oxc-project/oxc - JasithC opened this issue about 1 month ago
github.com/oxc-project/oxc - JasithC opened this issue about 1 month ago
refactor(transformer/class-properties): rename file
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
fix(transformer/class-properties): replace `this` and class name in static blocks
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
refactor(linter): refactor `LintBuilder` to prep for nested configs
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
github.com/oxc-project/oxc - camc314 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
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
refactor(linter): simplify `ConfigStore` to prep for nested configs
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago
refactor(traverse)!: rename `Ancestor::is_via_*` methods to `is_parent_of_*`
github.com/oxc-project/oxc - overlookmotel opened this pull request about 1 month ago
github.com/oxc-project/oxc - overlookmotel 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
github.com/oxc-project/oxc - camc314 opened this pull request about 1 month ago