We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a722a1 commit 52a8890Copy full SHA for 52a8890
jscomp/build_tests/super_errors/input.js
@@ -11,7 +11,7 @@ const fixtures = fs
11
.filter(fileName => path.extname(fileName) === ".res");
12
13
// const runtime = path.join(__dirname, '..', '..', 'runtime')
14
-const prefix = `${bsc} -w +A`;
+const prefix = `${bsc} -w +A -bs-jsx 4 -bs-jsx-mode automatic`;
15
16
const updateTests = process.argv[2] === "update";
17
0 commit comments