NightrainsRbx / RobloxLsp

Roblox Luau Language Server based on Lua by sumneko.
https://devforum.roblox.com/t/roblox-lsp-full-intellisense-for-roblox-and-luau/717745
MIT License
211 stars 49 forks source link

Fix broken exported types #257

Open rodrick160 opened 3 months ago

rodrick160 commented 3 months ago

There is a bug where types imported from other modules do not resolve correctly, most notably when importing multiple types in one module. This commit fixes that issue.