@zessjs/compiler 1.0.2 → 1.0.5
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 +4 -4
- package/package.json +2 -2
- package/dist/compiler.cjs +0 -1375
- package/dist/compiler.d.cts +0 -18
- package/dist/compiler.d.ts +0 -18
- package/dist/compiler.js +0 -1351
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
<a href="https://rpsffx.github.io/zess" target="_blank" alt="Zess Logo">
|
|
3
3
|
<img src="https://pic1.imgdb.cn/item/68c7c093c5157e1a8804fb52.svg" alt="Zess Logo">
|
|
4
4
|
</a>
|
|
5
|
-
</
|
|
6
|
-
|
|
7
|
-
# @zessjs/compiler
|
|
5
|
+
<h1>@zessjs/compiler</h1>
|
|
8
6
|
|
|
9
7
|
[](https://www.npmjs.com/package/@zessjs/compiler) [](https://github.com/rpsffx/zess/blob/main/LICENSE)
|
|
10
8
|
|
|
11
9
|
Zess JSX compiler 💥 Delivers efficient code conversion for super - responsive web experiences.
|
|
12
10
|
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
13
|
## ✨ Features
|
|
14
14
|
|
|
15
15
|
- **⚡ Efficient Compilation**: Transforms JSX syntax into optimized JavaScript code
|
|
@@ -425,7 +425,7 @@ const withRefs = [
|
|
|
425
425
|
|
|
426
426
|
The Zess JSX compiler is compatible with:
|
|
427
427
|
|
|
428
|
-
- Node.js >=18.
|
|
428
|
+
- Node.js >=18.12.0
|
|
429
429
|
- Modern browsers (Chrome, Firefox, Safari, Edge)
|
|
430
430
|
|
|
431
431
|
## 📝 License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zessjs/compiler",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Zess JSX compiler 💥 Delivers efficient code conversion for super - responsive web experiences.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"source-map": "^0.7.6"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": ">=18.
|
|
45
|
+
"node": ">=18.12.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsdown",
|