rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.
MIT License
101 stars 8 forks source link

"delete" keyword on Component attributes does not remove the attribute #76

Closed jackTabsCode closed 1 year ago

jackTabsCode commented 1 year ago
delete this.attributes.a

results in nothing happening

this.attributes.a = undefined

works as expected

Fireboltofdeath commented 1 year ago

https://github.com/rbxts-flamework/transformer/commit/39ce0d968ab7b8c1ef383f1ad57c5b6048ba10e2