From cce9483c095c4d448e6b44c13c37de7a3a88c5ba Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Fri, 9 Apr 2021 05:15:14 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index acedfa4a4..e306647a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ bundle.map *.bundle.js *.bundle.map .env +desktop-branch-*/ # conflicts with FB internal infra .watchmanconfig