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

Investigate adding Handlebars language injection support #5

Closed
picimako opened this issue Feb 24, 2022 · 1 comment
Closed

Investigate adding Handlebars language injection support #5

picimako opened this issue Feb 24, 2022 · 1 comment
Assignees
Labels
feature New functionality investigation Collect information on a topic.
Milestone

Comments

@picimako
Copy link
Owner

picimako commented Feb 24, 2022

Summary

WireMock can handle Handlebars templates, see Response Templating, thus language injection could make working with such templates easier.

Tasks

  • Look into how language injection works in JSON files.
  • Collect Java methods and JSON mapping properties where Handlebars templates can be used. (at least for testing purposes)
  • Find out how only a selected part of a string literal can be injected a certain language.
  • Find out how Handlebars (or other languages) can be injected within an already injected language.

Resources

@picimako picimako added the investigation Collect information on a topic. label Feb 24, 2022
@picimako picimako added the feature New functionality label Mar 17, 2022
@picimako picimako self-assigned this Mar 17, 2022
@picimako picimako changed the title Investigate adding Handlerbars language injection support Investigate adding Handlebars language injection support Mar 18, 2022
@picimako picimako added this to the v1.0.1 milestone Mar 30, 2022
@picimako
Copy link
Owner Author

Completed in v1.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality investigation Collect information on a topic.
Projects
None yet
Development

No branches or pull requests

1 participant