Fluid icon indicating copy to clipboard operation
Fluid copied to clipboard

RenderingContext should be available through ParsingState

Open NamelessCoder opened this issue 5 years ago • 0 comments
trafficstars

In order to allow interceptors to access the rendering context, the appropriate instance of RenderingContext should be possible to retrieve from ParsingState which is the only object an interceptor receives.

ParsingState should therefore carry an internal renderingContext property with getter and setter, and the instance should be assigned the moment the ParsingState instance is created.

NamelessCoder avatar Dec 13 '19 19:12 NamelessCoder