You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a trivial fix, but likely misses the cutoff for stability at this point.
These were designed mostly to catch Babel / TypeScript build outputs so in most cases we should be ok without this support though since it would only affect users explicitly writing in this style where it is not generated code.
The text was updated successfully, but these errors were encountered:
Spotted by @sokra, getter patterns currently don't detect with trailing commas:
Works:
Doesn't work:
This is a trivial fix, but likely misses the cutoff for stability at this point.
These were designed mostly to catch Babel / TypeScript build outputs so in most cases we should be ok without this support though since it would only affect users explicitly writing in this style where it is not generated code.
The text was updated successfully, but these errors were encountered: