fireboltofdeath
fireboltofdeath
> Could do a weird hack where we filter out lines of just comments before giving it to Serde? 🤷♂ I think this is the best course of action if...
briefly discussed on discord https://discord.com/channels/476080952636997633/891749475083763732/891749476946026567
This bug only occurs with transformers enabled as the current implementation never updates files that aren't passed into `compileFiles`
> Roblox-ts has provided the guarantee, up to now. There's nothing that needs us removing this, so I don't think we should. Roblox-ts hasn't. You've already encountered the exact issue...
> TypeScript does allow two very confusing indexes that are not inverse lookups. If you say "they aren't guaranteed to be inverse", then types isn't your problem, conflicts in the...
> because it makes it significantly easier for exploiters to reverse engineer the code. Out of curiosity, what reverse engineering are you concerned exploiters will do? The type guards shouldn't...
> That's a really cool idea, it would be cool to see it added! > > The decorator should be applied to components or services and have maid task automatically...
The proposed solution here would not work as roblox-ts classes never call `.new()` on extended classes. The entirety of the work is done in the constructor, including instantiating the super...
This is most likely an issue with your setup, transformers are very fragile when it come to TS versions. Make sure `rbxts-transformer-t` has the same TS version as roblox-ts (you...