From 1c0c06cb23839d4a44bbda1ccd0744e7adc26cbe Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 28 Sep 2024 22:50:07 +0800 Subject: [PATCH] react refresh --- src/blog/2024-09-29-transformer-alpha.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/blog/2024-09-29-transformer-alpha.md b/src/blog/2024-09-29-transformer-alpha.md index debfcd92b7..4fb7fb2b13 100644 --- a/src/blog/2024-09-29-transformer-alpha.md +++ b/src/blog/2024-09-29-transformer-alpha.md @@ -11,10 +11,11 @@ authors: We are excited to announce an alpha release for Oxc transformer (a.k.a transpiler). -This release contains two major features: +This release contains three major features: -1. Transforming TypeScript and React JSX files to ESNext. -2. [TypeScript Isolated Declarations DTS Emit](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#isolated-declarations) (`tsc --isolatedDeclarations`). +1. Transforming TypeScript to ESNext. +2. Transforming React JSX to ESNext, with built-in React Refresh. +3. [TypeScript Isolated Declarations DTS Emit](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#isolated-declarations) (`tsc --isolatedDeclarations`). In this alpha stage, we recommend to experiment these features to significantly speed up continuous integration time.