Fable icon indicating copy to clipboard operation
Fable copied to clipboard

F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

Results 285 Fable issues
Sort by recently updated
recently updated
newest added

Fixes and test for math extreme values. You probably want to copy the [test](https://github.com/fable-compiler/Fable/pull/3072/files#diff-e1e803235f6bb0274eb7cfbc7a40dd59d590eb51efee48298ac586fe1d4a05eaR221) to other languages @alfonsogarciacaro @ncave and make necessary fixes (if any). PS: I btw made an...

### Description Unexpected behavior of the map function, when inserting nodes into the DOM tree In fact these nodes are not inserted into the DOM tree by the map function...

### Description I'm looking for a way to alter my Fable application depending on whether it is being used in a development or production context. In my case, I want...

This address issue #3051. I've made changes to the obvious areas, but I'm not sure if anything else needs to be changed. The (new) tests pass and I also got...

I think we discussed it before but it'll be nice to have a semi-automatic way to generate Dart/Flutter bindings so users can start writing apps when the compiler is ready,...

I'm a bit confused about the naming of some functions, i.e `transformClassWithImplicitConstructor` vs `transformClassWithCompilerGeneratedConstructor`. It seems to me that `transformClassWithImplicitConstructor` has a very explicit `cons` argument since the type that...

### Description The CLIEvent property seems to be missing from object expressions. ### Repro code ```fs open System type InterfaceWithCLIEvent,'t> let event = Event() let ifaceWIthEvent = { new InterfaceWithCLIEvent...

### Description Is there an option to keep the Unicode identifier in the code? ### Repro code ```fsharp module 模块测试 open System let acc v0 v1 (a: float) = (v1...

### Description For nested options (i.e. `Option`) where the innermost option is `None`, `Option.orElse` does not behave as expected. Instead of returning the second arguement `option` as is, it is...

@dbrattli and I were commenting whether releasing a "stable" Fable 4 version would encourage more users to try it out. Not sure if it will help or not, but in...