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
fix(transformer/arrow-functions): transform `this` and `super` incorrectly in async arrow function
github.com/oxc-project/oxc - Dunqing opened this pull request 14 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 14 days ago
fix(minifier): dce if statement should keep side effects and vars
github.com/oxc-project/oxc - Boshen opened this pull request 14 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 14 days ago
feat(minifier): drop `0` from `new Int8Array(0)` and other TypedArrays
github.com/oxc-project/oxc - sapphi-red opened this pull request 14 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 14 days ago
feat(minifier): remove `new` from NativeErrors / `AggregateError`
github.com/oxc-project/oxc - sapphi-red opened this pull request 14 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 14 days ago
feat(minifier): minimize not `!(x === undefined)` -> `x !== undefined`
github.com/oxc-project/oxc - Boshen opened this pull request 14 days ago
github.com/oxc-project/oxc - Boshen 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
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
refactor(ast_tools): derives for `ContentEq` and `ContentHash` use same ignore list
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
fix(ast): fix `ContentEq` and `ContentHash` impls for literal types
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
refactor(ast): rearrange impls for literal types in same order as they are defined
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
fix(minifier): rotate associative operators to make it more idempotent
github.com/oxc-project/oxc - camc314 opened this pull request 14 days ago
github.com/oxc-project/oxc - camc314 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
github.com/oxc-project/oxc - overlookmotel opened this pull request 14 days ago
lint: stylish reporter to match ESLint stylish formatter
github.com/oxc-project/oxc - shellscape opened this issue 14 days ago
github.com/oxc-project/oxc - shellscape opened this issue 14 days ago
feat(minifier): remove `if(false){}` in a single pass
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
fix(minifier): correctly set `self.changed` when minimizing if stmts
github.com/oxc-project/oxc - camc314 opened this pull request 15 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 15 days ago
fix(minifier): `!!x` is not idempotent in `RemoveDeadCode`
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
chore(minifier): add oxc_minifier/examples/dce.rs
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
feat(ast_tools): ignore `raw` field of `NumericLiteral` and `StringLiteral` in `ContentEq`
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
fix(minifier): do not minify `Object.defineProperty` in sequence expressions
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
feat(minifier): fold `ambiguous if else`
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
Support autofix dangerous fixies/suggestions with vscode plugin
github.com/oxc-project/oxc - pengx17 opened this issue 15 days ago
github.com/oxc-project/oxc - pengx17 opened this issue 15 days ago
refactor(minifier): change minimize conditionals into a loop
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
refactor(prettier): Verify current implementation with refactoring
github.com/oxc-project/oxc - leaysgur opened this pull request 15 days ago
github.com/oxc-project/oxc - leaysgur opened this pull request 15 days ago
refactor(minifier): remove the buggy `??` transform
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
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
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
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
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
build(rust): `incompatible-rust-versions = "fallback"` + `cargo update`
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
fix(minifier): `a in b` has error throwing side effect
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
fix(minifier): cannot transform property key `#constructor`
github.com/oxc-project/oxc - Boshen opened this pull request 15 days ago
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
github.com/oxc-project/oxc - sapphi-red opened this pull request 15 days ago
minifier: should not remove `undefined` from `return` inside async generators
github.com/oxc-project/oxc - sapphi-red opened this issue 15 days ago
github.com/oxc-project/oxc - sapphi-red opened this issue 15 days ago
Simplify treatment of getter/setter bindings in private properties transform
github.com/oxc-project/oxc - overlookmotel opened this issue 15 days ago
github.com/oxc-project/oxc - overlookmotel opened this issue 15 days ago
Enable class properties transform if private methods or private-field-in transform enabled
github.com/oxc-project/oxc - overlookmotel opened this issue 15 days ago
github.com/oxc-project/oxc - overlookmotel opened this issue 15 days ago
refactor(transformer/private-methods): remove unnecessary clone
github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
github.com/oxc-project/oxc - overlookmotel 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
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
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
github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
perf(transformer/private-methods): avoid moving `Function` out of arena and back in again
github.com/oxc-project/oxc - overlookmotel opened this pull request 15 days ago
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
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
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
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
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
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
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
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
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
test(transformer/async-to-generator): failing test for async arrow function in class static block
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
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
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
github.com/oxc-project/oxc - overlookmotel opened this issue 16 days ago
TS transform: `TSImportEqualsDeclaration` in namespace is not transformed
github.com/oxc-project/oxc - overlookmotel opened this issue 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this issue 16 days ago
perf(transformer/arrow-function): stop traversal at function as super() can't appear in a nested function
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
fix(transformer/arrow-functions): outer `super()` in nested class
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
feat(minifier): minimize conditions in boolean context
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
refactor(minifier): change ast passes order, `!in_fixed_loop` happen last
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
refactor(prettier): Make `hardline!` to return `Doc`
github.com/oxc-project/oxc - leaysgur opened this pull request 16 days ago
github.com/oxc-project/oxc - leaysgur opened this pull request 16 days ago
fix(minifier): `instanceof` has error throwing side effect
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
refactor(semantic): check super usage based on scope
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
fix(semantic): report error for super property appearing in function body
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 16 days ago
fix(minifier): do not fold object comparisons
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
fix(codegen): fix incorrect minified `return 1n` output
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
fix(minifier): computed property key `prototype` cannot be changed
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
semantics: references created by direct eval in non-strict mode is not respected
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
fix(minifier): do not remove shadowned `undefined` in return statement
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 16 days ago
minifier: drops shadowed `undefined` in `return`
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
napi/parser: expose dynamic import
github.com/oxc-project/oxc - Boshen opened this issue 16 days ago
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
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
feat(minifier): compress `a.b = a.b + c` to `a.b += c`
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
feat(minifier): compress `a.b || (a.b = c)` to `a.b ||= c`
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
semantics: scopes for `with` statements are not created (Object Environment Record)
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this issue 16 days ago
refactor(transformer/private-methods): simplify finding parent statement of class expression
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel 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
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(transformer/private-methods): fix panic if instance private accessor in class
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(transformer/private-methods): create brand binding `var` in hoist scope
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(transformer/private-methods): no temp var for class when unused private methods
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
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
github.com/oxc-project/oxc - GS-Jatt opened this issue 16 days ago
chore(tasks/coverage): fix test262 cases to run on windows
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 16 days ago
refactor(transformer/class-properties): simplify determining if class is declaration
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
docs(data_structures): improve docs for stack types
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(transformer/typescript): create `Reference` for `require`
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
fix(transformer/typescript): create `Reference` for `Infinity`
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 16 days ago
test(linter): use plugin name instead of category for finding rule
github.com/oxc-project/oxc - Sysix opened this pull request 16 days ago
github.com/oxc-project/oxc - Sysix 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
github.com/oxc-project/oxc - camc314 opened this pull request 16 days ago
feat(minifier): port esbuild conditional expr minification
github.com/oxc-project/oxc - camc314 opened this pull request 16 days ago
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
github.com/oxc-project/oxc - overlookmotel opened this issue 17 days ago
refactor(minifier): remove the buggy `minimize_exit_points` implementation
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
fix(codegen): fix white space issue with do statements
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
test(minifier): add anonymous function test case for logical expression to logical assignment compression
github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
refactor(minifier): clean up
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
feat(minifier): merge assign expression in conditional expression
github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
github.com/oxc-project/oxc - sapphi-red 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
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
github.com/oxc-project/oxc - sapphi-red opened this pull request 17 days ago
transformer: tsc vs babel on enum transformation
github.com/oxc-project/oxc - Boshen opened this issue 17 days ago
github.com/oxc-project/oxc - Boshen opened this issue 17 days ago
feat(minifier): remove empty IIFE
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
feat(minifier): fold object spread `({ ...null })` -> `({})`
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
refactor(transformer/arrow-function): create a new ident instead of clone
github.com/oxc-project/oxc - Dunqing opened this pull request 17 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 17 days ago
refactor(prettier): Update tasks/prettier to correctly handle snapshots
github.com/oxc-project/oxc - leaysgur opened this pull request 17 days ago
github.com/oxc-project/oxc - leaysgur opened this pull request 17 days ago
feat(minifier): remove empty if statment `if (test) {}` -> `test`
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
fix(transformer/arrow-functions): do not transform super that inside nested non-async method
github.com/oxc-project/oxc - Dunqing opened this pull request 17 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 17 days ago
feat(minifier): remove label statement with empty body
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 17 days ago