Unexpected character @ for roblox luau native attribute.
Roblox for a while has supported native code generation, which can be enabled with a --!native comment at the top of a file, or putting the @native attribute above a function. However, selene is unaware of the possibility of adding @native above a function, and as a result it does not expect the @ symbol. Please do include the possibility that @native can be added above functions
Also having this issue, would be great if this was supported.
Blocked by https://github.com/Kampfkarren/full-moon/issues/336
Blocked by Kampfkarren/full-moon#336
Looks like this issue was closed last month with the release of full-moon 2.0.0, would that unblock this feature?