Ron Buckton
Ron Buckton
@typescript-bot perf test @typescript-bot run dt @typescript-bot test this @typescript-bot user test this
@typescript-bot perf test
@typescript-bot run dt @typescript-bot test this @typescript-bot user test this
> Why is this a thing? Like, what problem does it actually solve (genuine question, not snark)? The generated accessors don't do anything and unlike, e.g., C#, changing a plain...
They *should* be treated the same as we would a get/set pair.
@sandersn can you take another look?
@sandersn I've updated based on your feedback as well as some additional cleanup of the classFields transform. Can you take another look?
@typescript-bot perf test
I wonder if the same benefit could be found in `visitEachChild` as well, or potentially any of the main `visitor` functions in each transformer. This does create an array with...
Why are you bothering to call the noop in the first place? Any invocation has overhead, even if its potentially inlined. Have you tried anything like the following to avoid...