AntiPattern
Import Resolution Misalignment
import-resolution-misalignment
Module imports fail or behave differently when bundlers/build tools resolve specifiers inconsistently—e.g., bare specifiers hitting the wrong file vs directory, package aliasing mismatching workspace links, or framework “use client” boundaries breaking index re-exports.