We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad907d7 commit ae3e498Copy full SHA for ae3e498
cases/scenarios/babel/scenario.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "babel",
3
+ "kind": "tsc",
4
+ "args": [
5
+ "-p",
6
+ "${suiteDirectory}/babel",
7
+ "--outdir",
8
+ "${outDirectory}"
9
+ ],
10
+ "platforms": [
11
+ "linux"
12
+ ]
13
+}
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
0 commit comments