Skip to content

Commit

Permalink
increment index in sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 27, 2021
1 parent daa0f1e commit 55dacb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExportsInfo.js
Expand Up @@ -146,6 +146,7 @@ class ExportsInfo {
for (const entry of exports.values()) {
const name = namesInOrder[i];
if (entry.name !== name) break;
i++;
}
for (; i < namesInOrder.length; i++) {
const name = namesInOrder[i];
Expand Down

0 comments on commit 55dacb4

Please sign in to comment.