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

☂️ eslint core

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
☂️ Minifier

github.com/oxc-project/oxc - Boshen opened this issue over 1 year ago
feat(linter): wire up `--fix` CLI flag

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
Uses blink-alloc instead of bumpalo

github.com/oxc-project/oxc - zakarumych opened this pull request almost 2 years ago
Print lint duration

github.com/oxc-project/oxc - amitdahan opened this pull request almost 2 years ago
refactor(lexer): avoid copying of self in SIMD functions

github.com/oxc-project/oxc - YoniFeng opened this pull request almost 2 years ago
feat(cli): print diagnostics with file name

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(cli): print execution time

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
test(oxc_linter): add testing for code fixer

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
feat(linter): configuration comments

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
fix(oxc_parser) correct span for decorators

github.com/oxc-project/oxc - YangchenYe323 opened this pull request almost 2 years ago
feat(cli): use `BufWriter` for diagnostic printing

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
feat(linter): implement autofix

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
feat(cli): parallelize diagnostics

github.com/oxc-project/oxc - thepassle opened this pull request almost 2 years ago
ci: deny all warnings

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(oxc_cli): support no-ignore

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
refactor: pad raw content to parse with 16 empty bytes

github.com/oxc-project/oxc - YoniFeng opened this pull request almost 2 years ago
ci: setup npm publish

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
perf(parser): try `Blink` allocator for the AST

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
printer: support `JSXElement`/`JSXFragment`

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
feat(oxc_cli): support ignore-path

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
parser: prevent JSX expressions using comma operator

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
refactor(ast): change `Option<Vec>` to `Vec` for decorators

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
refactor(linter) Generate rule name with declare_oxc_lint

github.com/oxc-project/oxc - YoniFeng opened this pull request almost 2 years ago
feat(cli): implement `--max-warnings` CLI option

github.com/oxc-project/oxc - shannonrothe opened this pull request almost 2 years ago
feat(oxc_cli): support ignore-pattern

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
feat(oxc_parser): Parse modifiers before declaration

github.com/oxc-project/oxc - YangchenYe323 opened this pull request almost 2 years ago
feat(linter): no-empty-pattern

github.com/oxc-project/oxc - magic-akari opened this pull request almost 2 years ago
feat: wasm

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
feat(cli): support --quiet flag for lint command

github.com/oxc-project/oxc - thepassle opened this pull request almost 2 years ago
feat(linter): `no-array-constructor`

github.com/oxc-project/oxc - amitdahan opened this pull request almost 2 years ago
Feat(linter): declare_oxc_lint proc_macro

github.com/oxc-project/oxc - YoniFeng opened this pull request almost 2 years ago
README is not very helpful

github.com/oxc-project/oxc - vixalien opened this issue almost 2 years ago
feat(linter): code fixes

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
feat(linter): implement `no-array-constructor`

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
fix(oxc_parser): support export type with star symbol

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
feat(oxc_parser): Port isStartOfDeclaration form tsc

github.com/oxc-project/oxc - YangchenYe323 opened this pull request almost 2 years ago
fix(oxc_parser): check accessor correctly

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
chore(gitignore): ignore `benchmark/package-lock.json`

github.com/oxc-project/oxc - amitdahan opened this pull request almost 2 years ago
implement lint rules

github.com/oxc-project/oxc - thepassle opened this issue almost 2 years ago
Feat(linter): `declare_oxc_lint` proc_macro

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
feat(linter): no-empty

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(cli): support linting glob patterns

github.com/oxc-project/oxc - amitdahan opened this pull request almost 2 years ago
feat(cli): support --quiet for lint command

github.com/oxc-project/oxc - thepassle opened this pull request almost 2 years ago
Refactor cli result

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Feat(cli): support glob path

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Feat(cli): Ignore files

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Feat(cli): add --quiet and --max-warnings

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
feat(cli): exit codes

github.com/oxc-project/oxc - thepassle opened this pull request almost 2 years ago
feat(linter): setup tests

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(linter): linter prototype

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(rust): use mimalloc on windows

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Bench matrix

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(cli): initialize cli and directory traversal

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Refactor: try aligned string for simd in lexer

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Benchmark on different cpu architectures

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Umbrella: Linter MVP

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
fix: lex abstract as identifier in js

github.com/oxc-project/oxc - YangchenYe323 opened this pull request almost 2 years ago
fix(oxc_parser): eat decorator when encounter at

github.com/oxc-project/oxc - jason89521 opened this pull request almost 2 years ago
Umbrella: Better Parser Diagnostics

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Refactor diagnostic

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
refactor(diagnostic): change Err type to miette::Error

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
refactor(ast): s/node/span

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
refactor(ast,parser): use u32 for node spans

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Perf: use an immutable string for `Atom`

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Perf(parser): shrink the `Token` size

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
perf(parser): a few micro optimizations

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(ast): add visitor

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Setup hyperfine benchmark

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
Add Printer

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat: printer

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
perf(parser): remove the `?` operator?

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
perf(lexer): use SIMD to skip single line comment

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
perf: add jemallocator

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(tasks): add parser benchmark

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
Perf: Use `u32` instead of `usize` for Span

github.com/oxc-project/oxc - Boshen opened this issue almost 2 years ago
feat(parser): add parser

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(ast): add ast

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago
feat(parser): add lexer

github.com/oxc-project/oxc - Boshen opened this pull request almost 2 years ago