Skip to content

Commit

Permalink
remove other fix from this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranys committed Oct 8, 2019
1 parent f0fbeb1 commit 98a2dcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rules/no-unused-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ const prepareImportsAndExports = (srcFiles, context) => {
exportAll.forEach((value, key) => {
value.forEach(val => {
const currentExports = exportList.get(val)
if(currentExports === null) {
return
}

const currentExport = currentExports.get(EXPORT_ALL_DECLARATION)
currentExport.whereUsed.add(key)
})
Expand Down

0 comments on commit 98a2dcc

Please sign in to comment.