Frontmatter
| id | 7006 |
| title | core.IdGenerator: switch from singleton to plain object |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 10, 2025, 9:44 PM |
| updatedAt | Jul 10, 2025, 9:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7006 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 10, 2025, 9:44 PM |
Implications:
baseandidCounterare directly accessible on theIdGeneratorobject without going through the config system.This refactoring makes sense for a utility like
IdGeneratorthat doesn't need the full power of the Neo.mjs class system and is intended to be a simple, globally accessible singleton.