Traverse and transform objects by visiting every node on a recursive walk. A zero-dependency, TypeScript-first, drop-in replacement for traverse.
📖 Docs & benchmarks: neotraverse.puruvj.dev
| Package | Description |
|---|---|
packages/neotraverse |
The published neotraverse library. |
docs |
The documentation site (VitePress). |
pnpm install # install the whole workspace
pnpm test # run the library test suite
pnpm test:cov # …with coverage
pnpm build # build the library (tsdown)
pnpm bench # benchmark vs the original `traverse`
pnpm docs:dev # run the docs site locally
pnpm docs:build # build the docs siteVersioning and npm publish are handled by Changesets on main via .github/workflows/release.yml, using npm trusted publishing (OIDC). One-time registry setup: .github/PUBLISHING.md.