fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.95k stars 286 forks source link

Old exported HTML notebook failing to render - due to missing script source? many-keys-weakmap.js in lezer-template.js #3019

Closed BioTurboNick closed 1 week ago

BioTurboNick commented 1 week ago

The console shows:

GET https://esm.sh/v64/many-keys-weakmap@1.0.0/es2021/many-keys-weakmap.js net::ERR_ABORTED 500 (Internal Server Error)

Which originates from:

https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.19.3/frontend/components/CellInput/lezer_template.js
pankgeorg commented 1 week ago

This looks as an ESM issue, I added one there to notify the maintainers. It's also the same as https://github.com/fonsp/Pluto.jl/issues/2707, so I'm closing in favor of the other one.