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

(handlebars) support for segment-literals and escaped mustaches #2184

Merged
merged 12 commits into from
Oct 15, 2019

Commits on Oct 15, 2019

  1. fix(Handlebars): add support for literal-segments in expressions

    - square brackets and quotes are used in Handlebars to escape
      identifiers, should they contain invalid characters. This
      commit makes sure that "abc}}abc" does not close the mustache-
      expression.
    
    - keep values of "relevance" such that autodetection still keeps
      the same relevance values.
    nknapp committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8de9f8f View commit details
    Browse the repository at this point in the history
  2. fix(handlebars): remove intro

    nknapp committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0eea32e View commit details
    Browse the repository at this point in the history
  3. fix(handlebars): change EXPRESSION to be a variable

    - called IDENTIFIER_PLAIN_OR_QUOTED now, because that is
      what it is.
    nknapp committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    dc288bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5acf050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c5585 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2eb615e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e50a4ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c477523 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    264e0cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23dcb37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    671e3c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75327a1 View commit details
    Browse the repository at this point in the history