Skip to content
  • Aaron Patterson's avatar
    28f88e00
    Pass source to template handler and deprecate old style handler · 28f88e00
    Aaron Patterson authored
    This commit passes the mutated source to the template handler as a
    parameter and deprecates the old handlers.  Old handlers required that
    templates contain a reference to mutated source code, but we would like
    to make template objects "read only".  This change lets the template
    remain "read only" while still giving template handlers access to the
    source code after mutations.
    28f88e00
    Pass source to template handler and deprecate old style handler
    Aaron Patterson authored
    This commit passes the mutated source to the template handler as a
    parameter and deprecates the old handlers.  Old handlers required that
    templates contain a reference to mutated source code, but we would like
    to make template objects "read only".  This change lets the template
    remain "read only" while still giving template handlers access to the
    source code after mutations.
Loading