
Tech Talk: Typescript with Chris Krycho
CoRecursive: Coding Stories
00:00
Do We Use Generators in Your CI Server?
When you are back compiling, especially something complicated like generators or await or things like that, you end up having to generate a lot of extra code. Every byte you download and have to parse and then have to execute in the browser is a penalty to the actual runtime performance of your application. So we don't use generators in this app, even though they're really nice and make certain patterns really nice because we don't want to support that back to IE11. Makes sense. And so I assume like at LinkedIn, they're not letting you FTP some JavaScript file. No.
Transcript
Play full episode