arjan / decorator

Function decorators for Elixir
MIT License
386 stars 21 forks source link

Return other #42

Open garthk opened 4 years ago

garthk commented 4 years ago

In TelemetryDecorator I'd like to return chunks of AST to sit at the module level so I can support TelemetryRegistry. Are you open for a PR to add this capability? Would you prefer any particular approach?