@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@colinhacks ("Colin McDonnell") replied to a tweet by @colinhacks:

Zod got THREE TIMES faster by updating its tsconfig target from `es5` to `es2018`.

Turns out `es2018` is the earliest target that *doesn't* transpile the spread operator to `Object.assign`. Might be an easy performance win for other libs.

https://github.com/colinhacks/zod/pull/1022