Summary: Closes https://github.com/facebook/flipper/issues/4203 CHANGELOG: Stop doing eval to load server add-ons On Windows `details.path` contains backslashes. When we interpolate it, it loses one of the backslashes and subsequently `require` fails to load it. If we do not interpolate it (by ditching eval) it has the double backslash and work just fine. Reviewed By: lblasa Differential Revision: D40715523 fbshipit-source-id: 50c52f2a53690b585a32d3009f1692cf0b0d8428
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump