Skip to content

Commit 9309e85

Browse files
author
Mohsen Azimi
committed
Initialize loc member in Dependency
1 parent 54ceb3c commit 9309e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Dependency.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Dependency {
1010
this.module = null;
1111
this.weak = false;
1212
this.optional = false;
13+
this.loc = undefined;
1314
}
1415

1516
getResourceIdentifier() {

0 commit comments

Comments
 (0)