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
### Description
- closes#1639
This PR renames rust side struct to match js naming
`BindingJsonSourcemap` to workaround napi's inconsistent dts emit. I
also added `build-types-check` to verify type check passes for its
package types exports (similar to how vite does).
I'm not sure changing rust side naming is ideal. Another workaround is
to prevent napi renaming by `napi_derive::napi(object, js_name =
"BindingJSONSourcemap"))`. I don't think I can figure the fix on napi
side, so I thought it's worth suggesting a quick fix here. Please let me
know what you think. Thanks!
0 commit comments