mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Previously it checked types too, which caused a crash because types don't have valueDeclaration set. But expando functions can't export types, only values.