Skip to content

4.1.0

Compare
Choose a tag to compare
@curbengh curbengh released this 17 Dec 09:43
· 9 commits to master since this release
9c8ad7e
  • must have a space between async and arrow function [#28]
    const foo = async(a) => await a
    • correct
    const foo = async (a) => await a