mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 11:46:08 -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>