I want to remove this.remove = function() {} from my code using transform from typescript AST parser:
this.remove = function() {}
transform
typescript
const code = ` f