fix: ci and static

This commit is contained in:
imccyu
2026-08-13 01:00:49 +08:00
parent a7d4cd8e1b
commit 5a0283b04f
23 changed files with 260 additions and 207 deletions

View File

@@ -685,6 +685,7 @@ function renderRuntimeApi(
' * @module @deepseek-ai/dsh-tool-cordis/api-catalog',
' */',
'',
'/* jscpd:ignore-start */',
'/** One named parameter in a Service method or Event listener. */',
'export interface ApiParameter {',
' /** Parameter name from the exact signature. */',
@@ -905,6 +906,7 @@ function renderRuntimeApi(
' referencedTypes: referencedTypeClosure([event.signature]),',
' }',
'}',
'/* jscpd:ignore-end */',
'',
)
return lines.join('\n')