ignore _generated FunctionDeclarations too in es6.spec.symbols transformer
This commit is contained in:
parent
ce8beec22c
commit
f0070e4828
@ -387,6 +387,7 @@ export default class File {
|
||||
unique: true
|
||||
});
|
||||
}
|
||||
|
||||
return uid;
|
||||
}
|
||||
|
||||
|
||||
@ -33,3 +33,5 @@ export function BinaryExpression(node, parent, scope, file) {
|
||||
export function VariableDeclaration(node) {
|
||||
if (node._generated) this.skip();
|
||||
}
|
||||
|
||||
export { VariableDeclaration as FunctionDeclaration };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user