Commit 85c64ad
fix(napi): enable napi
napi-derive emits `napi::bindgen_prelude::tracing` references when its
`tracing` feature is active. In a workspace where another napi consumer
(e.g. rolldown's binding in Vite+) turns that on via feature unification,
`vite_task_client_napi` failed to compile because its `napi` dependency
lacked the matching `tracing` feature. Enable it so the embedded addon
builds regardless of how napi-derive's features are unified downstream.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>tracing feature in vite_task_client_napi1 parent fee89d8 commit 85c64ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments