From 4879f9da999c2919a60e5bd60afd89042adc7ea7 Mon Sep 17 00:00:00 2001 From: Rohit Nair P Date: Mon, 30 Mar 2026 01:34:18 +0530 Subject: [PATCH] fix: improve duplicate module import error message (#18016) ## Description **While investigating the compiler analysis phase for errors or missing lines, I located an explicit `TODO fix the message here` comment in the source code (`packages/svelte/src/compiler/phases/2-analyze/visitors/shared/utils.js`).** ### Triggering Code ```svelte ``` ## The Bug When a component author creates a local `let` declaration in the instance `