jayphelps/core-decorators
Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more. Popular with React/Angular, but is framework agnostic. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: 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: 4160
- days_rel: n/a
- days_push: 2240
- n_releases_24m: 0
Adoption not part of the score
4491 stars · 254 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A library of stage-0 JavaScript decorators such as @override, @deprecate, @autobind, and @mixin, inspired by built-in annotations in other languages. It is framework agnostic and popular with React and Angular users, but is now effectively unmaintained.
Use cases
- automatically bind class methods to instances with @autobind
- mark methods as deprecated with runtime warnings
- enforce method overrides with @override
- mix behavior into classes with @mixin
- prevent class instantiation with @readonly-style guards
When to choose
- you are maintaining a legacy codebase already using stage-0 decorators with Babel 5 or legacy transform plugins
- you need simple runtime decorator utilities in an older JS toolchain
When to avoid
- starting a new project, since the decorators spec has changed and the library is unmaintained
- you use TypeScript or modern Babel with stage-2/3 decorators, which are incompatible
- you need guaranteed long-term support or security updates
Facets
library · maturity abandoned
developer-tools developer-tools web-development cross-platform decorators javascript es7 autobind mixin deprecate react angular nodejs
1 source
- readme: https://github.com/jayphelps/core-decorators · fetched 2026-08-28 · a30c73d01d5d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jayphelps/core-decorators | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="jayphelps/core-decorators")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem