Ron Buckton

Results 538 comments of Ron Buckton

@typescript-bot perf test @typescript-bot run dt @typescript-bot test this @typescript-bot user test this

@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 I've updated based on your feedback as well as some additional cleanup of the classFields transform. Can you take another look?

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...