fix: ci and static
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user