Closed armano2 closed 5 years ago
This PR changes typeAnnotation location in AST,
after this change typeAnnotation will be correctly assigned to RestElement node.
i think this is a little more logical, type annotation describe ...foo not foo in this case
...foo
foo
example:
function foo (...bar: baz[]) {}
can you merge #110 before this one?
Done 👍
:tada: This PR is included in version 14.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR changes typeAnnotation location in AST,
after this change typeAnnotation will be correctly assigned to RestElement node.
i think this is a little more logical, type annotation describe
...foo
notfoo
in this caseexample: