Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin abstraction for template render helper #2072

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

jdkoren
Copy link
Contributor

@jdkoren jdkoren commented Nov 14, 2019

Adds a class used by TemplateData to help render template elements.
Code that produces raw HTML will gradually migrate into this new class.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Nov 14, 2019
Adds a class used by TemplateData to help render template elements.
Code that produces raw HTML will gradually migrate into this new class.
Copy link
Contributor

@jcollins-g jcollins-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I see this as a dependency-injection sort of model? That doesn't seem too bad to me, given that we're kind of adding this on the side as we discussed and I suggested rather than attempting to redo all our templating. So I accept all blame if this goes wrong.... let's see how this goes.

@jcollins-g jcollins-g merged commit ab52275 into dart-lang:master Nov 15, 2019
@jdkoren jdkoren deleted the html_abstraction branch January 7, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants