File tree 4 files changed +5
-2
lines changed
incubator/yarn-plugin-dynamic-extensions
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ exports.factory = (require) => {
62
62
return ;
63
63
}
64
64
65
- // @ts -expect-error Cannot find module or its corresponding type declarations
66
65
const { npath } = require ( "@yarnpkg/fslib" ) ;
67
66
68
67
const root = npath . fromPortablePath ( projectCwd ) ;
Original file line number Diff line number Diff line change 34
34
"@rnx-kit/eslint-config" : " *" ,
35
35
"@rnx-kit/scripts" : " *" ,
36
36
"@rnx-kit/tsconfig" : " *" ,
37
- "@yarnpkg/core" : " ^4.0.0"
37
+ "@yarnpkg/core" : " ^4.0.0" ,
38
+ "@yarnpkg/fslib" : " ^3.1.1"
38
39
},
39
40
"experimental" : true
40
41
}
Original file line number Diff line number Diff line change @@ -4681,6 +4681,7 @@ __metadata:
4681
4681
"@rnx-kit/scripts": "npm:*"
4682
4682
"@rnx-kit/tsconfig": "npm:*"
4683
4683
"@yarnpkg/core": "npm:^4.0.0"
4684
+ "@yarnpkg/fslib": "npm:^3.1.1"
4684
4685
languageName: unknown
4685
4686
linkType: soft
4686
4687
You can’t perform that action at this time.
0 commit comments