diff --git a/cases/scenarios/babel/scenario.json b/cases/scenarios/babel/scenario.json new file mode 100644 index 0000000..ce96106 --- /dev/null +++ b/cases/scenarios/babel/scenario.json @@ -0,0 +1,13 @@ +{ + "name": "babel", + "kind": "tsc", + "args": [ + "-p", + "${suiteDirectory}/babel", + "--outdir", + "${outDirectory}" + ], + "platforms": [ + "linux" + ] +} \ No newline at end of file diff --git a/cases/scenarios/babel/setup.sh b/cases/scenarios/babel/setup.sh new file mode 100644 index 0000000..147d073 --- /dev/null +++ b/cases/scenarios/babel/setup.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -exo pipefail +cd "${0%/*}" + +export SCENARIO_REF=00853017dda14778bdb9bafd651d2e6b64449e2a +source ../../cloneScenario.sh https://github.com/babel/babel.git + +COREPACK_ENABLE_STRICT=0 corepack yarn@1.22.21 install --ignore-scripts \ No newline at end of file