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(minifier): minimize `!0 + null !== 1` -> `!0 + null != 1`
github.com/oxc-project/oxc - Boshen opened this pull request 18 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 18 days ago
fix(transformer/arrow-functions): store `super_methods` on a `Stack` to fix nested async methods
github.com/oxc-project/oxc - Dunqing opened this pull request 18 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 18 days ago
docs(linter): automatic search for oxlint config file
github.com/oxc-project/oxc - Sysix opened this pull request 19 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 19 days ago
refactor(linter): split `unicorn/prefer-spread` and `eslint/prefer-spread` into own rules
github.com/oxc-project/oxc - Sysix opened this pull request 19 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 19 days ago
refactor(transformer/arrow-functions): add TODO comments
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
refactor(minifier): clean up `peephole_substitute_alternate_syntax`
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
Not transforming `super` in async arrow function in class static property
github.com/oxc-project/oxc - overlookmotel opened this issue 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this issue 19 days ago
bug(codegen): unicode incorrectly being escaped
github.com/oxc-project/oxc - camc314 opened this issue 19 days ago
github.com/oxc-project/oxc - camc314 opened this issue 19 days ago
refactor(minifier): handle big int values later
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
refactor(transformer/arrow-functions): reduce repeated code
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
perf(transformer/arrow-functions): reduce size of inlined visitor
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
refactor(transformer/arrow-functions): do not inline non-trivial visitor method
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
refactor(transformer/arrow-functions): reorder visitor methods
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
refactor(transformer/arrow-functions): rename lifetime
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
perf(transformer/arrow-functions): use `NonEmptyStack` instead of `Stack`
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
refactor(transformer/arrow-functions): shorten `AstBuilder` call
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 19 days ago
feat(minifier): minimize `x["0"]` -> x[0]
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(minifier): compress `a || (a = b)` to `a ||= b`
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
feat(minifier): compress `a = a + b` to `a += b`
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
feat(minifier): remove `new` from `new Error`/`new Function`/`new RegExp`
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 19 days ago
feat(minifier): minimize `do{}while(true)` -> `do;while(true)`
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(minifier): minimize `(x = 1) === 1` -> `(x = 1) == 1`
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(minifier): minimize empty `try` statement
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(minifier): fold `.toString()`
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(prettier): Print tagged template literal
github.com/oxc-project/oxc - leaysgur opened this pull request 19 days ago
github.com/oxc-project/oxc - leaysgur opened this pull request 19 days ago
refactor(minifier): clean up `peephole_replace_known_methods`
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 19 days ago
feat(minifier): minify sequence expressions
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): minimize double negated binary expressions
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): remove logical nots when arg is a delete expression
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): minify typeof in binary expressions
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): compress typeof addition string
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
perf(span): compare `Span`s as single `u64`s
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
perf(span): hash `Span` as a single `u64`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
perf(span): align `Span` same as `usize`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(span): all methods take owned `Span`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
style(span): reformat code
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
perf(lexer): optimize `Source`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
fix(lexer): `Source` is not `Clone`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(lexer): tighten safety of lexer by always including lifetime on `SourcePosition`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
test(lexer): assert size of `Token` in 32-bit WASM
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(lexer): make `handle_byte` a method of `Lexer`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
style(lexer): reorder imports
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(lexer): replace `#[allow]` with `#[expect]`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(lexer): rename function param
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
test(transformer): remove repeated code from fixtures updating script
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
docs(ast): fix doc comment
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(transformer): elide lifetimes where possible
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(ecmascript): remove unnecessary `use` statement
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(ast)!: no unneccesary trailing underscores on `AstBuilder` method names
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(minifier): move optional catch param to peephole_substitute_alternate_syntax
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
refactor(ast): `AstBuilder` enum builder methods use `alloc_*` methods
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(ast)!: remove `FromIn<Expression> for Statement`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
refactor(transformer/async-to-generator): pass `TraverseCtx` to function not `AstBuilder`
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 20 days ago
fix(minifier): do not fold literals in `-0 != +0`
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
feat(minifier): fold `if(x >> y == 0){}` -> `if(!(x >> y)){}`
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
/lib64/libc.so.6: version `GLIBC_2.18' not found
github.com/oxc-project/oxc - Sunny-117 opened this issue 20 days ago
github.com/oxc-project/oxc - Sunny-117 opened this issue 20 days ago
fix(transformer/typescript): remove type-only `import =` when `only_remove_type_imports` is true
github.com/oxc-project/oxc - Dunqing opened this pull request 20 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 20 days ago
feat(minifier): fold `String()` -> `''`, `Number()` -> `false`
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
refactor(ast): simplify `get_identifier_reference` of `TSType` and `TSTypeName`
github.com/oxc-project/oxc - Dunqing opened this pull request 20 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 20 days ago
feat(minifier): compress property key `{[1]: _}` -> {1: _}
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
chore(linter): add vscode debugger launch config
github.com/oxc-project/oxc - 1zumii opened this pull request 20 days ago
github.com/oxc-project/oxc - 1zumii opened this pull request 20 days ago
feat(minifier): fold `BigInt(1n)` -> `1n`
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 20 days ago
refactor(prettier): Refactor printing statements
github.com/oxc-project/oxc - leaysgur opened this pull request 20 days ago
github.com/oxc-project/oxc - leaysgur opened this pull request 20 days ago
feat(minifier): compress loose equals undefined
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): minify call expressionsto `Number`
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
feat(minifier): flatten spread args in call expressions
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 20 days ago
chore(deps): update crate-ci/typos action to v1.29.4
github.com/oxc-project/oxc - renovate[bot] opened this pull request 21 days ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 21 days ago
linter: oxlint on windows 11 returns nothing
github.com/oxc-project/oxc - ErickDevv opened this issue 21 days ago
github.com/oxc-project/oxc - ErickDevv opened this issue 21 days ago
feat(minifier): remove unused arrow function expressions
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
feat(minifier): improve minimizing unary not expressions
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
fix(minifier): handle arrow fn expressions correctly in `is_in_boolean_context`
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
fix(codegen): print parenthesis on negative bigint lit when neccessary
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
bug(codegen): missing parenthesis on negative bigint literals
github.com/oxc-project/oxc - camc314 opened this issue 21 days ago
github.com/oxc-project/oxc - camc314 opened this issue 21 days ago
feat(minifier): minimize unary expression statements
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
chore(deps): update rust crates
github.com/oxc-project/oxc - renovate[bot] opened this pull request 21 days ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 21 days ago
feat(linter): implement `eslint:prefer-promise-reject-errors`
github.com/oxc-project/oxc - tbashiyy opened this pull request 21 days ago
github.com/oxc-project/oxc - tbashiyy opened this pull request 21 days ago
feat(minifier): compress more property keys
github.com/oxc-project/oxc - Boshen opened this pull request 21 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 21 days ago
feat(minifier): improve constant evaluation
github.com/oxc-project/oxc - Boshen opened this pull request 21 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 21 days ago
feat(minifier): improve minimizing conditional expressions
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
test(minifier): enable some passing tests
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 21 days ago
refactor(ast): remove unsound `AstBuilder::copy`
github.com/oxc-project/oxc - Sysix opened this pull request 22 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 22 days ago
feat(minifier): constant fold `String.fromCharCode`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): minimize `~undefined`, `~null`, `~true`, `~false`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): constant fold `'x'.toString()` and `true.toString()`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): minimize `Number` constructor
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): minsize `!!!foo ? bar : baz` -> `foo ? baz : bar`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
chore(minifier): disable `RemoveUnusedCode`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
fix(minifier): fix panic in `peephole_minimize_conditions`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(mininifier): minimize variants of `a instanceof b == true`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): always put literals on the rhs of equal op `1==x` => `x==1`
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
refactor(minifier): improve constant fold numbers
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 22 days ago
feat(minifier): improve minimizing conditionals
github.com/oxc-project/oxc - camc314 opened this pull request 23 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 23 days ago
linter: no-redeclare false positives when variable and type have same name
github.com/oxc-project/oxc - EYHN opened this issue 23 days ago
github.com/oxc-project/oxc - EYHN opened this issue 23 days ago
linter: no-unused-vars false positives when variable and type have same name
github.com/oxc-project/oxc - EYHN opened this issue 23 days ago
github.com/oxc-project/oxc - EYHN opened this issue 23 days ago
feat(minifier): restore conditional minification and fix edge case
github.com/oxc-project/oxc - camc314 opened this pull request 23 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 23 days ago
feat(minifier): remove last redundant `return` statement
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago
fix(minifier): fix incorrect return value for `(x ? true : y)`
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago
refactor(minifier): move `foo ? bar : foo` to `MinimizeConditiosn`
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 23 days ago