This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Rename CodeGenerators to ChunkGenerators. #140
Closed
Description
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.