Avoid detecting property names too eagerly.
Previously this code: /** Some docs */ doSomething(1, 2, 3); would have resulted in property "doSomething" being detected. Now it detects no name, which results in warning of missing name, and that's what we want.
Loading
Please register or sign in to comment