mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06: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.