Skip to content

Commit

Permalink
react refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 28, 2024
1 parent 3bfb15a commit 1c0c06c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/blog/2024-09-29-transformer-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1c0c06c

Please sign in to comment.