Skip to content

Commit e14fda6

Browse files
committed
Tests: modernize jsx config.
1 parent a146d5d commit e14fda6

File tree

5 files changed

+159
-36
lines changed

5 files changed

+159
-36
lines changed

analysis/reanalyze/examples/deadcode/bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "sample-typescript-app",
88
"bsc-flags": ["-bs-super-errors -w a"],
9-
"reason": { "react-jsx": 3 },
9+
"jsx": { "version": 3 },
1010
"bs-dependencies": ["@rescript/react", "@glennsl/bs-json"],
1111
"sources": [
1212
{

analysis/reanalyze/examples/deadcode/package-lock.json

Lines changed: 44 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/reanalyze/examples/termination/bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "arnold",
88
"bsc-flags": ["-bs-super-errors"],
9-
"reason": { "react-jsx": 3 },
9+
"jsx": { "version": 3 },
1010
"bs-dependencies": [],
1111
"sources": [
1212
{

analysis/tests/bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"bsc-flags": ["-w -33-44"],
1313
"bs-dependencies": ["@rescript/react"],
14-
"reason": { "react-jsx": 3 }
14+
"jsx": { "version": 3 }
1515
}

analysis/tests/package-lock.json

Lines changed: 112 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)