Skip to content

Conversation

@nsrCodes
Copy link
Contributor

@nsrCodes nsrCodes commented Jan 7, 2025

  • validate that params are present for helpers that require params
  • validate if the number of params present are equal to or greater than the minimum that are required
  • if any of the validations above fail, then escape this part of the template (i.e. not process as helper)
  • add quotes if not already added around the args for the helper functions (required in the syntax for specifying them in hbsTemplate

also renames the helper urlParam to urlParams

- validate that params are present for helpers that require params
- validate if the number of params present are equal to or greater than the minimum that are required
- if any of the validations above fail, then escape this part of the template (i.e. not process as helper)
- add quotes if not already added around the args for the helper functions (required in the syntax for specifying them in hbsTemplate
@nsrCodes nsrCodes requested a review from wrongsahil January 7, 2025 22:41
@CLAassistant
Copy link

CLAassistant commented Oct 6, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants