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
I try to add it but it's failing compilation :/ The problem with the PHP target is it's not maintained at the moment so we may have to remove it at one point.
I didn't try yet to activate PHP on Fable Repl4 with the new build.
But my guess is the compilation fails because of duplicate class member:
This is the result of compilation fable-standalone with esbuild now.
The first warning GetOutputPath is related to the Fable plugin interface so it is not too harmful, however the others warnings are all related to the PHP target. And I suppose they are harmful, because JavaScript doesn't have method overload for classes and I suppose the code just doesn't know what is happening.
No description provided.
The text was updated successfully, but these errors were encountered: