We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c284d63 commit 88c9356Copy full SHA for 88c9356
build/fakeBuble.mjs
@@ -66,7 +66,7 @@ export function transform(source, opts) {
66
if (
67
68
// not id of a Declaration
69
- !(isDeclaration(identifier.parent.type) && identifier.parent.id === identifier) &&
+ !(isDeclaration(identifier.parent.type) && identifier.parent.id === identifier.node) &&
70
71
// not a params of a function
72
!(isFunction(identifier.parent.type) && identifier.parent.params.indexOf(identifier.node) > -1) &&
0 commit comments