Слава Україні! Героям слава!

Results 163 comments of Слава Україні! Героям слава!

@MangelMaxime No, right now there is nothing file-system specific about FCS compiled to JS, it's just a F# to AST parser/typechecker. You can definitely use the nodejs file system to...

@alfonsogarciacaro Adding support for multiple files requires taking in the [FCS IncrementalBuilder](https://github.com/ncave/FSharp.Compiler.Service/blob/fable/src/fsharp/vs/IncrementalBuild.fs) (currenly just a [stub](https://github.com/ncave/FSharp.Compiler.Service/blob/fable/src/fsharp/vs/IncrementalBuild.fs#L979-L990)), which manages the incremental build graph for the build of a single F# project....

@alfonsogarciacaro Perhaps it will be possible to extract just a simplified flow from the IncrementalBuilder to satisfy the fixed use case above (precompiled libraries + something), once we get a...

I'm not sure how that would work, but I hope you do :=) Are precompiled libraries only going to expose inline functions?

@alfonsogarciacaro I don't really have an opinion either way on Fable org vs the Ionide org, whichever org you think will add more contributors or visibility in the long run.

@davedawkins Sure, going back to a previous stable release makes sense, if you don't want to fix paths. There is always churn in `dotnet/fsharp` so grabbing latest will sometimes be...

@davedawkins Can this be closed, or is it still needed?

The "Generate.Metadata" target does that, but it's referencing Fable.Core 1.3.* ``` ``` Let me know if you want that changed to, say, 1.* or just * for both.

@alfonsogarciacaro I [updated](https://github.com/ncave/FSharp.Compiler.Service/commit/3de7eef815ee35644f4db82ecb36ae67ae6ffad2) the references, so just use the netstandard2.0 binares, performance should be more or less the same.

@alfonsogarciacaro You can open and examine the dll with [dnSpy](https://github.com/0xd4d/dnSpy) to make sure it's there.