Skip to content

Commit 9c5f5d7

Browse files
committed
feat: 调整代码
1 parent 16bbc5d commit 9c5f5d7

File tree

22 files changed

+572
-405
lines changed

22 files changed

+572
-405
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
## 功能特性
1616

1717
### JSX DOM 树构造
18+
1819
- [x] 支持函数组件
1920
- [x] 支持类组件
2021
- [x] 支持 JSX 分离的写法
2122
- [ ] 支持遍历子组件
2223

2324
### 样式计算
25+
2426
- [x] 样式层叠
2527
- [x] 样式继承

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"node": ">= 10"
1414
},
1515
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
16-
}
16+
}

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"node": ">= 10"
1717
},
1818
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
19-
}
19+
}

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"glibc"
2020
],
2121
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
22-
}
22+
}

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"musl"
2020
],
2121
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
22-
}
22+
}

0 commit comments

Comments
 (0)