Closed kloimhardt closed 1 year ago
Thank you! Would you mind pasting the error too?
When I open barebones.html in the browser, the error
TypeError: Cannot mix BigInt and other types, use explicit conversions
is shown on the screen.
Ah, that pesky one... okay thank you, I will track it down!!
Fixed by #134 and patched over at that repo by https://github.com/kloimhardt/emmy-module/pull/1.
The following example (taken from the SICM book) throws the error "TypeError: Cannot mix BigInt and other types, use explicit conversions"
To reproduce, clone the Emmy as ES6 Module repository, run
shadow-cljs watch emmy-esm
and openhttp://localhost:9000/barebones.html