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.

QUICK_REF:
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.

HIGH

This is a monorepo. Changes may affect multiple packages. Check workspace dependencies before modifying.

HIGH

Project 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
GENERATED IN ~3 SECONDS WITH

npx sourcebook init

VIEW ON GITHUB star

FROM_THE_BLOG

RELATED_REPOS