We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008b96a commit b103980Copy full SHA for b103980
src/visitor/split-variable-declaration.js
@@ -18,6 +18,7 @@ function splitVariableDeclaration(path) {
18
path.insertBefore(t.variableDeclaration(kind, [item]))
19
}
20
path.remove()
21
+ path.scope.crawl()
22
23
24
/**
0 commit comments