Atrox
Atrox
@mysticaltech i don't think the issue in that specific block is line endings. I formatted the file, so that all the lines match up with the '='. The same way...
@mysticaltech fmt doesn't change any file for me. `terraform fmt -check` successfully exits on my machine.
@mysticaltech did a rebase with master + terraform fmt, alignment with `=` stays the same.
Do you have any project that can reproduce this? My projects are all full TS + ESM nowadays and I don't have any type issues. ```js import Haikunator from "haikunator";...