esm.sh
esm.sh copied to clipboard
Failed to import - blockly
Failing module
- GitHub: https://github.com/google/blockly
- npm: https://www.npmjs.com/package/blockly
import "https://esm.sh/[email protected]";
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/[email protected]/denonext/blocks.js:4:1024
at https://esm.sh/v135/[email protected]/denonext/blocks.js:4:923
at https://esm.sh/v135/[email protected]/denonext/blocks.js:4:983
at https://esm.sh/v135/[email protected]/denonext/blocks.js:4:459
at https://esm.sh/v135/[email protected]/denonext/blocks.js:6:48221
Additional info
- esm.sh version: v135
- Deno version: 1.45 - 1.46.3
thanks! i can confirm this also doesn't work on dev branch, i will look into it!