-
-
Notifications
You must be signed in to change notification settings - Fork 36
Export UMD and ESM #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is discussed in #53. Once we resolve the blocking issues, it should work in Deno as well. |
I see. (The issue looked a little dead, so I opened a new one). |
@elringus is there an estimate of when the problem will be fixed? (I would love to use this) |
It'll probably be a while. First, dotnet/runtime#80045 has to be resolved, then I'll have to find a time to resolve #20, which would likely take months. If you just looking for a way to interop with C# from JS, take a look at https://devblogs.microsoft.com/dotnet/use-net-7-from-any-javascript-app-in-net-7 Aside from TS types generation and auto bindings generation, modern .NET mostly covers this project features. |
To use this library with Deno, ESM would be required as Deno does not support UMD.
And the easiest thing would be just to export also a dotnet.mjs file (with esm code inside).
The text was updated successfully, but these errors were encountered: