chore: fix formatting
This commit is contained in:
parent
e9c6523f59
commit
2028277cd1
1 changed files with 3 additions and 1 deletions
|
|
@ -506,7 +506,9 @@ class InputDataService {
|
||||||
if (!pkgJson.exports) {
|
if (!pkgJson.exports) {
|
||||||
LogService.error(`No exports found in package.json of ${startPath}`);
|
LogService.error(`No exports found in package.json of ${startPath}`);
|
||||||
}
|
}
|
||||||
const exposedAndInternalPaths = this.getPathsFromExportMap(pkgJson.exports, { packageRootPath: startPath });
|
const exposedAndInternalPaths = this.getPathsFromExportMap(pkgJson.exports, {
|
||||||
|
packageRootPath: startPath,
|
||||||
|
});
|
||||||
return exposedAndInternalPaths.map(p => p.internal);
|
return exposedAndInternalPaths.map(p => p.internal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue