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 5e4e798 commit d3defb8Copy full SHA for d3defb8
packages/signals/signals-runtime/gen-editor-types.js
@@ -100,6 +100,7 @@ const process = async (type) => {
100
// remove any comments that use // like ts-ignore, ts-nocheck etc (/* */ is OK)
101
await filterLines(outFileAbs, (line) => !line.startsWith('//'))
102
await removeImportExport(outFileAbs)
103
+ console.log(`wrote: ${outFile}`)
104
}
105
const main = async () => {
106
const id = `Building type bundle`
0 commit comments