Skip to content

Commit 33343dc

Browse files
committed
fix
1 parent 0f28683 commit 33343dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/js/client/scripts/extractPluginConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function main(): void {
102102

103103
for (const pluginType of file.types || []) {
104104
const typ = sourceFile.getTypeAliasOrThrow(pluginType);
105-
output += `\n\n${typ.print().replace("declare ", "")}`;
105+
output += `\n\n${typ.print().replace("declare ", "").replace(/ /g, " ")}`;
106106
}
107107
}
108108

0 commit comments

Comments
 (0)