melange-re / melange-re.github.io

Documentation site for Melange
https://melange.re
25 stars 6 forks source link

Playground: emojis not showing #155

Closed jchavarri closed 9 months ago

jchavarri commented 9 months ago

Js.log({js|🍔|js}) shows the right emoji in 2.2.0 but somehow breaks on latest, where the generated code is console.log("\xf0\x9f\x8d\x94"); instead of console.log("🍔");