Does type inference happen during runtime or during development time?

I’m talking about the automatic mode when using --!nonstrict, when does it check it?

It is only checked by the code editor. It does not affect how the code actually runs.

1 Like