Skip to content

Fix Property Shorthand

Latest
Compare
Choose a tag to compare
@IPWright83 IPWright83 released this 06 Jun 19:13
· 12 commits to master since this release

Fixes an issue when property shorthand notation caused in incorrect detection in a non-async function. For example:

const myFuncAsync = async function() {};
return { myFuncAsync }; // previously this error'd