Ian Stewart
07/13/2020, 12:10 PMDeclaration of such kind (enum class) cant be exported to JS
Why are enum classes no longer supported (e.g. enum class Color { Red, Green, Blue }
)? Previously, a class was generated, and only the typescript would be lacking (maps to ‘any’). Now, it does not compile…anton.bannykh
07/13/2020, 12:11 PMSvyatoslav Kuzmich [JB]
07/13/2020, 1:25 PMIan Stewart
07/13/2020, 1:31 PMSvyatoslav Kuzmich [JB]
07/13/2020, 2:21 PMdazza5000
07/15/2020, 8:26 PM