Closed laurentpayot closed 1 month ago
Fixed by #3935
Awesome. Thanks @ncave!
@laurentpayot No worries, mate, it's easy when the code is mostly already there, just needs to be enabled.
Once released, you may want to submit a PR for FSharpPlus
repo to have the conditional around startsWith removed too.
@ncave Just waiting for the release to do the PR then :wink:
Description
I have a project where I use FSharpPlus. When pretest-compiling its Fable.Mocha test project with
dotnet fable ./tests/tests.fsproj -o output/tests
, I get the following:Is FSharpPlus
endsWith
code the culprit? Or could it be something special in the wayendsWith
is implemented in Fable?Related information