vite-plugin-fable icon indicating copy to clipboard operation
vite-plugin-fable copied to clipboard

(?) support .fsx files (without .fsproj file)

Open jkone27 opened this issue 9 months ago • 2 comments

we can consider if it makes sense to load from .fsx instead of project file, so if fable con operate also just on .fsx files following dependencies, just as a possible extension. I think not seing a .fsproj file can make it easier for non dotnet devs maybe? wdyt

maybe something like

fable({ 
   fsproj: undefined, --> tries compile with fable using .fsx only 
  })

jkone27 avatar Mar 03 '25 14:03 jkone27

I no longer remember the status of https://github.com/fable-compiler/vite-plugin-fable/pull/4. I believe it was possible, but unless there’s interest, I wouldn't prioritize it. If you enjoy working on it, feel free to proceed! However, my two cents is that this might require a larger effort without clear demand.

nojaf avatar Mar 04 '25 07:03 nojaf

agree is not important right now

jkone27 avatar Mar 18 '25 10:03 jkone27