@vureact/compiler-core 1.7.0 → 1.8.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.en.md +3 -1
- package/README.md +3 -1
- package/lib/{chunk-Q7HZAZHD.esm.js → chunk-6MTN25KZ.esm.js} +646 -548
- package/lib/{chunk-Q36XF5TP.js → chunk-V7G7OQWK.js} +667 -569
- package/lib/cli.esm.js +3 -2
- package/lib/cli.js +11 -10
- package/lib/compiler-core.d.cts +72 -57
- package/lib/compiler-core.d.ts +72 -57
- package/lib/compiler-core.esm.js +2 -2
- package/lib/compiler-core.js +3 -3
- package/package.json +5 -4
package/README.en.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @vureact/compiler-core
|
|
2
2
|
|
|
3
|
-
**Write Vue,
|
|
3
|
+
**Write in Vue 3, compile to React 18+ code.**
|
|
4
|
+
|
|
5
|
+
It is not only suitable for migrating Vue 3 projects to React, but is also committed to seamlessly integrating Vue's excellent mental model with React's ecosystem capabilities, directly producing **maintainable, evolvable, and production-ready** React code from Vue code.
|
|
4
6
|
|
|
5
7
|
[](https://vureact.top/en/)
|
|
6
8
|
[](https://www.npmjs.com/package/@vureact/compiler-core)
|
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @vureact/compiler-core
|
|
2
2
|
|
|
3
|
-
**写 Vue
|
|
3
|
+
**写 Vue,生成可维护的 React**
|
|
4
|
+
|
|
5
|
+
它不仅适用于 Vue 3 到 React 项目的迁移,更致力于将 Vue 优秀的心智模型与 React 生态能力无缝融合,用 Vue 代码直接产出**可维护、可演进、生产就绪**的 React 代码。
|
|
4
6
|
|
|
5
7
|
[](https://vureact.top/)
|
|
6
8
|
[](https://www.npmjs.com/package/@vureact/compiler-core)
|