fix(module): mark functions used in exports as pure (#3604)

This commit is contained in:
Daniel Roe
2025-03-18 13:48:28 +00:00
committed by GitHub
parent dec2730aae
commit 57efc78a3b
6 changed files with 6 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ export function extractShortcuts(items: any[] | any[][]) {
return shortcuts
}
/* @__NO_SIDE_EFFECTS__ */
export function defineShortcuts(config: MaybeRef<ShortcutsConfig>, options: ShortcutsOptions = {}) {
const chainedInputs = ref<string[]>([])
const clearChainedInput = () => {