@vureact/compiler-core 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## What is VuReact?
8
8
 
9
- [VuReact](http://vureact.top) (pronounced /vjuːˈriːækt/) is an intelligent compilation toolchain for Vue 3 React migration.
9
+ [VuReact](http://vureact.top) (pronounced /vjuːˈriːækt/) is an semantic-aware Vue 3 to React 18+ compiler for progressive migration.
10
10
 
11
11
  It is not a simple syntax conversion, but **semantic-level compilation**: it understands the intent of Vue code and generates code that adheres to React best practices. It consists of two parts: **compile-time transformation** + **runtime adaptation**.
12
12
 
package/README.zh.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 什么是 VuReact?
8
8
 
9
- [VuReact](http://vureact.top)(发音 `/vjuːˈriːækt/`)是一个面向 Vue 3 React 的智能编译工具链。
9
+ [VuReact](http://vureact.top)(发音 `/vjuːˈriːækt/`)是一个面向语义级代码迁移的智能 Vue 3 React 18+ 编译器
10
10
 
11
11
  它不是简单的语法转换,而是**语义级编译**:理解 Vue 代码的意图,生成符合 React 最佳实践的代码。由**编译时转换** + **运行时适配**两部分构成。
12
12