Tags: NodeDB-Lab/code2graph
Tags
fix(release): nonpublishing napi packaging and exact platform tarballs
fix(cli,resolve,package): resolve rustdoc warnings and make Windows W… …AL test deterministic
fix(node): commit generated loader so the npm package is usable The published main package shipped without index.js/index.d.ts: they were gitignored and the publish job never re-runs `napi build`, so the package had no entrypoint and could not be imported. Commit the generated JS interface (regenerated for the scoped @nodedb-lab/code2graph name) and ignore only the per-platform *.node binaries. Verified: the package loads via the published platform binary and resolves a cross-file call edge.