Commit f11e350
chore(node): remove stale generated tag files orphaned by Common* rename (#3689)
Codegen for Matter 1.5.1 renamed several namespace tag exports by
prefixing them with `Common` (e.g. `AreaNamespaceTag` →
`CommonAreaNamespaceTag`). The new files were generated and the index
barrel was updated, but the old files were left behind on disk —
unexported and unused, but still present.
Remove the 10 orphan files in `packages/node/src/tags/`:
- AreaNamespaceTag.ts
- CompassDirectionTag.ts
- CompassLocationTag.ts
- DirectionTag.ts
- LandmarkNamespaceTag.ts
- LevelTag.ts
- LocationTag.ts
- NumberTag.ts
- PositionTag.ts
- RelativePositionTag.ts
Verified via repo-wide search: no `import` or `export` references the
bare (non-`Common`-prefixed) names. Build, format-verify, and full
node test suite (988 tests) pass.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3183ddd commit f11e350
10 files changed
Lines changed: 0 additions & 592 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments