I'm trying to transform a TypeScript decorator with jscodeshift with no success. Don't know if this is a bug or if I'm doing something wrong. I suspect the latter, of course.
I'm running my transform like this:
jscodeshift -t decorator.transform.js --parser=ts decorator.ts
The sample input code is this:
