Iron-Stag-Games / Lync

Lync is a file sync tool for Roblox.
GNU Lesser General Public License v2.1
26 stars 3 forks source link

`RBXM` files do not expand in the sourcemap #40

Closed Weldify closed 1 year ago

Weldify commented 1 year ago

I have a couple of remote events but the sourcemap thinks they're instances: изображение изображение

hoontee commented 1 year ago

This is a limitation of Lync. RBXMs cannot be read, so their classname in the sourcemap must be generic.

I can see that this particular class will cause type errors. Have you considering using a *.Model.JSON instead of an RBXM for these remotes?

hoontee commented 1 year ago

Will patch to read RBXMX contents. RBXM reading may not arrive until the Beta.

hoontee commented 1 year ago

*.Model.JSON and RBXMX files now expand in the sourcemap. RBXM files will not expand for a while (PR appreciated!)

Please update to Alpha 22.4+ or enable automatic updates.

hoontee commented 1 year ago

RBXM files now expand in the sourcemap.

Please update to Alpha 22.6+ or enable automatic updates.