Move desktop-related code to "desktop" subfolder (#872)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/872
Move all the JS code related to desktop app to "desktop" subfolder.

The structure of "desktop" folder:
- `src` - JS code of Flipper desktop app executing in Electron Renderer (Chrome) process. This folder also contains all the Flipper plugins in subfolder "src/plugins".
- `static` - JS code of Flipper desktop app bootstrapping executing in Electron Main (Node.js) process
- `pkg` - Flipper packaging lib and CLI tool
- `doctor` - Flipper diagnostics lib and CLI tool
- `scripts` - Build scripts for Flipper desktop app
- `headless` - Headless version of Flipper app
- `headless-tests` - Integration tests running agains Flipper headless version

Reviewed By: passy

Differential Revision: D20249304

fbshipit-source-id: 9a51c63b51b92b758a02fc8ebf7d3d116770efe9
This commit is contained in:
Anton Nikolaev
2020-03-14 14:26:07 -07:00
committed by Facebook GitHub Bot
parent a60e6fee87
commit 85c13bb1f3
607 changed files with 103 additions and 142 deletions

View File

@@ -0,0 +1,507 @@
// flow-typed signature: 7849d9ce4b390afcfc917a08445a20eb
// flow-typed version: <<STUB>>/adbkit-fb_v2.10.1/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'adbkit-fb'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'adbkit-fb' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'adbkit-fb/lib/adb' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/auth' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/client' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/forward' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getdevicepath' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getserialno' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getstate' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/listforwards' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/waitfordevice' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/clear' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/framebuffer' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getfeatures' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getpackages' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getproperties' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/install' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/isinstalled' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/listreverses' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/local' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/log' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/logcat' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/monkey' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/reboot' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/remount' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/reverse' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/root' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/screencap' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/shell' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/startactivity' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/startservice' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/sync' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/tcp' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/tcpip' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/trackjdwp' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/uninstall' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/usb' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/waitbootcomplete' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/connect' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/devices' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/deviceswithpaths' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/disconnect' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/kill' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/trackdevices' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/transport' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/command/host/version' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/connection' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/dump' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/framebuffer/rgbtransform' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/keycode' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/linetransform' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/parser' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/proc/stat' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/protocol' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/sync' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/sync/entry' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/sync/pulltransfer' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/sync/pushtransfer' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/sync/stats' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/packet' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/packetreader' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/rollingcounter' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/server' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/service' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/servicemap' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tcpusb/socket' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/tracker' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/adb/util' {
declare module.exports: any;
}
declare module 'adbkit-fb/lib/cli' {
declare module.exports: any;
}
// Filename aliases
declare module 'adbkit-fb/index' {
declare module.exports: $Exports<'adbkit-fb'>;
}
declare module 'adbkit-fb/index.js' {
declare module.exports: $Exports<'adbkit-fb'>;
}
declare module 'adbkit-fb/lib/adb.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb'>;
}
declare module 'adbkit-fb/lib/adb/auth.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/auth'>;
}
declare module 'adbkit-fb/lib/adb/client.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/client'>;
}
declare module 'adbkit-fb/lib/adb/command.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/forward.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/forward'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getdevicepath.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/getdevicepath'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getserialno.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/getserialno'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/getstate.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/getstate'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/listforwards.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/listforwards'>;
}
declare module 'adbkit-fb/lib/adb/command/host-serial/waitfordevice.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-serial/waitfordevice'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/clear.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/clear'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/framebuffer.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/framebuffer'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getfeatures.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/getfeatures'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getpackages.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/getpackages'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/getproperties.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/getproperties'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/install.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/install'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/isinstalled.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/isinstalled'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/listreverses.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/listreverses'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/local.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/local'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/log.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/log'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/logcat.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/logcat'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/monkey.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/monkey'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/reboot.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/reboot'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/remount.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/remount'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/reverse.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/reverse'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/root.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/root'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/screencap.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/screencap'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/shell.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/shell'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/startactivity.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/startactivity'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/startservice.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/startservice'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/sync.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/sync'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/tcp.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/tcp'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/tcpip.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/tcpip'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/trackjdwp.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/trackjdwp'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/uninstall.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/uninstall'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/usb.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/usb'>;
}
declare module 'adbkit-fb/lib/adb/command/host-transport/waitbootcomplete.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host-transport/waitbootcomplete'>;
}
declare module 'adbkit-fb/lib/adb/command/host/connect.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/connect'>;
}
declare module 'adbkit-fb/lib/adb/command/host/devices.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/devices'>;
}
declare module 'adbkit-fb/lib/adb/command/host/deviceswithpaths.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/deviceswithpaths'>;
}
declare module 'adbkit-fb/lib/adb/command/host/disconnect.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/disconnect'>;
}
declare module 'adbkit-fb/lib/adb/command/host/kill.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/kill'>;
}
declare module 'adbkit-fb/lib/adb/command/host/trackdevices.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/trackdevices'>;
}
declare module 'adbkit-fb/lib/adb/command/host/transport.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/transport'>;
}
declare module 'adbkit-fb/lib/adb/command/host/version.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/command/host/version'>;
}
declare module 'adbkit-fb/lib/adb/connection.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/connection'>;
}
declare module 'adbkit-fb/lib/adb/dump.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/dump'>;
}
declare module 'adbkit-fb/lib/adb/framebuffer/rgbtransform.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/framebuffer/rgbtransform'>;
}
declare module 'adbkit-fb/lib/adb/keycode.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/keycode'>;
}
declare module 'adbkit-fb/lib/adb/linetransform.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/linetransform'>;
}
declare module 'adbkit-fb/lib/adb/parser.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/parser'>;
}
declare module 'adbkit-fb/lib/adb/proc/stat.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/proc/stat'>;
}
declare module 'adbkit-fb/lib/adb/protocol.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/protocol'>;
}
declare module 'adbkit-fb/lib/adb/sync.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/sync'>;
}
declare module 'adbkit-fb/lib/adb/sync/entry.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/sync/entry'>;
}
declare module 'adbkit-fb/lib/adb/sync/pulltransfer.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/sync/pulltransfer'>;
}
declare module 'adbkit-fb/lib/adb/sync/pushtransfer.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/sync/pushtransfer'>;
}
declare module 'adbkit-fb/lib/adb/sync/stats.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/sync/stats'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/packet.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/packet'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/packetreader.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/packetreader'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/rollingcounter.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/rollingcounter'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/server.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/server'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/service.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/service'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/servicemap.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/servicemap'>;
}
declare module 'adbkit-fb/lib/adb/tcpusb/socket.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tcpusb/socket'>;
}
declare module 'adbkit-fb/lib/adb/tracker.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/tracker'>;
}
declare module 'adbkit-fb/lib/adb/util.js' {
declare module.exports: $Exports<'adbkit-fb/lib/adb/util'>;
}
declare module 'adbkit-fb/lib/cli.js' {
declare module.exports: $Exports<'adbkit-fb/lib/cli'>;
}

View File

@@ -0,0 +1,32 @@
// flow-typed signature: 3d651fc79523c92efe95077d29cac82f
// flow-typed version: <<STUB>>/dateformat_v3.0.3/flow_v0.102.0
/**
* This is an autogenerated libdef stub for:
*
* 'dateformat'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'dateformat' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'dateformat/lib/dateformat' {
declare module.exports: any;
}
// Filename aliases
declare module 'dateformat/lib/dateformat.js' {
declare module.exports: $Exports<'dateformat/lib/dateformat'>;
}

4282
desktop/flow-typed/npm/electron-v5.0.2.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
/**
* Copyright 2018-present Facebook.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* @format
* @flow
*
*/
declare module 'electron' {
declare module.exports: any;
}

View File

@@ -0,0 +1,18 @@
// flow-typed signature: 6187fdc45c9567c2e88b8d4399bc1300
// flow-typed version: <<STUB>>/google-palette_vlatest/flow_v0.69.0
/**
* This is an autogenerated libdef stub for:
*
* 'google-palette'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'google-palette' {
declare module.exports: any;
}

633
desktop/flow-typed/npm/graphql_vx.x.x.js vendored Normal file
View File

@@ -0,0 +1,633 @@
// flow-typed signature: 78a3b0630930ae254dcef08544af115d
// flow-typed version: <<STUB>>/graphql_v^0.11.7/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'graphql'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'graphql' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'graphql/error/formatError' {
declare module.exports: any;
}
declare module 'graphql/error/GraphQLError' {
declare module.exports: any;
}
declare module 'graphql/error/index' {
declare module.exports: any;
}
declare module 'graphql/error/locatedError' {
declare module.exports: any;
}
declare module 'graphql/error/syntaxError' {
declare module.exports: any;
}
declare module 'graphql/execution/execute' {
declare module.exports: any;
}
declare module 'graphql/execution/index' {
declare module.exports: any;
}
declare module 'graphql/execution/values' {
declare module.exports: any;
}
declare module 'graphql/graphql' {
declare module.exports: any;
}
declare module 'graphql/jsutils/dedent' {
declare module.exports: any;
}
declare module 'graphql/jsutils/find' {
declare module.exports: any;
}
declare module 'graphql/jsutils/invariant' {
declare module.exports: any;
}
declare module 'graphql/jsutils/isInvalid' {
declare module.exports: any;
}
declare module 'graphql/jsutils/isNullish' {
declare module.exports: any;
}
declare module 'graphql/jsutils/keyMap' {
declare module.exports: any;
}
declare module 'graphql/jsutils/keyValMap' {
declare module.exports: any;
}
declare module 'graphql/jsutils/ObjMap' {
declare module.exports: any;
}
declare module 'graphql/jsutils/quotedOrList' {
declare module.exports: any;
}
declare module 'graphql/jsutils/suggestionList' {
declare module.exports: any;
}
declare module 'graphql/language/ast' {
declare module.exports: any;
}
declare module 'graphql/language/index' {
declare module.exports: any;
}
declare module 'graphql/language/kinds' {
declare module.exports: any;
}
declare module 'graphql/language/lexer' {
declare module.exports: any;
}
declare module 'graphql/language/location' {
declare module.exports: any;
}
declare module 'graphql/language/parser' {
declare module.exports: any;
}
declare module 'graphql/language/printer' {
declare module.exports: any;
}
declare module 'graphql/language/source' {
declare module.exports: any;
}
declare module 'graphql/language/visitor' {
declare module.exports: any;
}
declare module 'graphql/subscription/asyncIteratorReject' {
declare module.exports: any;
}
declare module 'graphql/subscription/index' {
declare module.exports: any;
}
declare module 'graphql/subscription/mapAsyncIterator' {
declare module.exports: any;
}
declare module 'graphql/subscription/subscribe' {
declare module.exports: any;
}
declare module 'graphql/type/definition' {
declare module.exports: any;
}
declare module 'graphql/type/directives' {
declare module.exports: any;
}
declare module 'graphql/type/index' {
declare module.exports: any;
}
declare module 'graphql/type/introspection' {
declare module.exports: any;
}
declare module 'graphql/type/scalars' {
declare module.exports: any;
}
declare module 'graphql/type/schema' {
declare module.exports: any;
}
declare module 'graphql/utilities/assertValidName' {
declare module.exports: any;
}
declare module 'graphql/utilities/astFromValue' {
declare module.exports: any;
}
declare module 'graphql/utilities/buildASTSchema' {
declare module.exports: any;
}
declare module 'graphql/utilities/buildClientSchema' {
declare module.exports: any;
}
declare module 'graphql/utilities/concatAST' {
declare module.exports: any;
}
declare module 'graphql/utilities/extendSchema' {
declare module.exports: any;
}
declare module 'graphql/utilities/findBreakingChanges' {
declare module.exports: any;
}
declare module 'graphql/utilities/findDeprecatedUsages' {
declare module.exports: any;
}
declare module 'graphql/utilities/getOperationAST' {
declare module.exports: any;
}
declare module 'graphql/utilities/index' {
declare module.exports: any;
}
declare module 'graphql/utilities/introspectionQuery' {
declare module.exports: any;
}
declare module 'graphql/utilities/isValidJSValue' {
declare module.exports: any;
}
declare module 'graphql/utilities/isValidLiteralValue' {
declare module.exports: any;
}
declare module 'graphql/utilities/schemaPrinter' {
declare module.exports: any;
}
declare module 'graphql/utilities/separateOperations' {
declare module.exports: any;
}
declare module 'graphql/utilities/typeComparators' {
declare module.exports: any;
}
declare module 'graphql/utilities/typeFromAST' {
declare module.exports: any;
}
declare module 'graphql/utilities/TypeInfo' {
declare module.exports: any;
}
declare module 'graphql/utilities/valueFromAST' {
declare module.exports: any;
}
declare module 'graphql/validation/index' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/ArgumentsOfCorrectType' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/DefaultValuesOfCorrectType' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/FieldsOnCorrectType' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/FragmentsOnCompositeTypes' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/KnownArgumentNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/KnownDirectives' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/KnownFragmentNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/KnownTypeNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/LoneAnonymousOperation' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/NoFragmentCycles' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/NoUndefinedVariables' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/NoUnusedFragments' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/NoUnusedVariables' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/OverlappingFieldsCanBeMerged' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/PossibleFragmentSpreads' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/ProvidedNonNullArguments' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/ScalarLeafs' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/SingleFieldSubscriptions' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueArgumentNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueDirectivesPerLocation' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueFragmentNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueInputFieldNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueOperationNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/UniqueVariableNames' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/VariablesAreInputTypes' {
declare module.exports: any;
}
declare module 'graphql/validation/rules/VariablesInAllowedPosition' {
declare module.exports: any;
}
declare module 'graphql/validation/specifiedRules' {
declare module.exports: any;
}
declare module 'graphql/validation/validate' {
declare module.exports: any;
}
// Filename aliases
declare module 'graphql/error/formatError.js' {
declare module.exports: $Exports<'graphql/error/formatError'>;
}
declare module 'graphql/error/GraphQLError.js' {
declare module.exports: $Exports<'graphql/error/GraphQLError'>;
}
declare module 'graphql/error/index.js' {
declare module.exports: $Exports<'graphql/error/index'>;
}
declare module 'graphql/error/locatedError.js' {
declare module.exports: $Exports<'graphql/error/locatedError'>;
}
declare module 'graphql/error/syntaxError.js' {
declare module.exports: $Exports<'graphql/error/syntaxError'>;
}
declare module 'graphql/execution/execute.js' {
declare module.exports: $Exports<'graphql/execution/execute'>;
}
declare module 'graphql/execution/index.js' {
declare module.exports: $Exports<'graphql/execution/index'>;
}
declare module 'graphql/execution/values.js' {
declare module.exports: $Exports<'graphql/execution/values'>;
}
declare module 'graphql/graphql.js' {
declare module.exports: $Exports<'graphql/graphql'>;
}
declare module 'graphql/index' {
declare module.exports: $Exports<'graphql'>;
}
declare module 'graphql/index.js' {
declare module.exports: $Exports<'graphql'>;
}
declare module 'graphql/jsutils/dedent.js' {
declare module.exports: $Exports<'graphql/jsutils/dedent'>;
}
declare module 'graphql/jsutils/find.js' {
declare module.exports: $Exports<'graphql/jsutils/find'>;
}
declare module 'graphql/jsutils/invariant.js' {
declare module.exports: $Exports<'graphql/jsutils/invariant'>;
}
declare module 'graphql/jsutils/isInvalid.js' {
declare module.exports: $Exports<'graphql/jsutils/isInvalid'>;
}
declare module 'graphql/jsutils/isNullish.js' {
declare module.exports: $Exports<'graphql/jsutils/isNullish'>;
}
declare module 'graphql/jsutils/keyMap.js' {
declare module.exports: $Exports<'graphql/jsutils/keyMap'>;
}
declare module 'graphql/jsutils/keyValMap.js' {
declare module.exports: $Exports<'graphql/jsutils/keyValMap'>;
}
declare module 'graphql/jsutils/ObjMap.js' {
declare module.exports: $Exports<'graphql/jsutils/ObjMap'>;
}
declare module 'graphql/jsutils/quotedOrList.js' {
declare module.exports: $Exports<'graphql/jsutils/quotedOrList'>;
}
declare module 'graphql/jsutils/suggestionList.js' {
declare module.exports: $Exports<'graphql/jsutils/suggestionList'>;
}
declare module 'graphql/language/ast.js' {
declare module.exports: $Exports<'graphql/language/ast'>;
}
declare module 'graphql/language/index.js' {
declare module.exports: $Exports<'graphql/language/index'>;
}
declare module 'graphql/language/kinds.js' {
declare module.exports: $Exports<'graphql/language/kinds'>;
}
declare module 'graphql/language/lexer.js' {
declare module.exports: $Exports<'graphql/language/lexer'>;
}
declare module 'graphql/language/location.js' {
declare module.exports: $Exports<'graphql/language/location'>;
}
declare module 'graphql/language/parser.js' {
declare module.exports: $Exports<'graphql/language/parser'>;
}
declare module 'graphql/language/printer.js' {
declare module.exports: $Exports<'graphql/language/printer'>;
}
declare module 'graphql/language/source.js' {
declare module.exports: $Exports<'graphql/language/source'>;
}
declare module 'graphql/language/visitor.js' {
declare module.exports: $Exports<'graphql/language/visitor'>;
}
declare module 'graphql/subscription/asyncIteratorReject.js' {
declare module.exports: $Exports<'graphql/subscription/asyncIteratorReject'>;
}
declare module 'graphql/subscription/index.js' {
declare module.exports: $Exports<'graphql/subscription/index'>;
}
declare module 'graphql/subscription/mapAsyncIterator.js' {
declare module.exports: $Exports<'graphql/subscription/mapAsyncIterator'>;
}
declare module 'graphql/subscription/subscribe.js' {
declare module.exports: $Exports<'graphql/subscription/subscribe'>;
}
declare module 'graphql/type/definition.js' {
declare module.exports: $Exports<'graphql/type/definition'>;
}
declare module 'graphql/type/directives.js' {
declare module.exports: $Exports<'graphql/type/directives'>;
}
declare module 'graphql/type/index.js' {
declare module.exports: $Exports<'graphql/type/index'>;
}
declare module 'graphql/type/introspection.js' {
declare module.exports: $Exports<'graphql/type/introspection'>;
}
declare module 'graphql/type/scalars.js' {
declare module.exports: $Exports<'graphql/type/scalars'>;
}
declare module 'graphql/type/schema.js' {
declare module.exports: $Exports<'graphql/type/schema'>;
}
declare module 'graphql/utilities/assertValidName.js' {
declare module.exports: $Exports<'graphql/utilities/assertValidName'>;
}
declare module 'graphql/utilities/astFromValue.js' {
declare module.exports: $Exports<'graphql/utilities/astFromValue'>;
}
declare module 'graphql/utilities/buildASTSchema.js' {
declare module.exports: $Exports<'graphql/utilities/buildASTSchema'>;
}
declare module 'graphql/utilities/buildClientSchema.js' {
declare module.exports: $Exports<'graphql/utilities/buildClientSchema'>;
}
declare module 'graphql/utilities/concatAST.js' {
declare module.exports: $Exports<'graphql/utilities/concatAST'>;
}
declare module 'graphql/utilities/extendSchema.js' {
declare module.exports: $Exports<'graphql/utilities/extendSchema'>;
}
declare module 'graphql/utilities/findBreakingChanges.js' {
declare module.exports: $Exports<'graphql/utilities/findBreakingChanges'>;
}
declare module 'graphql/utilities/findDeprecatedUsages.js' {
declare module.exports: $Exports<'graphql/utilities/findDeprecatedUsages'>;
}
declare module 'graphql/utilities/getOperationAST.js' {
declare module.exports: $Exports<'graphql/utilities/getOperationAST'>;
}
declare module 'graphql/utilities/index.js' {
declare module.exports: $Exports<'graphql/utilities/index'>;
}
declare module 'graphql/utilities/introspectionQuery.js' {
declare module.exports: $Exports<'graphql/utilities/introspectionQuery'>;
}
declare module 'graphql/utilities/isValidJSValue.js' {
declare module.exports: $Exports<'graphql/utilities/isValidJSValue'>;
}
declare module 'graphql/utilities/isValidLiteralValue.js' {
declare module.exports: $Exports<'graphql/utilities/isValidLiteralValue'>;
}
declare module 'graphql/utilities/schemaPrinter.js' {
declare module.exports: $Exports<'graphql/utilities/schemaPrinter'>;
}
declare module 'graphql/utilities/separateOperations.js' {
declare module.exports: $Exports<'graphql/utilities/separateOperations'>;
}
declare module 'graphql/utilities/typeComparators.js' {
declare module.exports: $Exports<'graphql/utilities/typeComparators'>;
}
declare module 'graphql/utilities/typeFromAST.js' {
declare module.exports: $Exports<'graphql/utilities/typeFromAST'>;
}
declare module 'graphql/utilities/TypeInfo.js' {
declare module.exports: $Exports<'graphql/utilities/TypeInfo'>;
}
declare module 'graphql/utilities/valueFromAST.js' {
declare module.exports: $Exports<'graphql/utilities/valueFromAST'>;
}
declare module 'graphql/validation/index.js' {
declare module.exports: $Exports<'graphql/validation/index'>;
}
declare module 'graphql/validation/rules/ArgumentsOfCorrectType.js' {
declare module.exports: $Exports<'graphql/validation/rules/ArgumentsOfCorrectType'>;
}
declare module 'graphql/validation/rules/DefaultValuesOfCorrectType.js' {
declare module.exports: $Exports<'graphql/validation/rules/DefaultValuesOfCorrectType'>;
}
declare module 'graphql/validation/rules/FieldsOnCorrectType.js' {
declare module.exports: $Exports<'graphql/validation/rules/FieldsOnCorrectType'>;
}
declare module 'graphql/validation/rules/FragmentsOnCompositeTypes.js' {
declare module.exports: $Exports<'graphql/validation/rules/FragmentsOnCompositeTypes'>;
}
declare module 'graphql/validation/rules/KnownArgumentNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/KnownArgumentNames'>;
}
declare module 'graphql/validation/rules/KnownDirectives.js' {
declare module.exports: $Exports<'graphql/validation/rules/KnownDirectives'>;
}
declare module 'graphql/validation/rules/KnownFragmentNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/KnownFragmentNames'>;
}
declare module 'graphql/validation/rules/KnownTypeNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/KnownTypeNames'>;
}
declare module 'graphql/validation/rules/LoneAnonymousOperation.js' {
declare module.exports: $Exports<'graphql/validation/rules/LoneAnonymousOperation'>;
}
declare module 'graphql/validation/rules/NoFragmentCycles.js' {
declare module.exports: $Exports<'graphql/validation/rules/NoFragmentCycles'>;
}
declare module 'graphql/validation/rules/NoUndefinedVariables.js' {
declare module.exports: $Exports<'graphql/validation/rules/NoUndefinedVariables'>;
}
declare module 'graphql/validation/rules/NoUnusedFragments.js' {
declare module.exports: $Exports<'graphql/validation/rules/NoUnusedFragments'>;
}
declare module 'graphql/validation/rules/NoUnusedVariables.js' {
declare module.exports: $Exports<'graphql/validation/rules/NoUnusedVariables'>;
}
declare module 'graphql/validation/rules/OverlappingFieldsCanBeMerged.js' {
declare module.exports: $Exports<'graphql/validation/rules/OverlappingFieldsCanBeMerged'>;
}
declare module 'graphql/validation/rules/PossibleFragmentSpreads.js' {
declare module.exports: $Exports<'graphql/validation/rules/PossibleFragmentSpreads'>;
}
declare module 'graphql/validation/rules/ProvidedNonNullArguments.js' {
declare module.exports: $Exports<'graphql/validation/rules/ProvidedNonNullArguments'>;
}
declare module 'graphql/validation/rules/ScalarLeafs.js' {
declare module.exports: $Exports<'graphql/validation/rules/ScalarLeafs'>;
}
declare module 'graphql/validation/rules/SingleFieldSubscriptions.js' {
declare module.exports: $Exports<'graphql/validation/rules/SingleFieldSubscriptions'>;
}
declare module 'graphql/validation/rules/UniqueArgumentNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueArgumentNames'>;
}
declare module 'graphql/validation/rules/UniqueDirectivesPerLocation.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueDirectivesPerLocation'>;
}
declare module 'graphql/validation/rules/UniqueFragmentNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueFragmentNames'>;
}
declare module 'graphql/validation/rules/UniqueInputFieldNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueInputFieldNames'>;
}
declare module 'graphql/validation/rules/UniqueOperationNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueOperationNames'>;
}
declare module 'graphql/validation/rules/UniqueVariableNames.js' {
declare module.exports: $Exports<'graphql/validation/rules/UniqueVariableNames'>;
}
declare module 'graphql/validation/rules/VariablesAreInputTypes.js' {
declare module.exports: $Exports<'graphql/validation/rules/VariablesAreInputTypes'>;
}
declare module 'graphql/validation/rules/VariablesInAllowedPosition.js' {
declare module.exports: $Exports<'graphql/validation/rules/VariablesInAllowedPosition'>;
}
declare module 'graphql/validation/specifiedRules.js' {
declare module.exports: $Exports<'graphql/validation/specifiedRules'>;
}
declare module 'graphql/validation/validate.js' {
declare module.exports: $Exports<'graphql/validation/validate'>;
}

1248
desktop/flow-typed/npm/immutable_v4.x.x.js vendored Normal file

File diff suppressed because it is too large Load Diff

1185
desktop/flow-typed/npm/jest_v24.x.x.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,33 @@
// flow-typed signature: 95241cb8305cb4cbda994a489dff963f
// flow-typed version: <<STUB>>/lodash.debounce_v4.0.8/flow_v0.76.0
/**
* This is an autogenerated libdef stub for:
*
* 'lodash.debounce'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'lodash.debounce' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'lodash.debounce/index' {
declare module.exports: $Exports<'lodash.debounce'>;
}
declare module 'lodash.debounce/index.js' {
declare module.exports: $Exports<'lodash.debounce'>;
}

View File

@@ -0,0 +1,19 @@
// flow-typed signature: 0eceddcdb50aa9bf578c375a12ef9aad
// flow-typed version: <<STUB>>/lodash.memoize_v4.1.2/flow_v0.91.0
/**
* This is an autogenerated libdef stub for:
*
* 'lodash.memoize'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'lodash.memoize' {
declare function memoize<T>(fn: T, resolver?: Function): T;
declare export default typeof memoize;
}

6083
desktop/flow-typed/npm/lodash_v4.x.x.js vendored Normal file

File diff suppressed because it is too large Load Diff

291
desktop/flow-typed/npm/needle_vx.x.x.js vendored Normal file
View File

@@ -0,0 +1,291 @@
// flow-typed signature: 290caff3b97efa4471b18ff001038a13
// flow-typed version: <<STUB>>/needle_v2.2.1/flow_v0.69.0
/**
* This is an autogenerated libdef stub for:
*
* 'needle'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'needle' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'needle/examples/deflated-stream' {
declare module.exports: any;
}
declare module 'needle/examples/digest-auth' {
declare module.exports: any;
}
declare module 'needle/examples/download-to-file' {
declare module.exports: any;
}
declare module 'needle/examples/multipart-stream' {
declare module.exports: any;
}
declare module 'needle/examples/parsed-stream' {
declare module.exports: any;
}
declare module 'needle/examples/parsed-stream2' {
declare module.exports: any;
}
declare module 'needle/examples/stream-events' {
declare module.exports: any;
}
declare module 'needle/examples/stream-to-file' {
declare module.exports: any;
}
declare module 'needle/examples/upload-image' {
declare module.exports: any;
}
declare module 'needle/lib/auth' {
declare module.exports: any;
}
declare module 'needle/lib/cookies' {
declare module.exports: any;
}
declare module 'needle/lib/decoder' {
declare module.exports: any;
}
declare module 'needle/lib/multipart' {
declare module.exports: any;
}
declare module 'needle/lib/needle' {
declare module.exports: any;
}
declare module 'needle/lib/parsers' {
declare module.exports: any;
}
declare module 'needle/lib/querystring' {
declare module.exports: any;
}
declare module 'needle/test/basic_auth_spec' {
declare module.exports: any;
}
declare module 'needle/test/compression_spec' {
declare module.exports: any;
}
declare module 'needle/test/cookies_spec' {
declare module.exports: any;
}
declare module 'needle/test/decoder_spec' {
declare module.exports: any;
}
declare module 'needle/test/errors_spec' {
declare module.exports: any;
}
declare module 'needle/test/headers_spec' {
declare module.exports: any;
}
declare module 'needle/test/helpers' {
declare module.exports: any;
}
declare module 'needle/test/long_string_spec' {
declare module.exports: any;
}
declare module 'needle/test/output_spec' {
declare module.exports: any;
}
declare module 'needle/test/parsing_spec' {
declare module.exports: any;
}
declare module 'needle/test/post_data_spec' {
declare module.exports: any;
}
declare module 'needle/test/proxy_spec' {
declare module.exports: any;
}
declare module 'needle/test/querystring_spec' {
declare module.exports: any;
}
declare module 'needle/test/redirect_spec' {
declare module.exports: any;
}
declare module 'needle/test/redirect_with_timeout' {
declare module.exports: any;
}
declare module 'needle/test/request_stream_spec' {
declare module.exports: any;
}
declare module 'needle/test/response_stream_spec' {
declare module.exports: any;
}
declare module 'needle/test/socket_pool_spec' {
declare module.exports: any;
}
declare module 'needle/test/url_spec' {
declare module.exports: any;
}
declare module 'needle/test/utils/formidable' {
declare module.exports: any;
}
declare module 'needle/test/utils/proxy' {
declare module.exports: any;
}
declare module 'needle/test/utils/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'needle/examples/deflated-stream.js' {
declare module.exports: $Exports<'needle/examples/deflated-stream'>;
}
declare module 'needle/examples/digest-auth.js' {
declare module.exports: $Exports<'needle/examples/digest-auth'>;
}
declare module 'needle/examples/download-to-file.js' {
declare module.exports: $Exports<'needle/examples/download-to-file'>;
}
declare module 'needle/examples/multipart-stream.js' {
declare module.exports: $Exports<'needle/examples/multipart-stream'>;
}
declare module 'needle/examples/parsed-stream.js' {
declare module.exports: $Exports<'needle/examples/parsed-stream'>;
}
declare module 'needle/examples/parsed-stream2.js' {
declare module.exports: $Exports<'needle/examples/parsed-stream2'>;
}
declare module 'needle/examples/stream-events.js' {
declare module.exports: $Exports<'needle/examples/stream-events'>;
}
declare module 'needle/examples/stream-to-file.js' {
declare module.exports: $Exports<'needle/examples/stream-to-file'>;
}
declare module 'needle/examples/upload-image.js' {
declare module.exports: $Exports<'needle/examples/upload-image'>;
}
declare module 'needle/lib/auth.js' {
declare module.exports: $Exports<'needle/lib/auth'>;
}
declare module 'needle/lib/cookies.js' {
declare module.exports: $Exports<'needle/lib/cookies'>;
}
declare module 'needle/lib/decoder.js' {
declare module.exports: $Exports<'needle/lib/decoder'>;
}
declare module 'needle/lib/multipart.js' {
declare module.exports: $Exports<'needle/lib/multipart'>;
}
declare module 'needle/lib/needle.js' {
declare module.exports: $Exports<'needle/lib/needle'>;
}
declare module 'needle/lib/parsers.js' {
declare module.exports: $Exports<'needle/lib/parsers'>;
}
declare module 'needle/lib/querystring.js' {
declare module.exports: $Exports<'needle/lib/querystring'>;
}
declare module 'needle/test/basic_auth_spec.js' {
declare module.exports: $Exports<'needle/test/basic_auth_spec'>;
}
declare module 'needle/test/compression_spec.js' {
declare module.exports: $Exports<'needle/test/compression_spec'>;
}
declare module 'needle/test/cookies_spec.js' {
declare module.exports: $Exports<'needle/test/cookies_spec'>;
}
declare module 'needle/test/decoder_spec.js' {
declare module.exports: $Exports<'needle/test/decoder_spec'>;
}
declare module 'needle/test/errors_spec.js' {
declare module.exports: $Exports<'needle/test/errors_spec'>;
}
declare module 'needle/test/headers_spec.js' {
declare module.exports: $Exports<'needle/test/headers_spec'>;
}
declare module 'needle/test/helpers.js' {
declare module.exports: $Exports<'needle/test/helpers'>;
}
declare module 'needle/test/long_string_spec.js' {
declare module.exports: $Exports<'needle/test/long_string_spec'>;
}
declare module 'needle/test/output_spec.js' {
declare module.exports: $Exports<'needle/test/output_spec'>;
}
declare module 'needle/test/parsing_spec.js' {
declare module.exports: $Exports<'needle/test/parsing_spec'>;
}
declare module 'needle/test/post_data_spec.js' {
declare module.exports: $Exports<'needle/test/post_data_spec'>;
}
declare module 'needle/test/proxy_spec.js' {
declare module.exports: $Exports<'needle/test/proxy_spec'>;
}
declare module 'needle/test/querystring_spec.js' {
declare module.exports: $Exports<'needle/test/querystring_spec'>;
}
declare module 'needle/test/redirect_spec.js' {
declare module.exports: $Exports<'needle/test/redirect_spec'>;
}
declare module 'needle/test/redirect_with_timeout.js' {
declare module.exports: $Exports<'needle/test/redirect_with_timeout'>;
}
declare module 'needle/test/request_stream_spec.js' {
declare module.exports: $Exports<'needle/test/request_stream_spec'>;
}
declare module 'needle/test/response_stream_spec.js' {
declare module.exports: $Exports<'needle/test/response_stream_spec'>;
}
declare module 'needle/test/socket_pool_spec.js' {
declare module.exports: $Exports<'needle/test/socket_pool_spec'>;
}
declare module 'needle/test/url_spec.js' {
declare module.exports: $Exports<'needle/test/url_spec'>;
}
declare module 'needle/test/utils/formidable.js' {
declare module.exports: $Exports<'needle/test/utils/formidable'>;
}
declare module 'needle/test/utils/proxy.js' {
declare module.exports: $Exports<'needle/test/utils/proxy'>;
}
declare module 'needle/test/utils/test.js' {
declare module.exports: $Exports<'needle/test/utils/test'>;
}

View File

@@ -0,0 +1,18 @@
// flow-typed signature: 033193531f49f251b11350a57a58eb12
// flow-typed version: <<STUB>>/react-chartjs-2_vlatest/flow_v0.69.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-chartjs-2'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-chartjs-2' {
declare module.exports: any;
}

View File

@@ -0,0 +1,179 @@
// flow-typed signature: 32f203474854b8a1d378914b9461a972
// flow-typed version: <<STUB>>/react-d3-tree_v1.12.0/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-d3-tree'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-d3-tree' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-d3-tree/jest/mocks/cssModule' {
declare module.exports: any;
}
declare module 'react-d3-tree/jest/mocks/image' {
declare module.exports: any;
}
declare module 'react-d3-tree/jest/polyfills/raf' {
declare module.exports: any;
}
declare module 'react-d3-tree/jest/setup' {
declare module.exports: any;
}
declare module 'react-d3-tree/lib/react-d3-tree.min' {
declare module.exports: any;
}
declare module 'react-d3-tree/scripts/generateMarkdown' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/index' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Link/index' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Link/tests/index.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/ForeignObjectElement' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/index' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/SvgTextElement' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/tests/ForeignObjectElement.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/tests/index.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Node/tests/SvgTextElement.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Tree/index' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Tree/NodeWrapper' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Tree/tests/index.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Tree/tests/mockData' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/Tree/tests/NodeWrapper.test' {
declare module.exports: any;
}
declare module 'react-d3-tree/src/util/index' {
declare module.exports: any;
}
declare module 'react-d3-tree/webpack.config' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-d3-tree/jest/mocks/cssModule.js' {
declare module.exports: $Exports<'react-d3-tree/jest/mocks/cssModule'>;
}
declare module 'react-d3-tree/jest/mocks/image.js' {
declare module.exports: $Exports<'react-d3-tree/jest/mocks/image'>;
}
declare module 'react-d3-tree/jest/polyfills/raf.js' {
declare module.exports: $Exports<'react-d3-tree/jest/polyfills/raf'>;
}
declare module 'react-d3-tree/jest/setup.js' {
declare module.exports: $Exports<'react-d3-tree/jest/setup'>;
}
declare module 'react-d3-tree/lib/react-d3-tree.min.js' {
declare module.exports: $Exports<'react-d3-tree/lib/react-d3-tree.min'>;
}
declare module 'react-d3-tree/scripts/generateMarkdown.js' {
declare module.exports: $Exports<'react-d3-tree/scripts/generateMarkdown'>;
}
declare module 'react-d3-tree/src/index.js' {
declare module.exports: $Exports<'react-d3-tree/src/index'>;
}
declare module 'react-d3-tree/src/Link/index.js' {
declare module.exports: $Exports<'react-d3-tree/src/Link/index'>;
}
declare module 'react-d3-tree/src/Link/tests/index.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Link/tests/index.test'>;
}
declare module 'react-d3-tree/src/Node/ForeignObjectElement.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/ForeignObjectElement'>;
}
declare module 'react-d3-tree/src/Node/index.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/index'>;
}
declare module 'react-d3-tree/src/Node/SvgTextElement.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/SvgTextElement'>;
}
declare module 'react-d3-tree/src/Node/tests/ForeignObjectElement.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/tests/ForeignObjectElement.test'>;
}
declare module 'react-d3-tree/src/Node/tests/index.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/tests/index.test'>;
}
declare module 'react-d3-tree/src/Node/tests/SvgTextElement.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Node/tests/SvgTextElement.test'>;
}
declare module 'react-d3-tree/src/Tree/index.js' {
declare module.exports: $Exports<'react-d3-tree/src/Tree/index'>;
}
declare module 'react-d3-tree/src/Tree/NodeWrapper.js' {
declare module.exports: $Exports<'react-d3-tree/src/Tree/NodeWrapper'>;
}
declare module 'react-d3-tree/src/Tree/tests/index.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Tree/tests/index.test'>;
}
declare module 'react-d3-tree/src/Tree/tests/mockData.js' {
declare module.exports: $Exports<'react-d3-tree/src/Tree/tests/mockData'>;
}
declare module 'react-d3-tree/src/Tree/tests/NodeWrapper.test.js' {
declare module.exports: $Exports<'react-d3-tree/src/Tree/tests/NodeWrapper.test'>;
}
declare module 'react-d3-tree/src/util/index.js' {
declare module.exports: $Exports<'react-d3-tree/src/util/index'>;
}
declare module 'react-d3-tree/webpack.config.js' {
declare module.exports: $Exports<'react-d3-tree/webpack.config'>;
}

View File

@@ -0,0 +1,49 @@
// flow-typed signature: f8556e312538a69cb4b93dca5618b82a
// flow-typed version: <<STUB>>/react-stepper-horizontal_v1.0.11/flow_v0.102.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-stepper-horizontal'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-stepper-horizontal' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-stepper-horizontal/lib' {
declare module.exports: any;
}
declare module 'react-stepper-horizontal/lib/Step' {
declare module.exports: any;
}
declare module 'react-stepper-horizontal/lib/Stepper' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-stepper-horizontal/lib/index' {
declare module.exports: $Exports<'react-stepper-horizontal/lib'>;
}
declare module 'react-stepper-horizontal/lib/index.js' {
declare module.exports: $Exports<'react-stepper-horizontal/lib'>;
}
declare module 'react-stepper-horizontal/lib/Step.js' {
declare module.exports: $Exports<'react-stepper-horizontal/lib/Step'>;
}
declare module 'react-stepper-horizontal/lib/Stepper.js' {
declare module.exports: $Exports<'react-stepper-horizontal/lib/Stepper'>;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,46 @@
// flow-typed signature: 0ce56690a743910f5934d0ffc0f26d61
// flow-typed version: <<STUB>>/redux-mock-store_v1.5.3/flow_v0.76.0
/**
* This is an autogenerated libdef stub for:
*
* 'redux-mock-store'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'redux-mock-store' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'redux-mock-store/lib/index' {
declare module.exports: any;
}
declare module 'redux-mock-store/test/index' {
declare module.exports: any;
}
declare module 'redux-mock-store/test/mock/middleware' {
declare module.exports: any;
}
// Filename aliases
declare module 'redux-mock-store/lib/index.js' {
declare module.exports: $Exports<'redux-mock-store/lib/index'>;
}
declare module 'redux-mock-store/test/index.js' {
declare module.exports: $Exports<'redux-mock-store/test/index'>;
}
declare module 'redux-mock-store/test/mock/middleware.js' {
declare module.exports: $Exports<'redux-mock-store/test/mock/middleware'>;
}

View File

@@ -0,0 +1,193 @@
// flow-typed signature: 21bf70a7f73a77579f4cc048adda0919
// flow-typed version: <<STUB>>/sql-formatter_v2.3.3/flow_v0.102.0
/**
* This is an autogenerated libdef stub for:
*
* 'sql-formatter'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'sql-formatter' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'sql-formatter/dist/sql-formatter' {
declare module.exports: any;
}
declare module 'sql-formatter/dist/sql-formatter.min' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/Formatter' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/Indentation' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/InlineBlock' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/Params' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/Tokenizer' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/core/tokenTypes' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/languages/Db2Formatter' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/languages/N1qlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/languages/PlSqlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/languages/StandardSqlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/lib/sqlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/Formatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/Indentation' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/InlineBlock' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/Params' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/Tokenizer' {
declare module.exports: any;
}
declare module 'sql-formatter/src/core/tokenTypes' {
declare module.exports: any;
}
declare module 'sql-formatter/src/languages/Db2Formatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/languages/N1qlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/languages/PlSqlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/languages/StandardSqlFormatter' {
declare module.exports: any;
}
declare module 'sql-formatter/src/sqlFormatter' {
declare module.exports: any;
}
// Filename aliases
declare module 'sql-formatter/dist/sql-formatter.js' {
declare module.exports: $Exports<'sql-formatter/dist/sql-formatter'>;
}
declare module 'sql-formatter/dist/sql-formatter.min.js' {
declare module.exports: $Exports<'sql-formatter/dist/sql-formatter.min'>;
}
declare module 'sql-formatter/lib/core/Formatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/Formatter'>;
}
declare module 'sql-formatter/lib/core/Indentation.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/Indentation'>;
}
declare module 'sql-formatter/lib/core/InlineBlock.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/InlineBlock'>;
}
declare module 'sql-formatter/lib/core/Params.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/Params'>;
}
declare module 'sql-formatter/lib/core/Tokenizer.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/Tokenizer'>;
}
declare module 'sql-formatter/lib/core/tokenTypes.js' {
declare module.exports: $Exports<'sql-formatter/lib/core/tokenTypes'>;
}
declare module 'sql-formatter/lib/languages/Db2Formatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/languages/Db2Formatter'>;
}
declare module 'sql-formatter/lib/languages/N1qlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/languages/N1qlFormatter'>;
}
declare module 'sql-formatter/lib/languages/PlSqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/languages/PlSqlFormatter'>;
}
declare module 'sql-formatter/lib/languages/StandardSqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/languages/StandardSqlFormatter'>;
}
declare module 'sql-formatter/lib/sqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/lib/sqlFormatter'>;
}
declare module 'sql-formatter/src/core/Formatter.js' {
declare module.exports: $Exports<'sql-formatter/src/core/Formatter'>;
}
declare module 'sql-formatter/src/core/Indentation.js' {
declare module.exports: $Exports<'sql-formatter/src/core/Indentation'>;
}
declare module 'sql-formatter/src/core/InlineBlock.js' {
declare module.exports: $Exports<'sql-formatter/src/core/InlineBlock'>;
}
declare module 'sql-formatter/src/core/Params.js' {
declare module.exports: $Exports<'sql-formatter/src/core/Params'>;
}
declare module 'sql-formatter/src/core/Tokenizer.js' {
declare module.exports: $Exports<'sql-formatter/src/core/Tokenizer'>;
}
declare module 'sql-formatter/src/core/tokenTypes.js' {
declare module.exports: $Exports<'sql-formatter/src/core/tokenTypes'>;
}
declare module 'sql-formatter/src/languages/Db2Formatter.js' {
declare module.exports: $Exports<'sql-formatter/src/languages/Db2Formatter'>;
}
declare module 'sql-formatter/src/languages/N1qlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/src/languages/N1qlFormatter'>;
}
declare module 'sql-formatter/src/languages/PlSqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/src/languages/PlSqlFormatter'>;
}
declare module 'sql-formatter/src/languages/StandardSqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/src/languages/StandardSqlFormatter'>;
}
declare module 'sql-formatter/src/sqlFormatter.js' {
declare module.exports: $Exports<'sql-formatter/src/sqlFormatter'>;
}

View File

@@ -0,0 +1,17 @@
/**
* 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
* @flow
*/
declare module 'unicode-substring' {
declare export default function unicodeSubstring(
baseString: string,
start: number,
end: number,
): string;
}