@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 +1 -1
- package/README.zh.md +1 -1
- package/lib/{chunk-7LBUUA24.js → chunk-IVRFEV6H.js} +852 -779
- package/lib/{chunk-CUCUXW56.esm.js → chunk-NF5BSPYE.esm.js} +813 -740
- package/lib/cli.esm.js +59 -47
- package/lib/cli.js +62 -50
- package/lib/compiler-core.d.cts +1117 -1188
- package/lib/compiler-core.d.ts +1117 -1188
- package/lib/compiler-core.esm.js +2 -2
- package/lib/compiler-core.js +3 -3
- package/package.json +99 -91
- package/templates/route-setup-notes.md +0 -192
- package/templates/route-setup-notes.zh.md +0 -192
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
|
|
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
|
|
9
|
+
[VuReact](http://vureact.top)(发音 `/vjuːˈriːækt/`)是一个面向语义级代码迁移的智能 Vue 3 转 React 18+ 编译器
|
|
10
10
|
|
|
11
11
|
它不是简单的语法转换,而是**语义级编译**:理解 Vue 代码的意图,生成符合 React 最佳实践的代码。由**编译时转换** + **运行时适配**两部分构成。
|
|
12
12
|
|