curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
215 stars 31 forks source link

Fix sourcemap json escaping problem #98

Open Meai opened 3 months ago

Meai commented 3 months ago

String escaping "" is broken, now it should use the newtonsoft json objects to construct a json without having to do escaping manually.