es-module-shims icon indicating copy to clipboard operation
es-module-shims copied to clipboard

Shims for new ES modules features on top of the basic modules support in browsers

Results 24 es-module-shims issues
Sort by recently updated
recently updated
newest added

With https://github.com/guybedford/es-module-shims/pull/412 polyfilling workers is now viable again, so we should fully integrate this feature into es-module-shims again.

I have been using this script for a long time, and it has been great thank you! However lately I noticed that my Chrome desktop (Version 123.0.6312.58 (Official Build) (64-bit))...

I am trying to use an importmap in a web worker on a site with a content security policy. I am following this example here: https://github.com/guybedford/es-module-shims?tab=readme-ov-file#module-workers Am I correct that...

Hi, the readme says "_include ES Module Shims with a async attribute on the script, then include an import map and module scripts normally_". But I notice that your (excellent,...

When importing a module that contains the following code, which throws a SyntaxError such as this. ```javascript import NoDefault from './invalid-module.js' ```` importShim would throw the error containing the blob...

enhancement

Hi :), This is not a bug but rather a question on how to embed the script. We are using this only for import map support. For now, we have...

enhancement

Requires the es-module-lexer feature support in https://github.com/guybedford/es-module-lexer/issues/166. Then it should be fairly straightforward, with a little care around the polyfill pickup to optimize the graph analysis.

Hello, I implemented my own WebComponent Library (https://github.com/node-projects/base-custom-webcomponent) wich also has it's own hot reload mechanism. But at the moment you could only reload the components (cause I replace the...

By loading the library, we can see the browser making some requests to cached data stored on the browser memory: `blob:https://our-domain/...`. This request is made from `es-module-shims.js`. We have very...

I'm testing in browserstack.com with an iphone ios on safari (v14 and v15 , same result) with the following html (simplified, if i'm missing some import bits for you please...