Commit 1e17809
chore(deps): regenerate artifacts for napi 3.9.0 bump
Rebuilding the code-validator guest host crate with napi/napi-derive 3.x
makes
api build emit a generated loader (host/index.js) alongside the
already-ignored host/index.d.ts. Both are build artifacts: the canonical
loader/types live in src/code-validator/guest/index.{js,d.ts}, so ignore
host/index.js in .gitignore and .prettierignore for consistency.
Also prune the now-orphaned convert_case 0.10.0 entry from the guest
Cargo.lock (only napi-derive 2 pulled it in; napi-derive 3 uses 0.11.0).
Verified on Linux+KVM: TS suite (2505) and analysis-guest Rust tests
(124) pass, including the previously-failing mcp/module-store runtime
integrity checks; prettier, tsc, and guest clippy/fmt are clean.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent d261a0b commit 1e17809
3 files changed
Lines changed: 10 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments