mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
2f8a646f8e
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.