top | item 33049338

(no title)

mumphster | 3 years ago

Do you have examples of slower code generated by typescript? TS is a superset of JS so it changing anything that has a large performance impact seems odd, but maybe I’m missing something here. The types aren’t even available at runtime, what’s the biggest slow down you’ve seen?

discuss

order

redox99|3 years ago

Most likely polyfills because he's targeting some old ES version.