tst-reflect icon indicating copy to clipboard operation
tst-reflect copied to clipboard

Default value parameters and variadic detection

Open leohubert opened this issue 3 years ago • 2 comments

Related to #66

leohubert avatar Sep 01 '22 17:09 leohubert

@leohubert is there any progress?

Hookyns avatar Sep 16 '22 09:09 Hookyns

@leohubert is there any progress?

It's working fine, except for this use case.

class Test { 
   constructor(foo: Foo = new Foo()) { }
}

I don't have time to work on it right now but when I find some, I will continue the investigation :)

leohubert avatar Sep 16 '22 12:09 leohubert