Fix reused nodes - part 2 (#7149)
This commit is contained in:
@@ -15,7 +15,7 @@ export default function() {
|
||||
[],
|
||||
t.blockStatement([
|
||||
t.toStatement(node),
|
||||
t.returnStatement(node.id),
|
||||
t.returnStatement(t.cloneNode(node.id)),
|
||||
]),
|
||||
),
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user