Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33303183
D7355.1768782105.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1022 B
Referenced Files
None
Subscribers
None
D7355.1768782105.diff
View Options
diff --git a/keyserver/addons/rust-node-addon/index.js b/keyserver/addons/rust-node-addon/index.js
--- a/keyserver/addons/rust-node-addon/index.js
+++ b/keyserver/addons/rust-node-addon/index.js
@@ -3,7 +3,7 @@
import invariant from 'invariant';
import { createRequire } from 'module';
-import type { RustNativeBindingAPI } from 'lib/types/rust-binding-types.js';
+import type { RustNativeBindingAPI } from './rust-binding-types.js';
const { platform, arch } = process;
diff --git a/lib/types/rust-binding-types.js b/keyserver/addons/rust-node-addon/rust-binding-types.js
rename from lib/types/rust-binding-types.js
rename to keyserver/addons/rust-node-addon/rust-binding-types.js
--- a/lib/types/rust-binding-types.js
+++ b/keyserver/addons/rust-node-addon/rust-binding-types.js
@@ -1,6 +1,6 @@
// @flow
-import type { SignedIdentityKeysBlob } from './crypto-types.js';
+import type { SignedIdentityKeysBlob } from 'lib/types/crypto-types.js';
type tunnelbrokerOnReceiveCallback = (
err: Error | null,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 12:21 AM (13 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5953577
Default Alt Text
D7355.1768782105.diff (1022 B)
Attached To
Mode
D7355: [keyserver] move rust-binding-types to keyserver
Attached
Detach File
Event Timeline
Log In to Comment