This repository has been archived on 2026-07-29 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
e32b71ebf36bbaea6a3f5ab71aedd21b20b0f009
packages/core/src/index.ts is a pure re-export barrel with no behavior of its own, so its behavior tests belonged next to the module they exercise. Relocate the parser tests (and their roadmap todos) into a co-located parse_test.ts importing parse from ./parse.ts, and drop index_test.ts. A broken re-export is still caught by typecheck and by the bin package importing parse through the public entrypoint.
Description
No description provided
Languages
TypeScript
57.1%
Nix
42.9%