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
tasks(coverage): handle TypeScript `declaration` header correctly
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
chore: test performance regression for `optional_catch_binding`
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
transformer: insane performance regression from `generated_uid`
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
regular expression: incorrect detection of unnecessary escaped characters in character class
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
fix(transformer): RegExp transform don't transform all RegExps
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(linter): reduce nested if statements in eslint/no_this_before_super
github.com/oxc-project/oxc - IWANABETHATGUY opened this pull request 5 months ago
github.com/oxc-project/oxc - IWANABETHATGUY opened this pull request 5 months ago
perf(transformer): store needed options only on `RegExp`
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
perf(transformer): pre-calculate if unsupported patterns in RegExp transform
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
perf(transformer): pre-calculate unsupported flags in RegExp transform
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
chore(linter/react_perf): improve docs for react_perf rules
github.com/oxc-project/oxc - shulaoda opened this pull request 5 months ago
github.com/oxc-project/oxc - shulaoda opened this pull request 5 months ago
refactor(semantic)!: remove `SymbolTable::get_symbol_id_from_name` and `SymbolTable::get_scope_id_from_name`
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
docs(linter): update docs `Example` for linter rules
github.com/oxc-project/oxc - heygsc opened this pull request 5 months ago
github.com/oxc-project/oxc - heygsc opened this pull request 5 months ago
docs(span): update docs about `ContentEq` `Vec` comparison speed
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(span): use `Hasher` from `std`
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(transformer/react): move all entry points to implementation of Traverse trait
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(ast)!: add `ThisExpression` variants to `JSXElementName` and `JSXMemberExpressionObject` (#5466)
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
fix(linter): Don't mark binding rest elements as unused in TS function overloads
github.com/oxc-project/oxc - camchenry opened this pull request 5 months ago
github.com/oxc-project/oxc - camchenry opened this pull request 5 months ago
fix(regex): panic on displaying surrogated `UnicodeEscape` characters.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
refactor(ast): simplify `ContentEq` trait definition.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
fix(linter/tree-shaking): detect the correct export symbol resolution
github.com/oxc-project/oxc - mysteryven opened this pull request 5 months ago
github.com/oxc-project/oxc - mysteryven opened this pull request 5 months ago
feat(ast)!: add `ThisExpression` variants to `JSXElementName` and `JSXMemberExpressionObject`
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(transformer): do not reallocate `Atom` in JSX transform
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(ast): renumber `JSXMemberExpressionObject` discriminants
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
feat(semantic): check for initializers in ambient `VariableDeclaration`s
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
refactor(ast, ast_tools): use full method path for generated derives trait calls.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
feat(semantic): check for non-declared, non-abstract object accessors without bodies
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
feat(semantic): check for non-declared, non-abstract class accessors without bodies
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
feat(semantic): check for parameter properties in constructor overloads
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
github.com/oxc-project/oxc - DonIsaac opened this pull request 5 months ago
Update rule description to the latest template
github.com/oxc-project/oxc - jelly opened this issue 5 months ago
github.com/oxc-project/oxc - jelly opened this issue 5 months ago
Transformer performing extremely badly on cal.com benchmark
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
semantic!: Remove `SymbolTable::get_symbol_id_from_name` and `SymbolTable::get_scope_id_from_name`
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
Incorrect symbol resolution in `tree_shaking/no_side_effects_in_initialization`?
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
Allow setting cli flags via .oxlintrc.json
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
Sort errors to bottom after warnings always
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
github.com/oxc-project/oxc - Raynos opened this issue 5 months ago
feat(ast): add `ContentHash` trait; remove noop `Hash` implementation from `Span`
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
fix(linter): `tree_shaking/no_side_effects_in_initialization` handle JSX correctly
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(ast): use loop not recursion
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(ast)!: rename `Expression::without_parentheses`
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(ast): use loop instead of recursion
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
fix(linter): `eslint/radix` rule correctly check for unbound symbols
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(linter): simplify `eslint/radix` rule
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
refactor(semantic): change the reference flag to `ReferenceFlags::Type` if it is used within a `TSTypeQuery`
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(linter): implement `eslint/no-invalid-regexp`
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
fix(benchmark): do not measure initialization of transformer options
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
fix(semantic): `IdentifierReference` within `TSPropertySignature` cannot reference type-only import binding
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(parser): add syntax error for hyphen in `JSXMemberExpression` `<Foo.bar-baz />`
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
feat(minifier): remove parenthesized expression for dce
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
feat(codegen): print `type_parameters` in `TaggedTemplateExpression`
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
`ExportSpecifier::local` should be an `IdentifierReference`
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this issue 5 months ago
semantic: imported type is used but a warning message appears
github.com/oxc-project/oxc - btea opened this issue 5 months ago
github.com/oxc-project/oxc - btea opened this issue 5 months ago
Panic `byte index 18 is out of bounds of` in `crates/oxc_span/src/span/mod.rs`
github.com/oxc-project/oxc - qarmin opened this issue 5 months ago
github.com/oxc-project/oxc - qarmin opened this issue 5 months ago
chore: bundle wasm with different flag
github.com/oxc-project/oxc - IWANABETHATGUY opened this pull request 5 months ago
github.com/oxc-project/oxc - IWANABETHATGUY opened this pull request 5 months ago
fix(ast, codegen, linter): panics in fixers.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
feat(linter/eslint): implement `sort-vars` rule
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
refactor(regular_expression): correct typo
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
chore(linter/vitest): improve docs for vitest rules
github.com/oxc-project/oxc - shulaoda opened this pull request 5 months ago
github.com/oxc-project/oxc - shulaoda opened this pull request 5 months ago
feat(ast): add `ContentEq` trait.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
refactor(transformer/typescript): move all entry points to implementation of Traverse trait
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(linter/react): Implement `no-danger-with-children` rule
github.com/oxc-project/oxc - camchenry opened this pull request 5 months ago
github.com/oxc-project/oxc - camchenry opened this pull request 5 months ago
refactor(linter): use "parsed pattern" in `no_div_regex` rule.
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
github.com/oxc-project/oxc - rzvxa opened this pull request 5 months ago
Migrate regex linter rules to use parsed patterns
github.com/oxc-project/oxc - rzvxa opened this issue 5 months ago
github.com/oxc-project/oxc - rzvxa opened this issue 5 months ago
feat(linter/react): implement `self-closing-comp`
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
fix(transformer): do not create double reference in JSX transform
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
github.com/oxc-project/oxc - overlookmotel opened this pull request 5 months ago
fix(transformer/nullish-coalescing-operator): incorrect reference flags
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
linter: `no-unused-vars` false positive w/TS overload
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
linter: `no-useless-spread` auto-fix is unsafe
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
perf(linter/react): add should_run conditions for react rules
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
npx oxlint -c .oxlintrc.json not working
github.com/oxc-project/oxc - RabbitShare opened this issue 5 months ago
github.com/oxc-project/oxc - RabbitShare opened this issue 5 months ago
feat(transformer/typescript): support `rewrite_import_extensions` option
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(napi/transform)!: align output API `sourceText` -> `code` with babel
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
transformer: align API with babel
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
transform: preserve comments in DTS output
github.com/oxc-project/oxc - lukeed opened this issue 5 months ago
github.com/oxc-project/oxc - lukeed opened this issue 5 months ago
transform: remove ".ts" extension in output
github.com/oxc-project/oxc - lukeed opened this issue 5 months ago
github.com/oxc-project/oxc - lukeed opened this issue 5 months ago
chore(prettier): Update conformance tests to Prettier v3.3.3
github.com/oxc-project/oxc - leaysgur opened this pull request 5 months ago
github.com/oxc-project/oxc - leaysgur opened this pull request 5 months ago
chore(deps): update vscode npm packages
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
chore(deps): update npm packages
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
`no-unused-vars` false positive
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
github.com/oxc-project/oxc - eventualbuddha opened this issue 5 months ago
perf(minifier): return whether AST is changed
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
feat(linter/import): add no-dynamic-require rule
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
github.com/oxc-project/oxc - jelly opened this pull request 5 months ago
chore: bump node to v22.7.0
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
feat(transformer): support all /regex/ to `new RegExp` transforms
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
github.com/oxc-project/oxc - Dunqing opened this pull request 5 months ago
feat(span): add `CompactStr::to_compact_string` method
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
chore(deps): update crate-ci/typos action to v1.24.3
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 5 months ago
ci: autofix formatting relates jobs
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
github.com/oxc-project/oxc - Boshen opened this pull request 5 months ago
transformer: re-walk transformed nodes in `exit_*` methods
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
Failed to start the project following the documentation
github.com/oxc-project/oxc - Lmmmmmm-bb opened this issue 5 months ago
github.com/oxc-project/oxc - Lmmmmmm-bb opened this issue 5 months ago
feat(linter/oxc): add fixer for `double-comparisons`
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
feat(linter/oxc): add fixer for `erasing-op`
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
refactor(linter/oxc): update rule docs for `erasing-op`
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
feat(linter/oxc): differentiate between array/object in `no-accumulating-spread` loop diagnostic
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
refactor(linter/oxc): improve diagnostic for `no-accumulating-spread` in loops
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
refactor(linter/oxc): improve code comment for `no-accumulating-spread`
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
refactor(linter/jest): fix indentation in code comment
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago
github.com/oxc-project/oxc - camc314 opened this pull request 5 months ago