Description
When using the export
keyword before a Type Declaration, the Type’s name no longer is autocompleted when annotating or asserting.
Repro
export type t = number
local a: t -- 't' is not recommended
local b = 1 :: t -- ditto
When using the export
keyword before a Type Declaration, the Type’s name no longer is autocompleted when annotating or asserting.
export type t = number
local a: t -- 't' is not recommended
local b = 1 :: t -- ditto
We’ve filed a ticket into our internal database for this issue, and will come back as soon as we have updates!
Thanks for flagging!
We have a fix for this issue. (extra characters)
A fix for this issue has been released, exported types should auto-complete again and we’ll test that it doesn’t regress in the future.