fable-compiler.github.io icon indicating copy to clipboard operation
fable-compiler.github.io copied to clipboard

Fable web site

Results 23 fable-compiler.github.io issues
Sort by recently updated
recently updated
newest added

https://github.com/fable-compiler/fable-compiler.github.io/blob/dev/docs/docs/getting-started/python.md not very clear, maybe we need to make it shorter but clearer, also not specified that one has to pass the `--lang py` argument to `dotnet fable` command unless...

```fs [] let drawNetwork (_: Graph) : Unit = nativeOnly ```

```fs module Json = [] type IExports = [] abstract dumps: obj: obj * ?separators: string array * ?indent: int -> string [] let json: IExports = nativeOnly [] type...

During the rework, I mostly copy/pasted information from other pages into this one. But I don't think this page is really useful in the state because it is really complex...

Should be based on JavaScript Features page content. See how Python has been adapted for an example.

It should be based on JavaScript section by replacing the examples with Dart code, adding specify Dart interop and removing interop not supported by Dart. See how Python is organised...