Skip to content

Tags: NodeDB-Lab/code2graph

Tags

v0.0.0-beta.13

Toggle v0.0.0-beta.13's commit message
fix(release): nonpublishing napi packaging and exact platform tarballs

v0.0.0-beta.12

Toggle v0.0.0-beta.12's commit message
fix(cli,resolve,package): resolve rustdoc warnings and make Windows W…

…AL test deterministic

v0.0.0-beta.11

Toggle v0.0.0-beta.11's commit message
deps(cli): bump zerompk to 0.6 and refresh lock

v0.0.0-beta.6

Toggle v0.0.0-beta.6's commit message
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.