Context in ENG-3059. rust-node-addon was broken by D6695, but --experimental-specifier-resolution=node is going away so we need another solution.
I got this solution from this GitHub comment.
Depends on D6783
Differential D6784
[keyserver] Fix rust-node-addon after deprecation of --experimental-specifier-resolution=node ashoat on Feb 20 2023, 9:57 AM. Authored by Tags None Referenced Files
Details Context in ENG-3059. rust-node-addon was broken by D6695, but --experimental-specifier-resolution=node is going away so we need another solution. I got this solution from this GitHub comment. Depends on D6783 Confirm I could import rust-node-addon and call methods on it from @jon's jonringer/identity-deleteuserrpc branch
Diff Detail
Event TimelineComment Actions Flow had an error because it thinks import.meta.url might not be set, so I added an invariant to make sure it is always set Comment Actions Forced call to getRustAPI() on master, asserted it was broken, patch this in, and fixed the call. |