tc39/proposal-type-annotations resource
ECMAScript proposal for type syntax that is erased - Stage 1 observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 39
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2084
- days_rel: n/a
- days_push: 371
- n_releases_24m: 0
Adoption not part of the score
4386 stars · 52 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Stage 1 TC39 proposal to add erasable type annotation syntax to ECMAScript, so JavaScript engines treat type syntax as comments. It aims to let developers run TypeScript- or Flow-style code without a transpilation build step.
Use cases
- run TypeScript code in the browser without transpiling
- remove a build step from JavaScript apps using type syntax
- standardize type annotation syntax across JS type checkers
- track the status of the types-as-comments ECMAScript proposal
- understand how engines would erase type syntax at runtime
When to choose
- you want to follow or contribute to the standardization of type syntax in JavaScript
- you are researching how JS engines could support erasable types natively
- you are evaluating the future of TypeScript/Flow interoperability with plain JS
When to avoid
- you need a working type checker today - use TypeScript or Flow instead
- you need a production-ready tool or library - this is only a specification proposal
- you need runtime type validation - the proposal explicitly erases types
Facets
learning-resource · maturity experimental
programming-language type-system compiler programming-languages web-development developer-tools cross-platform ecmascript-proposal tc39 typescript type-annotations stage-1 specification
2 sources
- readme: https://github.com/tc39/proposal-type-annotations · fetched 2026-08-28 · 6432c2ffdd35
- homepage: https://tc39.es/proposal-type-annotations/ · fetched 2026-08-29 · c0cf505700d8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tc39/proposal-type-annotations | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="tc39/proposal-type-annotations")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem