Open leungbk opened 4 years ago
ES2015 classes and class methods, along with stuff like
const foo = (args) => { const a = 42; return false; }
are not treated as defuns.
defuns
Same problem here. Class methods are not treated as defuns.
Can reproduce this. Clearly a bug.
ES2015 classes and class methods, along with stuff like
are not treated as
defuns
.