Summary:
Added a new type, Tail. It observes changes made to a file and notifies the subscriber.

It is useful and used to tail flipper-server logs, for example.

Reviewed By: passy

Differential Revision: D36473529

fbshipit-source-id: b0f905f4f8419d9e13386440d2d2cdabd528295b
This commit is contained in:
Lorenzo Blasa
2022-05-26 09:44:30 -07:00
committed by Facebook GitHub Bot
parent 41f49c8ad7
commit 49eb026769
3 changed files with 146 additions and 0 deletions

View File

@@ -15,3 +15,4 @@ export * from './globalObject';
export * from './plugins';
export * from './flipperLibImplementation';
export * from './client/FlipperServerClient';
export * from './utils/tail';