OverHash/Roblox-TS-Libraries

Importing RotatedRegion3 issues

Xuleos opened this issue · 2 comments

import { RotatedRegion3 } from "@rbxts/rotatedregion3";
will compile as
local RotatedRegion3 = TS.import(script, TS.getModule(script, "rotatedregion3")).RotatedRegion3
due to the way things are exported in the type definitions

As you can see, this will pretty much guarantee an error in game as RotatedRegion3 is not a member of the RotatedRegion3 class.

Closed via #2