add missing semi
This commit is contained in:
parent
29eb99ee93
commit
a265c3f25c
@ -14,7 +14,7 @@ function remap(path, key, create) {
|
||||
if (shadowed) {
|
||||
return path.node === shadowed;
|
||||
} else {
|
||||
return !path.is("shadow") && (path.isFunction() || path.isProgram())
|
||||
return !path.is("shadow") && (path.isFunction() || path.isProgram());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user