progress with versioning lib

This commit is contained in:
Joeri Exelmans 2025-06-06 15:30:35 +02:00
parent 3623988f86
commit 618cdf7314
7 changed files with 236 additions and 91 deletions

View file

@ -27,7 +27,6 @@ const typeSymbolToCmp = new Map([
[symbolUnit , compareUnits ],
[symbolBottom , _ => _ => { throw new Error("Bottom!"); }],
[symbolUUID , compareSymbols ],
// [SymbolGenericType, ?] TODO
[symbolType , compareTypes ],
[symbolDynamic , compareDynamic ],
[symbolOrdering, compareOrderings],