Script to download stable/insiders sources for type-checking plugins against them.

Summary:
New script which can download "stable" or "insider" sources and link current version of plugins there, so we could check whether they are backward compatible.

It extracts downloaded sources to "desktop-branch-stable" / "desktop-branch-insiders" and symlinks current plugins there as "plugins-current" subfolder. It makes it even possible to open these folders in VSCode and fix highlighted typing problems if author want to fix compatibility with older versions of Flipper.

Reviewed By: mweststrate

Differential Revision: D27501743

fbshipit-source-id: 7dd76928ec4ac0c42191f67e0abd214b5bec1495
This commit is contained in:
Anton Nikolaev
2021-04-09 05:15:14 -07:00
committed by Facebook GitHub Bot
parent dc7226b7dc
commit cce9483c09

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ bundle.map
*.bundle.js *.bundle.js
*.bundle.map *.bundle.map
.env .env
desktop-branch-*/
# conflicts with FB internal infra # conflicts with FB internal infra
.watchmanconfig .watchmanconfig