esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - blockly

Open joeftiger opened this issue 1 year ago • 1 comments

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

joeftiger avatar Sep 10 '24 09:09 joeftiger

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

ije avatar Sep 10 '24 09:09 ije