From 79d4babd1e1132cbc26d92713690b290d1a5133a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 25 Feb 2024 22:13:14 -0400 Subject: util: unhinged binding shenanigans for release compatibility --- src/util/wiki-data.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/wiki-data.js') diff --git a/src/util/wiki-data.js b/src/util/wiki-data.js index 89c04a2..1066874 100644 --- a/src/util/wiki-data.js +++ b/src/util/wiki-data.js @@ -3,6 +3,12 @@ import {accumulateSum, empty} from './sugar.js'; import {sortByDate} from './sort.js'; +// This is a duplicate binding of filterMultipleArrays that's included purely +// to leave wiki-data.js compatible with the release build of HSMusic. +// Sorry! This is really ridiculous!! If the next update after 10/25/2023 has +// released, this binding is no longer needed! +export {filterMultipleArrays} from './sugar.js'; + // Generic value operations export function getKebabCase(name) { -- cgit 1.3.0-6-gf8a5