Missing attributes information on setter
of a property (in FSharpMemberOrFunctionOrValue
type)
#18157
Labels
Milestone
Hello,
I am not sure how to report this bug because this is related to the internals of F# Compiler itself, and happening inside of Fable transformation.
In Fable, we want to erase types and properties decorated with
[<Erase>]
.For example, this code should emit nothing.
However, currently it does not seems possible to do it for the
setter
because it is missing the[<Erase>]
attribute information:Please tell me, if I can do anything to reword my issue or help you identify the cause of this problem.
The text was updated successfully, but these errors were encountered: