Skip to content

Commit 3ac4f21

Browse files
Mohsen Azimisokra
authored andcommitted
More comments to help ts compiler be happy
1 parent 5bb5af6 commit 3ac4f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/HotModuleReplacement.runtime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ module.exports = function() {
362362
for (var id in hotUpdate) {
363363
if (Object.prototype.hasOwnProperty.call(hotUpdate, id)) {
364364
moduleId = toModuleId(id);
365+
/** @type {any} */
365366
var result;
366367
if (hotUpdate[id]) {
367368
result = getAffectedStuff(moduleId);

0 commit comments

Comments
 (0)