Back out "Implement new feature flag system"

Summary:
Original commit changeset: 0ba95803f61e

Original Phabricator Diff: D52806730

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: yungsters

Differential Revision: D53113947

fbshipit-source-id: ace1222a861a739fcd3f4b0e12c135db47a93344
This commit is contained in:
David Vacca
2024-01-25 21:52:59 -08:00
committed by Facebook GitHub Bot
parent 31a8bc9644
commit ffaeaba213
73 changed files with 4 additions and 3126 deletions
-7
View File
@@ -33,13 +33,6 @@ function describe(message) {
try {
echo('Executing JavaScript tests');
describe('Test: feature flags codegen');
if (exec(`${YARN_BINARY} run featureflags-check`).code) {
echo('Failed to run featureflags check.');
exitCode = 1;
throw Error(exitCode);
}
describe('Test: eslint');
if (exec(`${YARN_BINARY} run lint`).code) {
echo('Failed to run eslint.');