Plugin Marketplace API

Summary: Extracted plugin marketplace API to a separate file and updated it to load full plugin manifests.

Reviewed By: passy

Differential Revision: D25181759

fbshipit-source-id: a63f9ce16249ccc170df148cef5c209fdc6d4d6d
This commit is contained in:
Anton Nikolaev
2020-12-15 09:28:58 -08:00
committed by Facebook GitHub Bot
parent 658b3e8a91
commit 5b26f36672
11 changed files with 152 additions and 58 deletions

View File

@@ -7,10 +7,10 @@
* @format
*/
export {default as PluginDetails} from './PluginDetails';
export {default as getPluginDetails} from './getPluginDetails';
export * from './PluginDetails';
export * from './getPluginDetails';
export * from './pluginInstaller';
export * from './getInstalledPlugins';
export * from './getUpdatablePlugins';
export * from './getSourcePlugins';
export {getPluginSourceFolders} from './pluginPaths';
export * from './pluginPaths';