Skip to content

escover v3.1.0

Choose a tag to compare

@coderaiser coderaiser released this 04 May 19:22
· 263 commits to master since this release

Add support of OptionalChaining

Now code like this:

image

Is handled by 🎩ESCover:

image

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