Expose a subset of flipper-plugin to flipper server

Summary: Flipper plugins rely on 'flipper-plugin' package being accessible from 'global'. Expose a subset (without UI stuff) of flipper-plugin to server add-ons

Reviewed By: mweststrate

Differential Revision: D34400811

fbshipit-source-id: e0079ddfa67e66c1b24ab02d7682917ddfc84aaf
This commit is contained in:
Andrey Goncharov
2022-02-28 03:50:34 -08:00
committed by Facebook GitHub Bot
parent 9449f61adb
commit aec05533d7
8 changed files with 80 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
import {CallExpression, identifier} from '@babel/types';
import {NodePath} from '@babel/traverse';
const BUILTINS = [
export const BUILTINS = [
'electron',
'buffer',
'child_process',