Chaiwat Ekkaewnumchai
f3eb695fa6
(Server) Add a New Type to Capture Mocking
...
Summary:
per title
Note:
- This is a part of this PR: https://github.com/facebook/flipper/pull/488
Reviewed By: mweststrate
Differential Revision: D20440148
fbshipit-source-id: 9365f0b83449f295e819cccc2fa622d866dca129
2020-03-17 10:09:11 -07:00
Michel Weststrate
f83a088f0d
Dependency bumps [3/n]
...
Summary:
allow-large-files
Bumped dependencies using yarn upgrade-interactive. Closes a lot of GH issues / PR's
Reviewed By: passy
Differential Revision: D20446667
fbshipit-source-id: 59acc77dde36600e0479f1e180b8b5ee7b01d801
2020-03-16 11:22:45 -07:00
Anton Nikolaev
10d990c32c
Move plugins to "sonar/desktop/plugins"
...
Summary:
Plugins moved from "sonar/desktop/src/plugins" to "sonar/desktop/plugins".
Fixed all the paths after moving.
New "desktop" folder structure:
- `src` - Flipper desktop app JS code executing in Electron Renderer (Chrome) process.
- `static` - Flipper desktop app JS code executing in Electron Main (Node.js) process.
- `plugins` - Flipper desktop JS plugins.
- `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 desktop app.
- `headless-tests` - Integration tests running agains Flipper headless version.
Reviewed By: mweststrate
Differential Revision: D20344186
fbshipit-source-id: d020da970b2ea1e001f9061a8782bfeb54e31ba0
2020-03-14 14:35:18 -07:00