escover v3.1.0
Add support of OptionalChaining
Now code like this:
Is handled by 🎩ESCover:
Thanks to 🐊Putout plugin @putout/plugin-convert-optional-to-logical 🎈, it is converted to:
a && b && b();And handled in a similar way 😏.
🔥 feature
- d7f612c escover: add support of OptionalChainig

