mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-12 23:36:28 -05:00
When a type uses a unique symbol from an external module as a property key, check if the symbol is directly accessible as a value. If not, report a non-serializable property error instead of silently emitting a broken declaration file with an undefined reference. Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com>