Use Messenger class and move messaging module to top-level

This commit is contained in:
hensm
2020-08-11 05:38:07 +01:00
parent 01e30bca58
commit c608596edd
13 changed files with 56 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ import semver from "semver";
import { TypedPort } from "./TypedPort";
import logger from "./logger";
import { Messages, Message, Port } from "./messaging";
import { Messages, Message, Port } from "../messaging";
import nativeMessaging from "./nativeMessaging";
import options from "./options";