Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3401355
D7355.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1022 B
Referenced Files
None
Subscribers
None
D7355.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
Tue, Dec 3, 11:43 AM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2611551
Default Alt Text
D7355.diff (1022 B)
Attached To
Mode
D7355: [keyserver] move rust-binding-types to keyserver
Attached
Detach File
Event Timeline
Log In to Comment