Closed armano2 closed 5 years ago
I'm not shure if we should change name of paramerters here to as we did for other function like nodes, typeAnnotation
and parameters
to returnType
and params
Yeah, let's do that for now please
should we also do this for other function like types?
like: TSConstructorType
type Constructor<T> = new (...args: any[]) => T;
ohh, right this issue is going to be present in TSConstructorType
to xd
@JamesHenry can you review it once more? i fixed also issue with TSConstructorType
:tada: This PR is included in version 13.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR fixes range of TypeAnnotation in function type: before:
> void
after:=> void