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.
2 parents 4bd9ece + 497ae63 commit 7c17eb2Copy full SHA for 7c17eb2
src/index.js
@@ -69,7 +69,7 @@ export default function(api) {
69
const { template, types, traverse } = api
70
71
const nestedIdentifiers = new Set()
72
- const removedPaths = new Set()
+ const removedPaths = new WeakSet()
73
const collectNestedIdentifiers = {
74
Identifier(path) {
75
if (path.parent.type === 'MemberExpression') {
0 commit comments