Closed izaera closed 4 years ago
This is to avoid the variable declarations on top of the module definition be mixed with module's ones because of hoisting.
See the #604 issue for a more detailed explanation of this commit.
Going to merge this as it has already been discussed in the associated issue.
This is to avoid the variable declarations on top of the module definition be mixed with module's ones because of hoisting.
See the #604 issue for a more detailed explanation of this commit.