This message was deleted.
# typescript
s
This message was deleted.
c
As an example of the kinda of improvements you could get. I have a simple project which creates a lambda and a permission. Commenting out
const sdk: typeof import("aws-sdk");
in awsMixins.d.ts reduces this projects compilation time from 7seconds to 3 seconds on my machine. There are some other pretty big wins too. If I apply the fixes from 772 as well (with some updates) it drops it to ~1.7 seconds.
b
Hey Jake, so you know we're aware, I posed this in our internal slack
c
Cheers @brave-planet-10645!