Skip to content

Commit 0898ba6

Browse files
committed
add build test for inhert the jsx settings
1 parent 0e02681 commit 0898ba6

File tree

16 files changed

+1601
-0
lines changed

16 files changed

+1601
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!node_modules
2+
node_modules/**/lib
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//@ts-check
2+
var cp = require("child_process");
3+
var { rescript_exe } = require("#cli/bin_path");
4+
5+
cp.execSync(rescript_exe, { cwd: __dirname });

tests/build_tests/jsx_settings_inheritance/node_modules/@rescript/react/rescript.json

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

tests/build_tests/jsx_settings_inheritance/node_modules/@rescript/react/src/React.mjs

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

0 commit comments

Comments
 (0)