You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce this in a fourslash test or in vscode with typescript@next.
However, this is probably happening because completions calls getExportsOfModule on non-modules. This might be fixed by #16768. It would be nice to have a test case to prove it though.
Should getExportsOfModule just assert that the symbol is a module symbol?
It's hard for me to repro simply, but start out with the following:
Then start typing at
/**/
to get:The text was updated successfully, but these errors were encountered: