File tree Expand file tree Collapse file tree 6 files changed +24
-3
lines changed Expand file tree Collapse file tree 6 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 2020 " @testrepo/dep02" ,
2121 " @testrepo/new-namespace" ,
2222 " @testrepo/namespace-casing" ,
23- " @testrepo/with-dev-deps"
23+ " @testrepo/with-dev-deps" ,
24+ " @testrepo/compiled-by-legacy"
2425 ],
2526 "bs-dependencies" : [
2627 " @testrepo/main" ,
2728 " @testrepo/dep01" ,
2829 " @testrepo/dep02" ,
2930 " @testrepo/new-namespace" ,
3031 " @testrepo/namespace-casing" ,
31- " @testrepo/with-dev-deps"
32+ " @testrepo/with-dev-deps" ,
33+ " @testrepo/compiled-by-legacy"
3234 ],
3335 "reason" : {
3436 "react-jsx" : 3
Original file line number Diff line number Diff line change 88 " packages/dep02" ,
99 " packages/new-namespace" ,
1010 " packages/namespace-casing" ,
11- " packages/with-dev-deps"
11+ " packages/with-dev-deps" ,
12+ " packages/compiled-by-legacy"
1213 ]
1314 },
1415 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @testrepo/compiled-by-legacy" ,
3+ "namespace" : true ,
34 "sources" : {
45 "dir" : " src" ,
56 "subdirs" : true
Original file line number Diff line number Diff line change 1+ // Generated by ReScript, PLEASE EDIT WITH CARE
2+
3+
4+ let x = 1 ;
5+
6+ export {
7+ x ,
8+ }
9+ /* No side effect */
Original file line number Diff line number Diff line change 1212 "author" : " " ,
1313 "license" : " MIT" ,
1414 "dependencies" : {
15+ "@testrepo/compiled-by-legacy" : " *" ,
1516 "@testrepo/dep01" : " *"
1617 }
1718}
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ __metadata:
4040 languageName : node
4141 linkType : hard
4242
43+ " @testrepo/compiled-by-legacy@npm:*, @testrepo/compiled-by-legacy@workspace:packages/compiled-by-legacy " :
44+ version : 0.0.0-use.local
45+ resolution : " @testrepo/compiled-by-legacy@workspace:packages/compiled-by-legacy"
46+ languageName : unknown
47+ linkType : soft
48+
4349" @testrepo/dep01@npm:*, @testrepo/dep01@workspace:packages/dep01 " :
4450 version : 0.0.0-use.local
4551 resolution : " @testrepo/dep01@workspace:packages/dep01"
@@ -58,6 +64,7 @@ __metadata:
5864 version : 0.0.0-use.local
5965 resolution : " @testrepo/main@workspace:packages/main"
6066 dependencies :
67+ " @testrepo/compiled-by-legacy " : " npm:*"
6168 " @testrepo/dep01 " : " npm:*"
6269 languageName : unknown
6370 linkType : soft
You can’t perform that action at this time.
0 commit comments