Matt Casey

Results 3 comments of Matt Casey

Typescript decorators are based on the stage 2 proposal that you linked to. The typescript test does not require babel, and isn't using it, but does require `experimentalDecorators: true` in...

Last few weeks have been busy for me, but had some time today to review your comments @rochdev. I'll work on reusing `tracer.wrap` for the decorator as you suggested. I...

Hi @rbaarsma, taking a look at this. Will let you know if I have trouble reproducing the issue.