Exported Types are not Autocompleted

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
1 Like

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!

2 Likes

We have a fix for this issue. (extra characters)

3 Likes

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.

2 Likes