vercel / next.js

The React Framework
https://nextjs.org
MIT License
122.91k stars 26.28k forks source link

fix: Backport class properties fix #67377

Closed kdy1 closed 3 days ago

kdy1 commented 3 days ago

What?

Backport https://github.com/swc-project/swc/pull/8835.

Changes:

Why?

It fixes a bug of class properties transform.

How?

Fixes #66085