repo-tools: remove unused OpenAPI generator constants

Remove the unused exported constants GENERATOR_VERSION, GENERATOR_NAME,
GENERATOR_FILE, and TS_MODULE from the OpenAPI constants module. The
TS_MODULE intermediate variable is inlined into TS_SCHEMA_PATH.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-13 13:09:17 +02:00
parent 7c25059269
commit ca2dc15b07
2 changed files with 6 additions and 7 deletions
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Internal code cleanup.