Files
TypeScript/tests
copilot-swe-agent[bot] 5589214165 Fix declaration emit for symbol property keys from external modules
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>
2026-02-06 22:54:50 +00:00
..