Files
flipper/desktop/types/index.d.ts
Michel Weststrate 53c557f923 Move DataInspector to flipper-plugin
Summary:
This diff moves the rest of the DataInspector jungle to flipper-plugin. No actual improvements are made yet, but the code is decoupled from Electron and the legacy theming. For example by using Antd based context menus.

Note that `ManagedDataInspector` is now rebranded `DataInspector`, as that is the only variation that should (and is) used publicly.

For the interactionTracker removal, see next diff.

SearchableDataInspector will be addressed in a next diff

Reviewed By: passy

Differential Revision: D27603125

fbshipit-source-id: 188bd000260e4e4704202ce02c7fc98319f0bc22
2021-04-07 07:55:13 -07:00

29 lines
1.0 KiB
TypeScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
/// <reference path="JSONStream.d.ts" />
/// <reference path="ReactDebounceRender.d.ts" />
/// <reference path="XmlBeautifier.d.ts" />
/// <reference path="adbkit-logcat.d.ts" />
/// <reference path="adbkit.d.ts" />
/// <reference path="ansi-to-html.d.ts" />
/// <reference path="decompress-targz.d.ts" />
/// <reference path="decompress-unzip.d.ts" />
/// <reference path="download-tarball.d.ts" />
/// <reference path="json-format-highlight.d.ts" />
/// <reference path="line-replace.d.ts" />
/// <reference path="live-plugin-manager.d.ts" />
/// <reference path="memoize-weak.d.ts" />
/// <reference path="metro-cache.d.ts" />
/// <reference path="metro-resolver.d.ts" />
/// <reference path="metro.d.ts" />
/// <reference path="nodejs.d.ts" />
/// <reference path="npm-api.d.ts" />
/// <reference path="openssl-wrapper.d.ts" />