Skip to content

Commit 158cba2

Browse files
committed
feat: 删除调试逻辑
1 parent beadffe commit 158cba2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build-comments-to-dts.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export function codeShift(platform) {
112112
const componentsProps = {}
113113
components.forEach((component) => {
114114
const { name } = component
115-
if(name.toLowerCase() !== 'actionsheet') return
116115
const componentDocumentPath = path.join(
117116
__dirname,
118117
'../src/packages',

0 commit comments

Comments
 (0)