Skip to content

Commit

Permalink
add babel
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jan 20, 2024
1 parent ad907d7 commit ae3e498
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cases/scenarios/babel/scenario.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "babel",
"kind": "tsc",
"args": [
"-p",
"${suiteDirectory}/babel",
"--outdir",
"${outDirectory}"
],
"platforms": [
"linux"
]
}
9 changes: 9 additions & 0 deletions cases/scenarios/babel/setup.sh
Original file line number Diff line number Diff line change
@@ -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 [email protected] install --ignore-scripts

0 comments on commit ae3e498

Please sign in to comment.