File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 96
96
" packages/@rescript/*" ,
97
97
" tests/analysis_tests/**" ,
98
98
" tests/gentype_tests/**" ,
99
+ " tests/tests" ,
99
100
" tests/tools_tests"
100
101
],
101
102
"packageManager" : " yarn@4.9.1" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @tests/tests" ,
3
+ "private" : true ,
4
+ "dependencies" : {
5
+ "@rescript/react" : " workspace:^" ,
6
+ "rescript" : " workspace:^"
7
+ },
8
+ "type" : " module"
9
+ }
Original file line number Diff line number Diff line change 11
11
"in-source" : true ,
12
12
"suffix" : " .mjs"
13
13
},
14
+ "bs-dependencies" : [" @rescript/react" ],
14
15
"bsc-flags" : [
15
16
" -w -3-6-26-27-29-30-32..40-44-45-52-60-9-106+104" ,
16
17
" -warn-error A"
Original file line number Diff line number Diff line change @@ -666,6 +666,15 @@ __metadata:
666
666
languageName : unknown
667
667
linkType : soft
668
668
669
+ " @tests/tests@workspace:tests/tests " :
670
+ version : 0.0.0-use.local
671
+ resolution : " @tests/tests@workspace:tests/tests"
672
+ dependencies :
673
+ " @rescript/react " : " workspace:^"
674
+ rescript : " workspace:^"
675
+ languageName : unknown
676
+ linkType : soft
677
+
669
678
" @tests/tools@workspace:tests/tools_tests " :
670
679
version : 0.0.0-use.local
671
680
resolution : " @tests/tools@workspace:tests/tools_tests"
You can’t perform that action at this time.
0 commit comments