Rust + TypeScript
1,580 FILES
4 FINDINGS
HOW BIOME
ACTUALLY WORKS
A toolchain for web projects — format, lint, and more in a fraction of a second. Conventions, patterns, and architecture extracted from the biomejs/biome repository by sourcebook.
Testing: Co-located (*.test.ts)
Exports: Named exports only
WHAT_MATTERS
-
→
Tests are co-located with source files (*.test.ts next to *.ts). Keep this pattern.
KEY_FINDINGS
Tests are co-located with source files (*.test.ts next to *.ts). Keep this pattern.
HIGHThis is a monorepo. Changes may affect multiple packages. Check workspace dependencies before modifying.
HIGHProject strongly prefers named exports over default exports.
HIGH+ 1 MORE FINDINGS (MEDIUM CONFIDENCE)
Hub file: packages/@biomejs/js-api/src/common.ts (imported by 8 files). Changes here have the widest blast radius.
MED