mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
53e0aaba4e
Move the header id tracking into the renderer context rather than a global state. Since the RendererContext is
initialized for each execution of the marked parser, we can store the context of which header ids have been seen within
a single page there which allows us to run these parse interactions in parallel.
(cherry picked from commit a16a70ca74)