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 4bd9ece commit 497ae63Copy full SHA for 497ae63
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