fable-compiler/fable-compiler.github.io

Typescript features documentations ends abruptly with un-styled, uncommented code.

jonathonchase opened this issue · 1 comments

The documentation for TypeScript's features currently ends in the tagged union section with what appears to be a partial implementation of how unions can be implemented in order to resolve to TypeScript interfaces. However, the code for this section seems to cover only the F# portion of declaring the union types and a method that consumes them without the expected generated TypeScript output.

The example here should likely be completed with comments to demonstrate the capability.

Indeed, it seems like I made a note for the interface examples and forgot to complete it before release the new documentation.