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 487336f commit eb2cc4cCopy full SHA for eb2cc4c
src/infer/membership.js
@@ -397,18 +397,6 @@ module.exports = function() {
397
}
398
399
400
- // var function Foo() {
401
- // function bar() {}
402
- // return { bar: bar };
403
- // }
404
- /*
405
- if (n.isFunctionDeclaration(path) &&
406
- n.isBlockStatement(path.parentPath) &&
407
- n.isFunction(path.parentPath.parentPath)) {
408
- inferMembershipFromIdentifiers(comment, [path.parentPath.parentPath.node.id.name]);
409
- }
410
- */
411
-
412
return comment;
413
};
414
0 commit comments