You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
In old Razor we used to generate codish type objects via the syntax tree's code generators. Now we've removed this process and they generate chunks which are then at a later step turned into code. We should rename all CodeGenerator's to be ChunkGenerator's in response to this new process.