mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Old: Insert the same Node for every occurrence. The position was repeatedly mutated during printing. New: Thunk the Node so that a new one is constructed for every occurrence. Fixes #18857