I'm working on a [new test runner](https://github.com/modernweb-dev/web/tree/master/packages/test-runner) where I am evaluating `esbuild` to replace babel. I can replace most things, but one final major part I need babel for is generating code coverage instrumentation for https://istanbul.js.org/ using https://github.com/istanbuljs/babel-plugin-istanbul. Do you think that something like this could be added to `esbuild`?