We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3012b commit 541ec82Copy full SHA for 541ec82
scripts/build-entries-and-types/build-types-pure.mjs
@@ -143,6 +143,7 @@ function wrapInNamespace(content) {
143
if (line.trim() || res.at(-1)?.trim()) res.push(line);
144
return res;
145
}, [])
146
+ .flatMap(line => line.split('\n'))
147
.map(line => line ? ` ${ line }` : '')
148
.join('\n');
149
0 commit comments