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(linter): start internal/external split of `OxlintConfig`
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(linter): impl `Serialize` for `OxlintConfig`
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(linter): make fields of `LintServiceOptions` private
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, regular_expression)!: converge `oxc_ast::RegExpFlags` and `oxc_regular_expression::ast::Flags`.
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
docs(linter): fix typos
github.com/oxc-project/oxc - eventualbuddha opened this pull request 5 months ago
github.com/oxc-project/oxc - eventualbuddha opened this pull request 5 months ago
feat(transformer): `async-to-generator` plugin.
github.com/oxc-project/oxc - 7086cmd opened this pull request 5 months ago
github.com/oxc-project/oxc - 7086cmd opened this pull request 5 months ago
fix(transform_conformance): only print semantic mismatch errors when output is correct
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
refactor(linter): jest prefer_strict_equal
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
feat(ast): rexport regex types from `oxc_ast::ast`.
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
perf(linter): replace string operations with `cow_utils::CowUtils`
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
perf(linter): make `jsx_key` slightly faster
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
perf(linter): add `should_run` to check path only once to nextjs/no_typos
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(linter): Implement eslint/no-invalid-regexp
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
fix(linter): fix no_unused_vars panic when encountering unicode
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: try perf no plusplus
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
test(linter): add a passing case to no_undef
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(coverage): parse babel unambiguously
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
Improve type output of sourcemaps
github.com/oxc-project/oxc - ArnaudBarre opened this issue 5 months ago
github.com/oxc-project/oxc - ArnaudBarre opened this issue 5 months ago
refactor: enable clippy::ref_as_ptr
github.com/oxc-project/oxc - daflyinbed opened this pull request 5 months ago
github.com/oxc-project/oxc - daflyinbed opened this pull request 5 months ago
fix(ast_tools, ci): watch `tasks/ast_tools` instead of `tasks/ast_codegen`.
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(coverage): parse typescript unambiguously
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
refactor(ast_tools): remove unsafe code from logger.
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_tools): only use type names to ignore fields in the `DeriveContentHash`.
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
ci: add custom pnpm action
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(oxc_wasm): add `controlFlowDotString` to `oxc_wasm`
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
feat(linter): implement `no-plusplus` 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
feat(oxc_cfg): add implicit return instruction
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
rust: enable `clippy::ref_as_ptr`
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(transformer/commonjs): support dynamic import and `esModule` flag.
github.com/oxc-project/oxc - 7086cmd opened this pull request 5 months ago
github.com/oxc-project/oxc - 7086cmd opened this pull request 5 months ago
fix(linter): typescript/no-magic-numbers: remove double minus for reporting negative bigint numbers
github.com/oxc-project/oxc - Sysix opened this pull request 5 months ago
github.com/oxc-project/oxc - Sysix opened this pull request 5 months ago
refactor(linter): use meaningful names for diagnostic parameters
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
no-unused-vars false positive in Typescript functions overloading
github.com/oxc-project/oxc - steelbrain opened this issue 5 months ago
github.com/oxc-project/oxc - steelbrain opened this issue 5 months ago
Use `bitflags` for `oxc_regular_expression::ast::Flags`
github.com/oxc-project/oxc - rzvxa opened this issue 5 months ago
github.com/oxc-project/oxc - rzvxa opened this issue 5 months ago
test(linter/no-useless-spread): ensure spreads on identifiers pass
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
fix(transformer): JSX transform delete references for `JSXClosingElement`s
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(traverse): add methods for deleting references
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): add `SymbolTable::delete_resolved_reference` method
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(oxc)!: add `SourceType::Unambiguous`; parse `.js` as unambiguous
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(ast): add `JSXElementName::get_identifier` method
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(coverage): apply `always_strict` to test262 and typescript per the specifcation
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
refactor(transformer): shorten code 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(semantic)!: remove `source_type` argument from `SemanticBuilder::new`
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: change `program.source_type`
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(codegen): do not print trailing commas for `ArrayExpression`
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
test(linter): add class method test cases for `oxc/no-async-await`
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(linter): deduplicate code in `oxc/no-async-await`
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
fix(linter/tree-shaking): align JSXMemberExpression's report
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
refactor(ast): inline `AstKind::as_*` methods
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): `AstKind::as_*` methods take `self`
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(regular_expression): Align diagnostics
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
docs(sourcemap): add trailing newline to README
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
test(transformer): add trailing line breaks to conformance fixtures
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
test(transformer): move RegExp transform conformance tests
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(linter/eslint): implement no-alert
github.com/oxc-project/oxc - edwinlzs opened this pull request 5 months ago
github.com/oxc-project/oxc - edwinlzs opened this pull request 5 months ago
transformer: remove all typescript-related symbols/references/scopes in batch in typescript plugin
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
feat(napi/transform): export react refresh options
github.com/oxc-project/oxc - underfin opened this pull request 5 months ago
github.com/oxc-project/oxc - underfin opened this pull request 5 months ago
codegen: no need to print trailing_comma for `ArrayExpression`
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
github.com/oxc-project/oxc - Dunqing opened this issue 5 months ago
ci: Passthrough OXC_VERSION and JEMALLOC_SYS_WITH_LG_PAGE to build container
github.com/oxc-project/oxc - valeneiko opened this pull request 5 months ago
github.com/oxc-project/oxc - valeneiko opened this pull request 5 months ago
enhancement(linter) expand only-used-in-recursion to support jsx
github.com/oxc-project/oxc - camc314 opened this issue 5 months ago
github.com/oxc-project/oxc - camc314 opened this issue 5 months ago
feat(semantic): add "unambiguous" `SourceType`
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(transformer/react): don't transform if the variable does not have a value reference
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
refactor(transformer): RegExp transform reuse var
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(diagnostics): ignore `Interrupted` and `BrokenPipe` errors while printing
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): incorrect reference when `MemberExpression` used in `TSPropertySignature`
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(oxc): conditional expose `oxc_cfg` in `oxc` crate
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(regular_expression): Handle unterminated character class
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: `clippy::allow_attributes`
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
ci: fix paths in the `.generated_ast_watch_list.yml`.
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_tools): add some minimal logging.
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
perf(transformer): memoize rope instance
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): handle loops in `getter-return` 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
feat(allocator): add `AsMut` impl for `Box`
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(transformer): comment on RegExp transform for potential improvement
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 `Examples` for linter 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
style(linter): introduce the writing style from PR #5491 and reduce the if nesting
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(transformer): break up RegExp transform into multiple functions
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
test(linter/no-unused-vars): arrow functions in tagged templates
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
argh I cannot make transform conformance tests work
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): RegExp transform only set span on final expression
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: add back lifetime
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
feat: improve the lifetime of as_ast_kind methods
github.com/oxc-project/oxc - shulaoda opened this issue 5 months ago
github.com/oxc-project/oxc - shulaoda opened this issue 5 months ago
perf(atom): make simple `Atom` operators inline.
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): RegExp transform unbox early
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: run `cargo +nightly fmt` to sort imports
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 dependency rust to v1.81.0
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
fix(transformer): RegExp transform handle `Term::Quantifier`
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: memoize `Rope::from_str(source_text)`
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
github.com/oxc-project/oxc - Boshen opened this issue 5 months ago
refactor(transformer): re-order imports
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): clarify match 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
docs(ast): clarify docs for `RegExpPattern`
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): RegExp transform report pattern parsing errors
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(transformer): add `TransformOptions::enable_all` 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
fix(transformer): RegExp transform do not transform invalid 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
Wish to introduce ast node location
github.com/oxc-project/oxc - ityuany opened this issue 5 months ago
github.com/oxc-project/oxc - ityuany opened this issue 5 months ago
refactor(transformer): RegExp transform do not take ownership of `Pattern` then reallocate it
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(xtask): impl `as_ast_kind` method for each variant
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