@vureact/compiler-core 1.8.5 → 1.9.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 +5 -3
- package/README.zh-CN.md +4 -2
- package/lib/{chunk-6FMNT76F.js → chunk-4DEDEJYM.js} +729 -497
- package/lib/{chunk-FWYPSB43.esm.js → chunk-MBEPCMRP.esm.js} +586 -354
- package/lib/cli.esm.js +2 -2
- package/lib/cli.js +10 -10
- package/lib/compiler-core.d.cts +5 -1
- package/lib/compiler-core.d.ts +5 -1
- package/lib/compiler-core.esm.js +2 -2
- package/lib/compiler-core.js +3 -3
- package/package.json +105 -102
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# @vureact/compiler-core
|
|
2
2
|
|
|
3
3
|
`@vureact/compiler-core` is a complete solution for Vue-to-React migration and hybrid development. **CLI and core compiler package** of VuReact.
|
|
4
|
-
|
|
4
|
+
For Vue-to-React migration and hybrid development
|
|
5
5
|
It is used to fully convert Vue 3 SFCs, Scripts, and Styles into pure React (non-runtime bridge) code and output engineered artifacts, covering all core features of `<script setup>`, and supporting progressive migration and hybrid development.
|
|
6
6
|
|
|
7
|
-
[](https://vureact.top/)
|
|
8
|
+
[](https://github.com/vureact-js/core/stargazers)
|
|
8
9
|
[](https://www.npmjs.com/package/@vureact/compiler-core)
|
|
9
|
-
[](https://codecov.io/gh/vureact-js/core)
|
|
11
|
+
[](https://nodejs.org/)
|
|
10
12
|
[](https://github.com/vureact-js/core/blob/master/LICENSE)
|
|
11
13
|
|
|
12
14
|
English | [简体中文](./README.zh-CN.md)
|
package/README.zh-CN.md
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
`@vureact/compiler-core` 是一套面向 Vue 迁移 React 和混合开发的完整解决方案。VuReact 的 **CLI 与核心编译包**。
|
|
4
4
|
它用于将 Vue 3 SFCs・Scripts・Styles 完整转为纯 React(非运行时桥接)代码并输出工程化产物,覆盖 `<script setup>` 核心全特性,支持渐进式迁移和混合开发。
|
|
5
5
|
|
|
6
|
-
[](https://vureact.top/)
|
|
7
|
+
[](https://github.com/vureact-js/core/stargazers)
|
|
7
8
|
[](https://www.npmjs.com/package/@vureact/compiler-core)
|
|
8
|
-
[](https://codecov.io/gh/vureact-js/core)
|
|
10
|
+
[](https://nodejs.org/)
|
|
9
11
|
[](https://github.com/vureact-js/core/blob/master/LICENSE)
|
|
10
12
|
|
|
11
13
|
简体中文 | [English](./README.md)
|