esm-dev / esm.sh

A fast, smart, & global CDN for modern(es2015+) web development.
https://esm.sh
MIT License
3.12k stars 150 forks source link

Failed to import - blockly #878

Open joeftiger opened 1 month ago

joeftiger commented 1 month ago

Failing module

import "https://esm.sh/blockly@11.1.1";

Error message

After running deno run I got this:

error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createBlockDefinitionsFromJsonArray$$module$build$src$core$common')
    at https://esm.sh/v135/blockly@11.1.1/denonext/blocks.js:4:1024
    at https://esm.sh/v135/blockly@11.1.1/denonext/blocks.js:4:923
    at https://esm.sh/v135/blockly@11.1.1/denonext/blocks.js:4:983
    at https://esm.sh/v135/blockly@11.1.1/denonext/blocks.js:4:459
    at https://esm.sh/v135/blockly@11.1.1/denonext/blocks.js:6:48221

Additional info

ije commented 1 month ago

thanks! i can confirm this also doesn't work on dev branch, i will look into it!

Screenshot 2024-09-10 at 17 53 53