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 98
98
" tests/analysis_tests/**" ,
99
99
" tests/docstring_tests" ,
100
100
" tests/gentype_tests/**" ,
101
+ " tests/tests" ,
101
102
" tests/tools_tests" ,
102
103
" scripts/res"
103
104
],
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 @@ -681,6 +681,15 @@ __metadata:
681
681
languageName : unknown
682
682
linkType : soft
683
683
684
+ " @tests/tests@workspace:tests/tests " :
685
+ version : 0.0.0-use.local
686
+ resolution : " @tests/tests@workspace:tests/tests"
687
+ dependencies :
688
+ " @rescript/react " : " workspace:^"
689
+ rescript : " workspace:^"
690
+ languageName : unknown
691
+ linkType : soft
692
+
684
693
" @tests/tools@workspace:tests/tools_tests " :
685
694
version : 0.0.0-use.local
686
695
resolution : " @tests/tools@workspace:tests/tools_tests"
You can’t perform that action at this time.
0 commit comments