-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: have src/generated as a dedicated directory for generated prot…
…o code
- Loading branch information
1 parent
dd7bf56
commit cda6702
Showing
11 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
export * as proto_message from "./lib/message.js"; | ||
export { WakuMessage } from "./lib/filter.js"; | ||
export * as proto_message from "./generated/message.js"; | ||
export { WakuMessage } from "./generated/filter.js"; | ||
|
||
export * as proto_topic_only_message from "./lib/topic_only_message.js"; | ||
export { TopicOnlyMessage } from "./lib/topic_only_message.js"; | ||
export * as proto_topic_only_message from "./generated/topic_only_message.js"; | ||
export { TopicOnlyMessage } from "./generated/topic_only_message.js"; | ||
|
||
export * as proto_filter from "./lib/filter.js"; | ||
export * as proto_filter_v2 from "./lib/filter_v2.js"; | ||
export * as proto_filter from "./generated/filter.js"; | ||
export * as proto_filter_v2 from "./generated/filter_v2.js"; | ||
|
||
export * as proto_lightpush from "./lib/light_push.js"; | ||
export { PushResponse } from "./lib/light_push.js"; | ||
export * as proto_lightpush from "./generated/light_push.js"; | ||
export { PushResponse } from "./generated/light_push.js"; | ||
|
||
export * as proto_store from "./lib/store.js"; | ||
export * as proto_store from "./generated/store.js"; | ||
|
||
export * as proto_peer_exchange from "./lib/peer_exchange.js"; | ||
export * as proto_peer_exchange from "./generated/peer_exchange.js"; | ||
|
||
export * as proto_metadata from './lib/metadata.js' | ||
export * as proto_metadata from './generated/metadata.js' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters