Initialized flipper-plugin library

Summary: Set up an initial library which can (should) be used by plugins in the future.

Reviewed By: jknoxville

Differential Revision: D22019554

fbshipit-source-id: 502b14b34b2c9c117cea377ab6ebbf150e6faee9
This commit is contained in:
Michel Weststrate
2020-07-01 08:58:40 -07:00
committed by Facebook GitHub Bot
parent 993dbef7b8
commit 2383dc85f8
13 changed files with 104 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ async function startWatchChanges(io: socketIo.Server) {
const watchman = new Watchman(path.resolve(__dirname, '..'));
await watchman.initialize();
await Promise.all(
['app', 'pkg', 'doctor'].map((dir) =>
['app', 'pkg', 'doctor', 'flipper-plugin'].map((dir) =>
watchman.startWatchFiles(
dir,
() => {