refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -130,7 +130,7 @@ for (const directory of packageDirectories) {
|
||||
if (uiComponentNames.has(match[1])) usedUiComponents.add(match[1]);
|
||||
}
|
||||
try {
|
||||
compiler.compileWireFile(source);
|
||||
compiler.compileWrnFile(source);
|
||||
} catch (error) {
|
||||
componentFailures.push(
|
||||
`${component}: ${error instanceof Error ? error.message : String(error)}`,
|
||||
|
||||
Reference in New Issue
Block a user