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
refactor(minifier): move all conditional minification logic to minimze_conditions
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
The TSImportEqualsDeclaration is typing is not remove.
github.com/oxc-project/oxc - underfin opened this issue 23 days ago
github.com/oxc-project/oxc - underfin opened this issue 23 days ago
feat(minifier): minimize `foo ? foo : bar` and `foo ? bar : foo`
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
feat(minifier): statement fusion switch cases; improved minimize exit poitns
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
feat(minifier): minimize all variants of `typeof x == 'undefined'`
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
feat(minifier): fold `if(x)return;y` -> `if(!x)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
linter: no-unused-vars reports commented out JSX variables as used when referenced in return statement of a React component
github.com/oxc-project/oxc - taearls opened this issue 24 days ago
github.com/oxc-project/oxc - taearls opened this issue 24 days ago
fix(tasks/lint_rules): sync unicorn rules with eslint rules
github.com/oxc-project/oxc - Sysix opened this pull request 24 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 24 days ago
refactor(linter): remove remapping for plugin name in diagnostics
github.com/oxc-project/oxc - Sysix opened this pull request 24 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 24 days ago
feat(parser): missing initializer in destructuring declaration inside for loop head
github.com/oxc-project/oxc - Boshen opened this pull request 24 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 24 days ago
feat(minifier): optional catch binding when catch param is unused
github.com/oxc-project/oxc - Boshen opened this pull request 24 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 24 days ago
Missing init on destructuring not flagged as syntax error when inside for loop
github.com/oxc-project/oxc - marvinhagemeister opened this issue 24 days ago
github.com/oxc-project/oxc - marvinhagemeister opened this issue 24 days ago
semantic: `is_reference_to_global_variable` doesn't return expected value in specific case.
github.com/oxc-project/oxc - tbashiyy opened this issue 24 days ago
github.com/oxc-project/oxc - tbashiyy opened this issue 24 days ago
feat(linter): implement `eslint:prefer-object-spread`
github.com/oxc-project/oxc - tbashiyy opened this pull request 24 days ago
github.com/oxc-project/oxc - tbashiyy opened this pull request 24 days ago
feat(linter): catch more cases in const-comparisons
github.com/oxc-project/oxc - camc314 opened this pull request 25 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 25 days ago
fix(linter): fix `ignorePattern` config for windows
github.com/oxc-project/oxc - Sysix opened this pull request 25 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 25 days ago
chore(tasks/coverage): do not run minifier in `script` mode
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
feat(minifier): add `ConvertToDottedProperties`
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
fix(minifier): remove incorrect fold `Expression::AssignmentExpression`
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
feat(minifier): add `RemoveUnusedCode`
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 25 days ago
feat(minifier): minimize logical exprs
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): imprve more conditional expr minification with boolean lit
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): imprve conditional expr minification with boolean lit
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): handle conditional expr with boolean lit
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): reverse negated conditional exprs
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
test(linter): fix some oxlint tests on windows
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(minifier): add `MinimizeExitPoints` and ExploitAssigns` boilerplate
github.com/oxc-project/oxc - Boshen opened this pull request 26 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 26 days ago
feat(transformer/class-properties): transform private in expression
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
chore(transformer): enable Babel's private-property-in-property plugin tests
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
feat(transform-conformance): support enabling all class-related plugins when any of them are enabled in update_fixtures
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 26 days ago
fix(minifier): do not constant fold `0 instanceof F`
github.com/oxc-project/oxc - Boshen opened this pull request 26 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 26 days ago
Some issues following ctx.ast.move_expression
github.com/oxc-project/oxc - anguish-huihuang opened this issue 26 days ago
github.com/oxc-project/oxc - anguish-huihuang opened this issue 26 days ago
feat(minifier): try collapse conditional to logical or expr
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 26 days ago
feat(semantic): report errors for missing function implementations
github.com/oxc-project/oxc - camc314 opened this pull request 27 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 27 days ago
feat(linter): add `statement_span` to `ModuleRecord/ImportEntry`
github.com/oxc-project/oxc - Sysix opened this pull request 27 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 27 days ago
feat(minifier): improve `StatementFusion`
github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
fix(parser): allow line breaks between `const` and `enum`
github.com/oxc-project/oxc - branchseer opened this pull request 27 days ago
github.com/oxc-project/oxc - branchseer opened this pull request 27 days ago
fix(transformer): ensure last expression statement in arrow function expression is wrapped in return
github.com/oxc-project/oxc - Dunqing opened this pull request 27 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 27 days ago
feat(minifier): change `NaN` to `f64::NAN`
github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 27 days ago
feat(semantic): allow getting mutable reference to symbols table
github.com/oxc-project/oxc - mxsdev opened this pull request 27 days ago
github.com/oxc-project/oxc - mxsdev opened this pull request 27 days ago
oxlint config file not work on Windows
github.com/oxc-project/oxc - EYHN opened this issue 27 days ago
github.com/oxc-project/oxc - EYHN opened this issue 27 days ago
No `SymbolId` for function overloads
github.com/oxc-project/oxc - mxsdev opened this issue 27 days ago
github.com/oxc-project/oxc - mxsdev opened this issue 27 days ago
chore(deps): update rust crates
github.com/oxc-project/oxc - renovate[bot] opened this pull request 27 days ago
github.com/oxc-project/oxc - renovate[bot] opened this pull request 27 days ago
fix(codegen): source map builder panicked because it attempted to subtract with overflow in `search_original_line_and_column`
github.com/oxc-project/oxc - Dunqing opened this pull request 28 days ago
github.com/oxc-project/oxc - Dunqing opened this pull request 28 days ago
refactor(minifier): fuse ast passes
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
refactor(language_server): simplify IsolatedLintHandler
github.com/oxc-project/oxc - Sysix opened this pull request 28 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 28 days ago
fix(editor/vscode): set minimum supported ver. to `^1.93.0`
github.com/oxc-project/oxc - pashokitsme opened this pull request 28 days ago
github.com/oxc-project/oxc - pashokitsme opened this pull request 28 days ago
feat(linter): implement eslint/no-extra-label
github.com/oxc-project/oxc - AnsonH opened this pull request 28 days ago
github.com/oxc-project/oxc - AnsonH opened this pull request 28 days ago
feat(minifier): optional catch binding when es target >= es2019
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
feat(minfier): add `CompressOptions::target`
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
feat(codegen): print real newline when `\n` is inside template literals
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
fix(minifier): minify string `PropertyKey`
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): change `foo?.['bar']` to `foo?.bar`
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
test(minifier): port tests from ConvertToDottedPropertiesTest
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
fix(minifier): move drop_use_strict_directives_if_function_is_empty to PeepholeRemoveDeadCode
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): remove unnecessary "use strict"
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat(minifier): fold `string.length` / `array.length`
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 28 days ago
feat: Add Svelte and Vue parsers to oxc
github.com/oxc-project/oxc - baseballyama opened this issue 28 days ago
github.com/oxc-project/oxc - baseballyama opened this issue 28 days ago
fix(linter): exclude svelte files from `no_unused_vars` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 28 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 28 days ago
feat(minifier): change `foo['bar']` -> foo.bar
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 28 days ago
fix(linter): disable rule `react/rules-of-hook` by file extension
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
feat(linter): add jsx-a11y/no-noninteractive-tabindex rule
github.com/oxc-project/oxc - taearls opened this pull request 29 days ago
github.com/oxc-project/oxc - taearls opened this pull request 29 days ago
perf(linter): run rules which require typescript syntax only when source type is actually typescript
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
fix(linter): disable `react/rules-of-hooks` for vue and svelte files
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 29 days ago
fix(linter): false positiver in private member expr in oxc/const-comparison
github.com/oxc-project/oxc - camc314 opened this pull request 29 days ago
github.com/oxc-project/oxc - camc314 opened this pull request 29 days ago
bug(linter): false positive in oxc/const-comparisons
github.com/oxc-project/oxc - camc314 opened this issue 29 days ago
github.com/oxc-project/oxc - camc314 opened this issue 29 days ago
feat(minifier): minimize computed property access
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
chore(tasks): print diff for minify idempotency assertion
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
feat(minifier): fold `typeof foo == undefined` into `foo == undefined` when possible
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
feat(minifier): fold `typeof foo != "undefined"` into `typeof foo < "u"`
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
feat(linter): implement eslint/no-multi-assign
github.com/oxc-project/oxc - AnsonH opened this pull request 29 days ago
github.com/oxc-project/oxc - AnsonH opened this pull request 29 days ago
feat(linter): implement `vars-on-top` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
minifier: removes "0"-prefixed octal literals even in strict mode
github.com/oxc-project/oxc - sapphi-red opened this issue 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this issue 29 days ago
feat(linter): implement `prefer-rest-params` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 29 days ago
feat(minifier): remove unnecessary "use strict"
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 29 days ago
perf(parser): reduce `Token` size to 8 bytes from 16
github.com/oxc-project/oxc - branchseer opened this pull request 29 days ago
github.com/oxc-project/oxc - branchseer opened this pull request 29 days ago
feat(linter): add vitest/prefer-lowercase-title rule
github.com/oxc-project/oxc - taearls opened this pull request 29 days ago
github.com/oxc-project/oxc - taearls opened this pull request 29 days ago
feat(linter): add `no-octal-escape` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(linter): implement `no-nested-ternary` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(linter): implement `no-negated-condition` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
feat(minifier): normalize `Infinity` into `f64::Infinity`
github.com/oxc-project/oxc - Boshen opened this pull request 30 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 30 days ago
feat(minifier): minify string `PropertyKey`
github.com/oxc-project/oxc - Boshen opened this pull request 30 days ago
github.com/oxc-project/oxc - Boshen opened this pull request 30 days ago
feat(linter): add rule `eslint/new-cap`
github.com/oxc-project/oxc - Sysix opened this pull request 30 days ago
github.com/oxc-project/oxc - Sysix opened this pull request 30 days ago
feat(linter): implement `no-lone-blocks` rule
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
github.com/oxc-project/oxc - baseballyama opened this pull request 30 days ago
fix(ecmascript): incorrect `to_int_32` value for Infinity
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
feat(minifier): fold `string.length` / `array.length`
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
feat(minifier): constant fold `instanceof`
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
github.com/oxc-project/oxc - sapphi-red opened this pull request 30 days ago
fix(transformer-typescript): should strip import specifiers type with only_remove_type_imports
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
The only_remove_type_imports: true is not strip import specifiers with type
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
refactor(minifier): clean up `try_optimize_block`
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(semantic): add `get_node_by_span` function
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 `a + 'b' + 'c'` -> `a + 'bc'`
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 (x) if (y) z` -> `if (x && y) z`
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): print if else without block with proper indentation
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): reference flags not correctly resolved when after an export stmt
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(minifier): minimize `if(foo) bar else baz` -> `foo ? bar : baz`
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 static/instance accessor 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