You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When taking a look at the project metadata in fable_modules/project_cracked.json, I found that some files like node_modules/node-gyp/lib/Find-VisualStudio.cs are mentioned in SourcePaths, without being included anywhere in the project. It seems there may be a glob for the fable_modules library that is unintentionally including fsharp files from node_modules. Not sure if this causes issues, but it seems incorrect. Perhaps there's a flag to suppress this? Not sure if it's intentional to pull in fsharp sources from npm dependencies.