Lua spike (placeholder)#3290
Conversation
| let transformOp = transformOp com | ||
|
|
||
| match expr with | ||
| | Fable.IdentExpr i when i.Name = "" -> Unknown "ident" |
Check warning
Code scanning / Ionide.Analyzers.Cli
Verifies testing for an empty string is done efficiently.
|
next TODO is making type parameters either go away or do something useful |
|
I didn't even realize this while working on it but this would be actually quite nice for neovim scripting.... |
|
It could indeed, only "problem" I see is that from my POV Vim people are often focused on performance. So perhaps, they will not like having a dependency like |
|
I do think a lot of F# I'd write for neovim probably would translate to relatively straightforward lua, and I might be able to trim the library to parts that are being used after compiling. |
This is @alexswan10k 's work, though they have decided to prioritize rust, I'd like to keep this PR #2509 available so that work may continue on it, and people interested can contribute to it. I personally would love to contribute, and have played with it some but haven't yet made meaningful contribution. I wasn't able to find the branch @alfonsogarciacaro was referencing in the pr so I just used main as a placeholder for now.