You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add built-bundle e2e coverage for the Rust macro_definition fix
Codex review of b4295fa flagged that its regression test only exercised
parseFile() via Vitest, never the shipped dist/token-goat.mjs bundle --
missing the exact tree-shaking failure mode this repo's indexer has hit
before (mod_item/foreign_mod_item/macro_definition were each added to
RUST_KIND_BY_TYPE in isolation, none proven against the real bundle).
// Ref extraction must survive bundling too: a build that tree-shakes the ref walker out would leave the refs table empty and this would return exit 1.
140
158
it('refs --callers resolves a caller from the built bundle',()=>{
0 commit comments