Ross ROSS = Recommend OSS · open-source software intelligence for agents

Rich-Harris/shimport

Use JavaScript modules in all browsers, including dynamic imports observed · 2026-08-28

github.com/Rich-Harris/shimport · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2929
  • days_rel: n/a
  • days_push: 798
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1235 stars · 34 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Shimport is a 2kb browser shim that implements JavaScript ES module import/export syntax, including dynamic import(), for browsers lacking native module support. It transforms module code at runtime and exposes a small global API for loading and transforming modules.

Use cases

  • use ES modules in browsers without native module support
  • load JavaScript modules with dynamic import() in legacy browsers
  • fallback module loader when feature detection fails
  • run ES modules inside web workers
  • serve Rollup ESM code-split output to all browsers

When to choose

  • you must support old browsers that lack native ES module or dynamic import support
  • you want a tiny runtime shim instead of a full transpile-to-AMD/UMD build pipeline
  • you need to load ESM bundles in web workers on legacy engines

When to avoid

  • your target browsers all support native ES modules and dynamic import
  • you need full language transpilation beyond import/export syntax
  • you want a maintained bundler-integrated solution rather than a runtime shim

Facets

library · maturity maintenance

parser developer-tools web-development frontend browser es-modules shim polyfill dynamic-import browser-compatibility browsers web-server

2 sources

Member repositories

RepositoryRoleHealth v2
Rich-Harris/shimportmain32

For agents

markdown · JSON · MCP: product_card(name="Rich-Harris/shimport")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem