Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -3335,6 +3335,11 @@ export function normalizeBedenLabel(v) {
|
||||
return s
|
||||
}
|
||||
|
||||
// Backward-compatible alias kept for older call sites/bundles.
|
||||
export function normalizeBeden(v) {
|
||||
return normalizeBedenLabel(v)
|
||||
}
|
||||
|
||||
/* ===========================================================
|
||||
Size Group Detection
|
||||
- Core logic aligned with backend detectBedenGroupGo
|
||||
|
||||
Reference in New Issue
Block a user