mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 18:14:48 -05:00
Added proper check for SymbolFlags.Module before calling addImportForModuleSymbol to prevent debug assertion failure when moving non-module symbols like React components. Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>