-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Processor::render
method
#16
Comments
This was referenced Jun 2, 2023
Closed
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 2, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Not yet done ... Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
bdarcus
added a commit
that referenced
this issue
Jun 3, 2023
Add Processor.render_references and render_renderence. Return an AST. Close: #16 Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add methods:
to_string
for:render
:Take a
StyleTemplateComponent
and aReference
and it's associatedProcHints
, and return the correct string.For example, if the component is a
StyleTemplateDate
, useDate.to_string
for the value of that date field.Return a vector of
ProcTemplateComponent
.The text was updated successfully, but these errors were encountered: