From 60bcd4fdf00c6031eaae306ea25d631d96eb250c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 24 Mar 2025 11:03:26 +0100 Subject: [PATCH] chore(defineLocale): put back `@__NO_SIDE_EFFECTS__` --- src/runtime/composables/defineLocale.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/composables/defineLocale.ts b/src/runtime/composables/defineLocale.ts index 2a695fe3..f5f977f0 100644 --- a/src/runtime/composables/defineLocale.ts +++ b/src/runtime/composables/defineLocale.ts @@ -8,6 +8,7 @@ interface DefineLocaleOptions { messages: M } +/* @__NO_SIDE_EFFECTS__ */ export function defineLocale(options: DefineLocaleOptions): Locale { return defu, [{ dir: Direction }]>(options, { dir: 'ltr' }) }