microsoft / node-api-dotnet

Advanced interoperability between .NET and JavaScript in the same process.
MIT License
491 stars 52 forks source link

Support C# `decimal` type #316

Open jasongin opened 2 months ago

jasongin commented 2 months ago

Should it convert to JS number, or not? There's a popular decimal library for JS, but we try to avoid dependencies on 3rd-party packages.

jasongin commented 2 months ago

Maybe related to #132 since System.Decimal is a read-only struct.