@tscircuit/checks 0.0.192 → 0.0.193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4423,6 +4423,7 @@ function checkSchematicComponentMissingReferenceDesignatorText(circuitJson) {
|
|
|
4423
4423
|
const warnings = [];
|
|
4424
4424
|
for (const schematicComponent of schematicComponents) {
|
|
4425
4425
|
if (schematicComponent.symbol_name) continue;
|
|
4426
|
+
if (schematicComponent.is_box_with_pins) continue;
|
|
4426
4427
|
if (!schematicComponent.source_component_id) continue;
|
|
4427
4428
|
const sourceComponent = sourceComponentById.get(
|
|
4428
4429
|
schematicComponent.source_component_id
|