Currently when parsing an invalid ESM Scripts in the editor, the UI will display any errors, however urls of module dependancies are displayed as blob urls which provide little indication of where the error occured.
Ideally they should provide the correct url to the relevant module.
Currently when parsing an invalid ESM Scripts in the editor, the UI will display any errors, however urls of module dependancies are displayed as blob urls which provide little indication of where the error occured.
Ideally they should provide the correct url to the relevant module.
This is due to the way es-module-shims constructs blob urls during module resolution. https://github.com/guybedford/es-module-shims/issues/416