tc39/proposal-dynamic-import resource
import() proposal for JavaScript observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3652
- days_rel: n/a
- days_push: 1682
- n_releases_24m: 0
Adoption not part of the score
1870 stars · 45 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The TC39 stage-4 specification proposal that added the dynamic import() syntax to JavaScript, allowing modules to be loaded at runtime via a promise-returning expression. The repository hosts the spec draft, motivation, and discussion history for the feature now part of the ECMAScript standard.
Use cases
- dynamically load javascript modules at runtime
- lazy-load code for performance in web apps
- load language packs based on user locale
- understand how import() works in the spec
- reference the ecmascript dynamic import specification
- race multiple module loads and pick the first success
When to choose
- you need the authoritative specification text for import()
- you are implementing a JavaScript engine or bundler and need exact semantics
- you want background on why dynamic import was designed this way
When to avoid
- you want a runtime library or polyfill for dynamic loading
- you need documentation on using import() in a specific framework
- you are looking for a module loader implementation
Facets
learning-resource · maturity stable
programming-language documentation programming-languages web-development cross-platform browser ecmascript tc39 specification language-proposal modules dynamic-import stage-4 specifications javascript nodejs
2 sources
- readme: https://github.com/tc39/proposal-dynamic-import · fetched 2026-08-28 · c31dc8664b91
- homepage: https://tc39.github.io/proposal-dynamic-import/ · fetched 2026-08-29 · 77806074bce4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tc39/proposal-dynamic-import | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="tc39/proposal-dynamic-import")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem