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

Now that we have full native support, we may well need to reconsider the instance sharing question for this project with the native loader, and especially if this project continues...

question

It may be worth considering implementing the `"integrity"` property in import maps at some point, per https://github.com/guybedford/import-maps-extensions#integrity as was implemented in SystemJS in https://github.com/systemjs/systemjs/pull/2229. This would allow import maps in...

I'm using Ruby 3.2.2 and Rails 7.1 with TailwindCSS, ViewComponents, Hotwire Turbo and Stimulus. In order to get the app running on old Safari browsers, I included es-module-shims in the...

I have a Rails (7.1.3) app with importmap-rails (2.0.1). We noticed that when visiting the website with the [Random User-Agent (Switcher)](https://chromewebstore.google.com/detail/random-user-agent-switche/einpaelgookohagofgnnkcfjbkkgepnp?hl=en) Chrome extension we get these error messages in the...