Closed k-bx closed 3 years ago
The regex isn't quite right. By adding another capture group for async, the position of the capture group for the name of the function has changed, and therefore the \6
at the end of the regex has to be changed into a \7
.
Updated, thanks for pointing it out.
Thanks!
Closes #78